It works now. I am not supposed to use <directory> directives inside a virtual host directive? Can I just change them to <location> directives without changing the settings that I have in the <directory> directive? I didn't send the complete httpd.conf file, someone told me not to do that, that is why you don't see a SSLEngine On or anything like that. Keith Vance West Coast Administrator/Network Analyst (206) 215-9844 [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 12/23/99 09:58AM >>> 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]
BEGIN:VCARD VERSION:2.1 X-GWTYPE:USER FN:Keith Vance TEL;WORK:(206) 215-9844 ORG:;Information Technology TEL;PREF;FAX:(206) 215-9941 EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED] N:Vance;Keith TITLE:Network Analyst X-GWUSERID:Kvance END:VCARD
