Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Shodan44

  1. Shodan44

    CGI scripts not being found

    Thanks for the suggestion &quot;<Directory /cgi-bin>&quot; Wullie, but I'm still having no luck. Mithrilhall, from what I can see from the original conf files that came with my version of apache, if you have the line: ScriptAlias /cgi-bin/ /var/www/cgi-bin/ then where you define...
  2. Shodan44

    CGI scripts not being found

    Here is the script: #!/usr/bin/perl print &quot;Content-type: text/html\n\n&quot;; print &quot;Hello World&quot;; As you can see its pretty basic, thats why I don't see why it won't run! Shodan44
  3. Shodan44

    CGI scripts not being found

    So it looks like I have got the correct setup! Why would APACHE keep saying it can't find the file though? I took out the &quot;#!&quot; in front of the path to perl at the top of my test script and the error that came up was something like Exec faild: Script format error. That tells me it...
  4. Shodan44

    CGI scripts not being found

    Greetings. I am running Apache 1.3.9 and am having a great deal of trouble in getting CGI scripts to run. I am constantly getting the &quot;500 Internal server error&quot; page. The error.log is always saying exec failed because the file or dirtory does not exist. E.G. [Sun Apr 14 06:56:03...

Part and Inventory Search

Back
Top