We have an installation (Solaris) running Oracle Application Server 10g which ships with Apache.
Is it possible to implement basic authentication in such a way that any requests to the HTTP server require a login/password? Preferably within httpd.conf.
We have a document root defined - but in our implementation there is nothing under it (due to the way Oracle implements the J2EE applications which are running). We have a number of virtual hosts listening on specific ports, and a number of directory aliases to other areas of the filesystem.
So, because of Oracle, this is not a "standard" Apache installation, but any pointers would be appreciated.
Greg.
Is it possible to implement basic authentication in such a way that any requests to the HTTP server require a login/password? Preferably within httpd.conf.
We have a document root defined - but in our implementation there is nothing under it (due to the way Oracle implements the J2EE applications which are running). We have a number of virtual hosts listening on specific ports, and a number of directory aliases to other areas of the filesystem.
So, because of Oracle, this is not a "standard" Apache installation, but any pointers would be appreciated.
Greg.