On 11/21/06, Nathan Kellogg <apache@xxxxxxxxxxxxxx> wrote:
> >> <Directory c:/nwl/cgi/> >> >> Options ExecCGI >> AuthType Basic >> AuthName "Authorization Required" >> AuthUserFile c:/nwl/passwords >> Require user test >> SSLRequireSSL >> >> </Directory> > >For one thing, there seems to be a conflict between c:/nwl and c:/nws. >For another thing, you don't have the >Order allow,deny >Allow from all >in the c:/nw? directory. > >Joshua. The nw? was an error I made when i changed the path info for the post here.
I love it when people make life difficult for everyone trying to help them ;-)
I dont have the 'Order allow,deny .. ' because auth is required for the cgi directory...
You still need it. See the documentation for the Satisfy directive, which discusses the interaction between host-based access control (Order/Allow/Deny) and user auth. In the default case (Satisfy All), you need to have permission both for host-based access (Allow from all) and for user auth (either no require directive, or an authenticated user) in order to view a directory. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx