Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl CGI scripts on Apache Web Server

by neophyte (Curate)
on Jul 03, 2002 at 12:49 UTC ( [id://179139]=note: print w/replies, xml ) Need Help??


in reply to Perl CGI scripts on Apache Web Server

That is a bit difficult, not knowing what you have done so far.
  • Have you edited httpd.conf, so your Apache knows what to do with cgi-scripts? If not check that file, usually you only have to uncomment a line or two.
  • Is your cgi-script within a directory that has the permission to execute cgi-scripts (usually cgi-bin)? If not move the script or edit httpd.conf accordingly.
  • Does your script have a she bang line? If not write #!C:\path\to\perl.exe as the first line into your script.
  • Does your script print everything it needs to print, especially the Content-type header? This is a very frequent error when you don't use CGI;.
  • Perhaps there are other errors while running the script, before it creates any output, check your Apaches error.log to find those.

I hope this helps to narrow the problem down or even solve it.

neophyte Niederrhein.pm

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-09-18 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (25 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.