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 slash, the right side should as well.

You've got unbalanced slashes.  I think that might be your trouble.
But I didn't read the rest of the thread carefully enough.  I'm just
going for the lowhanging fruit here, as it has often been my
nemesis. :)



alright. I rewrote the section to

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>

, but still no success. I managed to circumvent the problem somehow by setting
"AWSTATS_FORCE_CONFIG" variable. But the trailing slash stays there. weird.


Thank You,
Petr.




-- 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