[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Universal CGI-BIN
- Subject: Re: [cobalt-users] Universal CGI-BIN
- From: Cmopollux@xxxxxxx
- Date: Sun Aug 13 16:59:54 2000
I have a problem making the universal CGI-BIN. I heave read the cgi-faq but
didn't find anything that helped. Here is what I have done so far
Edited the srm.conf, here is what I added
Alias /cgi-s/ /home/sites/site2/web/
and restared apache.
If I call http://domain.com/cgi-s/
I get the home directory of site2.
If I call http://domain.com/cgi-s/images, I get the directory of
/home/sites/site2/web/images
This tells me the alias is working bt here is where I run into the problem.
When I try to call a script like formmail I get a "Script Not Found" cgiwrap
error.
I put the formmail in /home/sites/site2/web/formmail.pl so
http://domain.com/cgi-s/formmail.pl should call
/home/sites/site2/web/formmail.pl but I am getting the cgi-wrap error. It is
telling me the script isn't found but I know it is in the right location.
Thanks For Any help And Sorry For Some Newbie Ingnorance :)