CGI Perl

Emil Edeholt emil at knmedical.se
Sat Sep 23 12:30:03 UTC 2006


Hi,

I can't get CGI Perl up and running and I don't have a clue what to do. 
Apache 2 and PHP works fine. I've uncomment AddHandler cgi-script .cgi 
and perl is installed. But I guess something more is needed?

Apache gives me an forbidden error when I try to run my example script. 
I've tried to 777 the script but I still get the error. Any ideas?

And btw under what user is apache 2 running normally in ubuntu?

My test script looks like this, and it works fine to run it from the 
terminal, so atleast perl is working:
#!/usr/bin/perl
use strict;
print "Test\n";

All ideas are welcome. Thanks!

Kind regards Emil




More information about the ubuntu-users mailing list