On Thu, Nov 24, 2000, the greycells of Ajitkumar expressed:

> Dear Users,
> 
> Does anybody know how to configure the cgi-bin for creating
> guestbooks/feedback etc for the webpages.  Please guide me what shold I
> do.
> 
> I have downloaded some cgiscripts which does not seems to work.
> 
> 
> Thanks
> Ajit

Check if your web-server is up, and configured for cgi scripts.
Do something like this in /etc/httpd/conf/httpd.conf
1. Set up the home directory first. /home/httpd/cgi-bin.
2. Add the following :
   <Directory "/cgi-bin">
        AllowOverride None
        Options ExecCGI
        Order allow,deny
        Allow from all
   </Directory>
3. This assumes your http server is Apache.
4. Add the foll line :
   AddHandler cgi-script .cgi

Better still, go to http://www.apache.org, and study the setup of
Apache Server, problems will be solved automatically. ;-)

If all above is done, and still the problem persists, check the 
permissions of your cgi-scripts, the cgi-bin dir., etc..

Cheers,
_amar

-- 
[amar@sahyadri /amar]# \(-
bash: (-: command not found


----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to