Place this in your vqadmin .htaccess file: AuthType Basic AuthUserFile /path/to/where/you/want/to/store/the/password/file/.htpasswd AuthName vQadmin require valid-user satisfy any
Place this in your HTTPD.CONF file: #vqadmin <Directory "/path/to/your/cgi-bin/vqadmin"> deny from all Options ExecCGI AllowOverride AuthConfig Order deny,allow </Directory> -- Jake -----Original Message----- From: Michael Di Martino [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:32 PM To: [email protected] Subject: Re: [vqadmin] login fails <<make sure the vqadmin.passwd file is <<readable by the web server. <<RedHat 9's htpasswd program does not set <<it to be readable Is that done in the apache conf file or is it just a system file permissions setting? Thanks for the insight into this issue. Regards, Michael Di Martino Director of MIS The telx Group Office: 212 480 3300 X.2022 Cell: 646 207 6603 [EMAIL PROTECTED] -------------------------- Sent from my BlackBerry Wireless Handheld
