hi i am trying to configure a qmailserver as per qmail rocks as per my httpd conf file looks like this
<Directory "/usr/local/cgi-bin/vqadmin"> AllowOverride AuthConfig AllowOverride All Options ExecCGI Order deny,allow deny from all </Directory>
wen i view the following : http://mydomain/cgi-bin/vqadmin/vqadmin.cgi
i am able to view this ,
but wen i am trying to view "qmailadmin" ( http://mydomain/cgi-bin/qmailadmin ) i get the error ====>
**You are not authorized to view this page**
my eror_log looks llike this
[Tue Jul 31 11:10:24 2007] [error] [client 210.211.142.17] client denied by serv er configuration: /usr/local/cgi-bin/qmailadmin
======================================================== But if i change my httpd.conf to :
<Directory "/usr/local/cgi-bin/vqadmin"> AllowOverride AuthConfig AllowOverride All Options ExecCGI Order deny,allow allow from all ===================.> i hve made change here </Directory>
i can view http://mydomain/cgi-bin/qmailadmin but then i cant view http://mydomain/cgi-bin/vqadmin/vqadmin.cgi
pls help me out ... thansk