[Nottingham] CGI Scripts on Server

Raphael Gangneux nlug at domainarena.net
Thu Aug 3 10:13:01 BST 2006


>> How do I enable cgi scripts on fedora4?

>The FC4 default httpd.conf has CGI functionality commented out, IIRC.
>You need to uncomment the line:

>AddHandler cgi-script .cgi

>and restart Apache.

>Graeme


And add .pl if you want to be able to execute .pl scripts.
i.e.: AddHandler cgi-script .cgi .pl

Also I think you need to modify the '/' directory block with: +Execcgi
i.e.: Options FollowSymLinks +Execcgi

correct me if I'm wrong :-)


_______________________________________________
Nottingham mailing list
Nottingham at mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/nottingham





More information about the Nottingham mailing list