Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Internal server error

by Snuggle (Friar)
on Sep 03, 2002 at 19:41 UTC ( [id://194881]=note: print w/replies, xml ) Need Help??


in reply to Internal server error

if even siple things do not run I would definately check the httpd.conf file associated with your instance of Apache. I assume that you can see regular HTTP pages so check:
  • Make sure that there is a LoadModule command for cgi if it is a module.
  • make sure you have something like:

    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

  • or
    #<Directory "/usr/lib/cgi-bin"> # AllowOverride None # Options ExecCGI # Order allow,deny # Allow from all #</Directory>

Try that to start to be sure that your CGI directory is set right. Otherwise, you're gonna have to do somemore digging.


Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity, ignorance, greed and love of power.

--P. J. O'Rourke

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found