bigup401 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: apache problem with perl script
by marto (Cardinal) on May 21, 2015 at 10:31 UTC

    In many responses to your previous questions you have links to debugging techniques, FAQs. I suggest you take the time to work through some of them. Tutorials -> Ovid's CGI Course. Clearly you can't have "tried everything" as you say. Also, Apache 2.2.3 is old and has associated vulnerabilities.

    Update: rewording for clarity.

Re: apache problem with perl script
by igelkott (Priest) on May 21, 2015 at 10:46 UTC

    As you probably realize, this is almost certainly just an Apache config issue. Maybe this could have been tagged as OT for clarity.

    Anyway, without details, I'll take a wild guess and say that you need to run a2enmod cgi (as root/sudo) and possibly check that your script is either in a configured CGI folder or has a configured CGI suffix.

    Of course, that was just a guess but a bit more than RTFM ... which is probably a better solution.

Re: apache problem with perl script
by Anonymous Monk on May 21, 2015 at 09:08 UTC

    i have a problem...

    Read the faq bigup401, check each item one by one

    A reply falls below the community's threshold of quality. You may see it by logging in.