[ANNOUNCE] Compress::LeadingBlankSpaces 0.03

2004-04-17 Thread Slava Bizyayev
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

Re: resolved - Mod_perl - URL rewriting.

2004-04-17 Thread Petr Duchon
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.

Re: [mp1] segfault with DSO if compile options wrong

2004-04-17 Thread Stas Bekman
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

Re: Mod_perl - URL rewriting.

2004-04-17 Thread Stas Bekman
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

Re: Mod_perl - URL rewriting.

2004-04-17 Thread Petr Duchon
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

Re: Mod_perl - URL rewriting.

2004-04-17 Thread Randal L. Schwartz
> "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

Re: Mod_perl - URL rewriting.

2004-04-17 Thread Petr Duchon
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

Re: Mod_perl - URL rewriting.

2004-04-17 Thread Stas Bekman
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

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-17 Thread Stas Bekman
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

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-17 Thread Beau E. Cox
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