PDA

View Full Version : urgent help! vqadmin 403 Forbidden


mujao
02-22-2005, 11:12 PM
Hi there,

I have gone through the entire qmailrock's installation and as easy as it was to follow I am having problems with vqadmin and apache.

when trying to access the "vqadmin.cgi" i get error:
Forbidden
You don't have permission to access /vqadmin/vqadmin.cgi on this server

However i have planted a jpg on that same directory and I can funny enough vew the jpg.

note the permission...
-rwsr-sr-x 1 root root 76K Feb 22 15:41 vqadmin.cgi*
-rw-r--r-- 1 root root 502K Feb 23 02:41 test1.jpg

Strangely calling the jpeg did not ask me for my username and password on .htaccess.

I think its related to cgi-bin directory?
I have setup my php website directory on...
/usr/local/apache/htdocs/mujao/

to keep cgi-bin files seperate i used the default location /var/www/cgi-bin and /var/www/html for vqadmin configuration

hence I have added a symbolic link under
/usr/local/apache/htdocs/mujao/vqadmin -> /var/www/cgi-bin/vqadmin/

httpd.conf reads...

<Directory "/usr/local/apache/htdocs/mujao/">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<Directory "/usr/local/apache/htdocs/mujao/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>

Any help much appreciated!!!!