Page 1 of 1

newie! how can I get websites running wiht cgi quickly

PostPosted: 26. May 2004 23:49
by Dick
I would like to know how to setup a website wiht a cgi-bin for more then one web site. I have been trying but it's drving me crazyer trying to workout that to do is there and easy way of doing this.


I would be greatful for any help

thanks
dick

PostPosted: 28. May 2004 00:34
by MAGnUm
you can make cgi execute on your entire site

just look for the following in your httpd.conf

# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
#AddHandler cgi-script .cgi