DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13308>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13308

ScriptAliasMatch does not abide by .htaccess

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-10-05 00:04 -------
In the ScriptAlias case, Apache never touches anything in the lcgi-bin 
directory.
Only cgiwrap even knows the true location of the cgi script (because it is
passed in PATH_INFO).  Therefore the .htaccess file in lcgi-bin is never 
applied.
For the same reason, if you have "Alias /foo /bar", if there happens to
be a real directory named "/foo" under the DocumentRoot, its .htaccess
file will NOT be applied.  The .htaccess file in /bar will be applied instead.

In the Action/SetHandler case, Apache knows that a file in lcgi-bin will be 
processed, and it therefore applies the .htaccess in that directory. 

In the future, please follow the instructions on the bug submission pages
and address your configuration questions on a user-support forum before
bringing them to the bug database.

Thanks for using Apache!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to