Hi,

I am running Red Hat 7
vpopmail default install
apache default install

I get it all install and it allows me to log in but just cycles the
user/pass screen.

here is how I installed below.

created /etc/httpd/passwd

./configure
make
make install
cd /etc/httpd/conf/
vi httpd.conf
added lines
__________
<Directory "/etc/httpd/passwd/vqadmin.passwd">
 deny from all
 Options ExecCGI
 AllowOverride Authconfig
 Order deny,allow
</Directory>
__________
cd /var/www/cgi-bin/vqadmin
vi vqadmin.acl
changed to admin VIMUDCA 4m4nd4
vi .htaccess
_______
AuthType Basic
AuthUserFile /etc/httpd/passwd/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any
_______
chown nobody .htaccess
chmod 600 .htaccess
htpasswd -bcm /etc/httpd/passwd/vqadmin user pass
stop start httpd


can you tell me what I messed up ?

Thanks
Kelly
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003


Reply via email to