Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Perl CGI problem. Help please!!!!

by cfreak (Chaplain)
on Jul 27, 2005 at 14:21 UTC ( [id://478612]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl CGI problem. Help please!!!!
in thread Perl CGI problem. Help please!!!!

Its not the directory that matters. If you're using Apache, it has to be told that the directory (cgi-bin) is allowed to execute code. It should look something like this in the httpd.conf file:

<Directory /path/to/your/cgi-bin> Options ExecCGI Order allow,deny Allow from all </Directory>

If you have IIS I'm not sure of the options

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-24 02:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found