Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Prompted to Open or Save CGI Program -- configuration issue?

by olus (Curate)
on Mar 17, 2009 at 15:55 UTC ( [id://751229]=note: print w/replies, xml ) Need Help??


in reply to Re: Prompted to Open or Save CGI Program -- configuration issue?
in thread Prompted to Open or Save CGI Program -- configuration issue?

<Directory "PATH FOR YOUR CGI SCRIPTS"> Options ExecCGI SetHandler cgi-script </Directory>

is instructing apache to treat the files found at that particular directory as Perl scripts. So, write there the location of the scripts, and make sure they are executable.

my file doesn't have the <virtualhost *> command
Maybe your httpd.conf doesn't have the virtualhost directive but, if you look at the dir where your httpd.conf file is, you will find a few directories like vhosts, extra, or other ..... Peeking into the files in there you'll probably find that directive. There are different ways to configure vhosts, I suggest you read some introductory material on Apache.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (10)
As of 2024-04-23 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found