Web Hosting Talk







View Full Version : CGI in DIR's Other than CGI-BIN (Ensim)


PaulT
04-13-2002, 01:32 PM
Hi.

We've just got our "virtual server" from Tera-Byte, but can not seem to be able to execute CGI from DIR's other than the CGI-Bin.

We're using Ensim 3.0.4-6.

Can anybody help us?

Thanks

kunal
04-13-2002, 05:02 PM
Hey,
Open up your httpd.conf and add the following to it :

AddHandler cgi-script .cgi
AddHandler cgi-script .pl


Save it. Restart apache. Thats about it.

PaulT
04-13-2002, 05:15 PM
Thanks, that will help us a lot! :)