RE: [us...@httpd] Alias/authentication precedence

2009-02-27 Thread Anthony J. Biacco
t: [us...@httpd] Alias/authentication precedence Hi. Apache 2.2 Suppose I have a VirtualHost configured (partially) such : DocumentRoot /var/www/site1/docs ScriptAlias /cgi-bin/ /var/www/site1/cgi-bin/ Order Allow,Deny Allow from all SetHandler xxx ... # Note : in the abo

[us...@httpd] Alias/authentication precedence

2009-02-27 Thread André Warnier
Hi. Apache 2.2 Suppose I have a VirtualHost configured (partially) such : DocumentRoot /var/www/site1/docs ScriptAlias /cgi-bin/ /var/www/site1/cgi-bin/ Order Allow,Deny Allow from all SetHandler xxx ... # Note : in the above directory is physically stored a script called "myscrip