Hi Victor,
On Wed, 2004-12-15 at 02:11, victor wrote:
> The functoin served me well until I start enabling mod_gzip for apache.
> It appears that with mod_gzip turned on, the Environment I have setup
> for some reason is no longer available. I have tried to switch to notes
> and ened with the
Thanks slava, I will give that gzip handler a try.
Tor.
Slava Bizyayev wrote:
Hi Victor,
On Wed, 2004-12-15 at 02:11, victor wrote:
The functoin served me well until I start enabling mod_gzip for apache.
It appears that with mod_gzip turned on, the Environment I have setup
for some reason is
Hi, I have been using log handler to setup some Environment variable to
be logged into apache log with a customized log format.
ie.
In apache conf --
...
PerlLogHandler My::Logger
...
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\
\"%{username}e\"" custom2
in s