On 7/31/07, Agnello George <[EMAIL PROTECTED]> wrote: > > 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>
change: order allow, deny allow from all. That should work, provided you haven't allowoverride the directory anywhere else. But thats a security issue, allowing the world to access your admin page. You could later enable password-ful entry to the admin page using .htacess. Regards, NMK. > > 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 > > -- > Warm Regards > > Agnello . G .Dsouza > www.agnellogeorge.blogspot.com >
