• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

installing perl

dsgdevil

New Member
i'm having trouble installing perl.it gives me a internal server error when i try to go to it.http://icespirit.uni.cc/cgi-bin/test.pl
heres what i've done
put #! /usr/bin/perl as first line.then some perl stuff
in my httpd.conf file,i added this:
Code:
AddHandler cgi-script .cgi .pl
and where it has
Code:
<Directory />     Options FollowSymLinks     AllowOverride None  </Directory>
i added something and it looks something like this:
Code:
<Directory />     Options FollowSymLinks +ExecCGI     AllowOverride None  </Directory>
but then when i upload it in ascii in the cgi-bin directory,it gives me a internal server error.do i have to do anything else?
thanks in advance
 
Have you chmoded the file? Most perl scripts need chmod 755 i think, dont hold me to that.. some servers i use also just hate the pl extension, so if all else fails rename it to cgi
 
Back
Top