Where's the SSLEngine On, SSLRequireSSL, etc?
Also, <directory> is supposed to happen outside of any VirtualHost
directive; <location> can be used inside. (That's because <directory>
affects httpd's idea of what the access permissions have to be for the
underlying filesystem; <location> affects httpd's translations.)
---
Mat Butler, Winged Wolf <[EMAIL PROTECTED]>
SPASTIC Web Engineer SPASTIC Server Administrator
On Thu, 23 Dec 1999, Keith Vance wrote:
> I am having trouble getting authentication to work in my virutal host in the SSL
>section of my httpd.conf. It works on my test server, but I must have something
>messed up in my production server. Here is the part of my httpd.conf that may or may
>not be messed up. When I try and access the the it directory it just lets me in
>without asking me for a password. Why would it not read that directory information?
>
> <VirtualHost _default_:443>
>
> # General setup for the virtual host
> DocumentRoot "/usr/local/apache/htdocs"
> ServerName www.fobar.com
> ServerAdmin [EMAIL PROTECTED]
> ErrorLog /usr/local/apache/logs/error_log
> TransferLog /usr/local/apache/logs/access_log
>
> <Directory "/usr/local/apache/htdocs/it">
> Order deny,allow
> Allow from all
> Options Indexes FollowSymLinks IncludesNOEXEC
> AllowOverride None
> AuthType Basic
> AuthName "IT Department Only"
> AuthNDSServer PRM_SEATTLE
> AuthNDSUserFile /usr/local/apache/conf/itusers
> AuthNDSContext .seattle.prmc .orlando.prmc
> AuthNDSRequirePW On
> require valid-user
> </Directory>
>
> Keith Vance
> West Coast Administrator/Network Analyst
> (206) 215-9844
> [EMAIL PROTECTED]
>
>
>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]