Re: [squid-users] adding a parameter to a URL / Problem in the url_redirect program

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Wed, 09 Jul 2008 15:09:38 +0200

On ons, 2008-07-09 at 05:28 -0700, Shaine wrote:
> Is there any thing difference of general perl development and develop
> url_redirect program from perl for squid ? do we have to use different API ?

No, no significant difference. The differences are:

  - stdin/stdout is a pipe, not a terminal. Hence the need for $|=1;

  - It's running as you cache_effective_user account, not whatever
account you are using for development.. (and not root, ever)

Regards
Henrik

Received on Wed Jul 09 2008 - 13:09:44 MDT

This archive was generated by hypermail 2.2.0 : Wed Jul 09 2008 - 12:00:03 MDT