Report this

What is the reason for this report?

Getting perl scripts to work with LAMP stack

Posted on August 30, 2013

I followed the instructions from https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian. Perl scripts are only displaying the source code in my browser. The scripts are chmodded properly.

I have: Options +ExecCGI AddHandler cgi-handler .pl in a .htaccess. What else should I do? I’m relatively new to using unmanaged servers.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

What’s the first line of your perl script? <br> <br>Where do you have <code>Options +ExecCGI </code>?

The first line is #!/usr/bin/perl. <br> <br>I allowed override in apache2.conf so .htaccess files would work. I have Options +ExecCGI in a .htaccess in my website’s root.

Please pastebin your apache virtualhost config and your .htaccess file’s contents.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.