This is a bug-fix version. The bug can affect Apache::Dynagzip when
'light compression' is configured 'on'.
There was a bug in capitalization of tag models. It is fixed since this
version. Upgrade is recommended for all earlier versions.
The uploaded file
Compress-LeadingBlankSpaces-0.03.tar.gz
I think your problem really is that you are doing the rewrite in the
wrong phase. You must do it in the PerlTransHandler. The Authen phase is
too late for that purpose. That's why you get things messed up.
I've double checked rewriting in the transhandler works just fine in mp2.
OK, Thank You.
Glenn wrote:
[a very detailed analysis snipped]
Apologies for the long post, but this all took many hours for me
to figure out, and there seems to be some fatal differences
between what happens when compiling mod_perl with PREP_HTTPD=1
or not, and compiling mod_perl and Apache together or separatel
Petr Duchon wrote:
[...]
ScriptAlias /awstats "/usr/local/awstats/wwwroot/cgi-bin"
AuthType basic
Options -Indexes
AuthName "statistiky"
Require valid-user
PerlAuthenHandler "statauth"
SetEnv "AWSTATS_FORCE_CONFIG" "ym_cz"
I think your problem really is t
Randal L. Schwartz wrote:
"Petr" == Petr Duchon <[EMAIL PROTECTED]> writes:
Petr> ScriptAlias /awstats "/usr/local/awstats/wwwroot/cgi-bin/"
One rule of thumb (occasionally violated but only when carefully
considered) is that if the left side of Alias or ScriptAlias has a
trailing sl
> "Petr" == Petr Duchon <[EMAIL PROTECTED]> writes:
Petr> ScriptAlias /awstats "/usr/local/awstats/wwwroot/cgi-bin/"
One rule of thumb (occasionally violated but only when carefully
considered) is that if the left side of Alias or ScriptAlias has a
trailing slash, the right side should as wel
Stas Bekman wrote:
Petr Duchon wrote:
well, I see it in the browser.
I'm requesting URL http://server/name/awstats,
but the mozilla URL line will show /awstats/awstats.pl/?config=$name,
instaed of /awstats/awstats.pl?config=$name.
Aha! Now I get it. Can we see the relevant parts of your httpd.c
Petr Duchon wrote:
well, I see it in the browser.
I'm requesting URL http://server/name/awstats,
but the mozilla URL line will show /awstats/awstats.pl/?config=$name,
instaed of /awstats/awstats.pl?config=$name.
Aha! Now I get it. Can we see the relevant parts of your httpd.conf?
i've read the mod
Beau E. Cox wrote:
[...]
Linux version 2.6.5 (Beau E. Cox on @cathy.beaucox.com)
(gcc version 3.3.3) #1 Mon Apr 5 22:15:29 HST 2004
I did this:
$ export RTLD_NOW=1
$ perl Makefile.PL
[...]
Writing Makefile for MasonX::Apache2Handler
$ set|grep RTLD
RTLD_NOW=1
Everything ok. Can't seem to reproduce
On Friday 16 April 2004 08:40 pm, Stas Bekman wrote:
> Beau E. Cox wrote:
> > On Friday 16 April 2004 10:38 am, Stas Bekman wrote:
> >>Fred Moyer wrote:
[snipped]
> >>>The 'perl Makefile.PL' statement ran properly without errors on Linux
> >>>2.6.3 but on Darwin 7.0.3 building the Makefile generate
10 matches
Mail list logo