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
On Wed, 2007-08-01 at 00:21 +0530, Rony wrote:
Agnello George wrote:
wen i view the following :
[snip]
pls help me out ... thansk
Please do something about your lingo. ( no pun intended )
Umm...let us not hijack this thread as well ok?
Qmail experts please jump in :)
On 7/31/07, Agnello George agnello.dsouza@gmail.com wrote:
hi i am trying to configure a qmailserver as per qmail rocks
which distro you are using. I am running qmailrocks on debian sarge. in debian its /usr/lib/cgi-bin (path of cgi-bin folder). I followed the qmailrocks mainly but certain things i did it in the debian way.