Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have attempted to configure my Apache2 install on Ubuntu 12.04 so that it will execute CGI scripts, and, unfortunately, something somewhere has failed to do so. The specific things I have done (suggested by both Apache and other answers on StackOverflow) are as follows:

1) Enabled the ExecCGI option for the relevant directory in both httpd.conf and default.

2) Added an AddHandler cgi-script .cgi statement for the relevant directory in both httpd.conf and default.

3) Set execute permissions for all the CGI scripts.

4 and most confusing) Ran the CGI scripts independently to make sure they executed, which they do. Which means that Apache is capable of executing the scripts, but somewhere along the line that action isn't getting taken.

If it means anything to anyone, the specific thing I am attempting to set up is LabelMe.

Anyone have any thoughts?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.