[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Any one running Matt Wrights message boards???
- Subject: Re: [cobalt-users] Any one running Matt Wrights message boards???
- From: "Toby Miller" <tobymiller@xxxxxxxx>
- Date: Mon Feb 21 23:07:31 2000
Debbie,
I have CGIs that execute in many different directories. The location (or
directory) of the CGI program is un-important. This is taken care of in the
srm.conf and httpd.conf files.
Take a look at the srm.conf file. You should see:
# To use CGI scripts:
Action cgi-wrapper /cgiwrapDir/cgiwrap
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
The action directive provides that path for CGIWRAP
The addhandler directives link the .cgi and .pl extensions to CGIWRAP.
When the server executes a .cgi or .pl script anywhere on the server, it
will use
CGIWRAP.
So if the path to your cgi program is
/home/sites/home/web/cgibin/bt-guest.cgi,
then the URL would be http://www.beautytech.com/cgibin/bt-guest.cgi
Hope this helps...
Toby
P.S. I am trying to be helpful...honest. I'm just way tooo tired..... :)