Thread: Internet Proxy
View Single Post
  #25  
Old 04-13-2006, 04:58 AM
QBall15j's Avatar
QBall15j QBall15j is offline
Super Moderator
GB Advanced User
 
Join Date: Feb 2006
Posts: 98
Default

I just enabled it on my server yesterday, wasn't as bad as I thought...

Make sure you have in your httpd config;
LoadModule cgi_module modules/mod_cgi.so

Uncomment;
AddHandler cgi-script .cgi

Down in your <Directory /home/*/public_html> section add below to the Options line;
ExecCGI

That should be it, you will be allowed to execute Perl scripts from anywhere.
Reply With Quote