|
| Secure Authentication |
 |
Wed, 23 Aug 2006 18:26:51 GMT |
I have the following lines in my adminserv.conf file. If I have
AuthNDSRequireSSL Off, then I can authenticate through
http://pantherweb.earj.com.br/schoolboard. But, if I have it set to on, I
cannot access https://pantherweb.earj.com.br. Can someone explain this to me?
Thanks.
Michael
# Start Apache Services Port Configuration
Port 80
Listen 10.0.3.3:80
ServerName pantherweb.earj.com.br
<IfModule mod_tls.c>
SecureListen 10.0.3.3:443 "SSL CertificateDNS"
</IfModule>
# End Apache Services Port Configuration
DocumentRoot "web:/web/"
<Directory "/">
Options FollowSymLinks Indexes Includes
IndexOptions FancyIndexing IconsAreLinks ScanHTMLTitles
AllowOverride None
<Limit GET>
order allow,deny
allow from all
</Limit>
</Directory>
Alias /schoolboard "web:/web/schoolboard"
<Directory "web:/web/schoolboard/">
Options FollowSymLinks Indexes Includes
IndexOptions FancyIndexing IconsAreLinks ScanHTMLTitles
AllowOverride None
<Limit GET>
order allow,deny
allow from all
</Limit>
AuthName "NetWare Web Manager"
AuthType Basic
AuthNDSTree EARJ3
AuthNDSContext .EARJ
AuthNDSRequireSSL Off
require valid-user
</Directory>
|
| Post Reply
|
| Re: Secure Authentication |
 |
Thu, 24 Aug 2006 01:01:04 GMT |
Hi Michael,
wrong forum - please repost this in novell.devsup.modapach or
novell.devsup.webserver.apache13 since you're using Apache 1.3 with mod_nds,
and not Apache2.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|