Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to configure Apache for running perl scripts.

by trantor (Chaplain)
on Aug 06, 2004 at 14:18 UTC ( [id://380556]=note: print w/replies, xml ) Need Help??


in reply to How to configure Apache for running perl scripts.

Did you add something like Options +ExecCGI between <Directory> and </Directory>?.

What does the error log say? In my experience, you can solve 95% of your configuration problems by looking at it.

Replies are listed 'Best First'.
Re^2: How to configure Apache for running perl scripts.
by munu (Novice) on Aug 06, 2004 at 14:37 UTC
    the error log says ExecCGI is off.
    There are lots of <Directory> tabs present.
    So can you please specify in which directory tab I should put the "Options +ExecCGI"

      Er, in all the directories where you want CGIs to be executed of course.

      Looking at your configuration snippets, the <Direcory "/var/www/html1"> section seems like a good candidate.

        Yes I have added the line.
        But the error log is still saying that "ExecCGI is off"...........

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380556]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-23 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found