Operating System - Linux
1834234 Members
2802 Online
110066 Solutions
New Discussion

vqsignup.cgi can not be accessed in apache(for qmail)

 

vqsignup.cgi can not be accessed in apache(for qmail)

i am trying to install vqsignup for qmail, but i am not familiar with cgi coding and publish.
after my installation, access from apache meet two error:
if i access vqsigup, it tell me the page do not exist; once i access the url as vqsigup.cgi, it tell me its accessed is forbidden.but i can run a helloworld.pl as cgi.

the files as below ls -l
total 12
drwxr-xr-x 2 root root 4096 Aug 24 20:20 html
drwsr-sr-x 3 vpopmail vchkpw 4096 Aug 24 20:03 vqsignup.cgi
-rw-r--r-- 1 root root 722 Aug 24 20:26 vqsignup.conf

and set in apache

AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all


could some gentleman can tell me where is wrong
frederick
1 REPLY 1

Re: vqsignup.cgi can not be accessed in apache(for qmail)

i try one hello.cgi with the same setting,
it is ok,
i check the docments of apache, it could caused by suEXEC,for my apache is install by rpm, i do not know how to reconfigure and recomplied for a rpm installation

fredeirck
frederick