Petr Duchon wrote:
[...]
ScriptAlias /awstats "/usr/local/awstats/wwwroot/cgi-bin"
<Directory "/usr/local/awstats/wwwroot/cgi-bin">
       AuthType basic
       Options -Indexes
       AuthName "statistiky"
       Require valid-user
       PerlAuthenHandler "statauth"
       SetEnv "AWSTATS_FORCE_CONFIG" "ym_cz"
</Directory>

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.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to