PDA

View Full Version : Qmail web server



emmbec
11-23-2004, 12:08 PM
Hi, I'm trying to install a web mail server. I checked www.qmailrocks.org tutorial and its really good, it explains everything But I got to a part where I must install Vqadmin and there I'm stuck.

I did :
./configure --enable-cgibindir=/var/www/cgi-bin --enable-htmldir=/var/www/html/
make && make install-strip

Then I added the following lines to the apache httpd.conf file:

<Directory "/var/www/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>

Then I configured the .htaccess file, the .htpasswd correctly but when I try to enter the cgi script that handles all the vqadmin stuff I just can't (http://localhost/cgi-bin/vqadmin/vqadmin.cgi)
I checked permissions for the folders, files and they are ok (755) when I try to open the cgi script I get this error:

The requested URL /cgi-bin/vqadmin/vqadmin.cgi was not found on this server

I tryed accessing the localhost/cgi-bin folder but I can't because I don't have permission to access it, which is ok I think, but when I tryed to enter localhost/cgi-bin/vqadmin it says that its not found on the server, and I already checked it and it is in there, with the propper permissions. Please if you can help me that would be really nice. Thanks

emmbec
12-07-2004, 06:41 AM
please if you know hoe to do this help me out

UnderScore
12-07-2004, 08:37 PM
Your best bet is to post your questions on Qmail at the Qmailrocks forums since it looks like noone here is able to help you. I found the following post when I searched with your error http://forum.qmailrocks.org/viewtopic.php?t=1099&highlight=requested+url.
I hope this helps.
James