Ladies and Gentlemen,

 

            Thank you so very much for your time.  This was my error as I had a typo in the header.  Sorry guys!

 

Larry S. Brown

Dimension Networks, Inc.

(727) 723-8388

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Dennis Kaptain
Sent: Tuesday, March 11, 2003 10:12 PM
To: [EMAIL PROTECTED]
Subject: RH8 apache problem?

 

Try something REALLY simple like this.

your browser should be calling http://localhost/cgi-bin/program.pl

create /var/www/cgi-bin/program.pl as follows:

#! /usr/bin/perl

use strict;

print "Content-type: text/html\n\n";
print "<HTML>\n";
print "<BODY>\n";
print "Hello World\n";
print "</BODY>\n";
print "</HTML>\n";

If this wont work, try looking in your logs in
/var/log/httpd/error_log
There should be something in there.

Good Luck
Dennis

Reply via email to