I have managed to get authentication at least partly set up but am mystified as to why security isn t working... In my httpd.conf file for ssl I have....
<Directory /usr/local/apache2.2/cgi-bin/oia>
SSLRequireSSL
Satisfy All
AuthType basic
AuthName "Protected Intranet Area"
AuthUserFile conf/.passwd
AuthGroupFile conf/groups
Require valid-user
</Directory>
我在安装时和在通过。 问题是,如果我用http://www.uns.int/documents/index.html使用同样的URL。
Any advice is greatly appreciated. Nikki