I set up Apache and Perl is the only thing not working. My htdocs folder is /home/myusername/public_html/, cgi is /srv/www/cgi-bin, and there is also a /srv/www/perl-lib folder. I tried using both the cgi-bin and perl-lib folders for the script, in a subfolder called forum, with a symlink from /home/myusername/public_html/forum. It is chmod 755 and I have tried the .pl and .cgi file extensions. Perl mod is loaded and the script executes from console properly. The trouble is
http://localhost/forum/test.pl displays the code in the browser. I can't even get a 'Hello World' script to run, even when using KDevelop: Scripting to make it. Any other ideas?
Thanks,
MaKR