I'm new to Apache so bear with me
We're using Apache installed as part of Oracle 9iAS Portal, and I'm trying to configure basic authentication.
In httpd.conf I define an Alias followed by a <Directory> directive, where I set the AllowOverride Authconfig, AuthType, AuthName, AuthUserFile, AuthGroupFile and Require directives. I've done this before successfully on other straight Apache installations so I understand this stuff OK.
The difference this time is that there are a number of virtual hosts defined at the end of httpd.conf. Is it the case that because I am logging on to a virtual host, the directives above are being ignored? Do I need to have the <Directory> directives within each <VirtualHost> container?
Any help much appreciated.
Greg.
In httpd.conf I define an Alias followed by a <Directory> directive, where I set the AllowOverride Authconfig, AuthType, AuthName, AuthUserFile, AuthGroupFile and Require directives. I've done this before successfully on other straight Apache installations so I understand this stuff OK.
The difference this time is that there are a number of virtual hosts defined at the end of httpd.conf. Is it the case that because I am logging on to a virtual host, the directives above are being ignored? Do I need to have the <Directory> directives within each <VirtualHost> container?
Any help much appreciated.
Greg.