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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP/1.1 404 Object Not Found Serv

Status
Not open for further replies.

Digimon02

Programmer
Dec 10, 2002
37
0
0
PH
HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Fri, 05 Dec 2003 07:04:58 GMT Connection: close Content-Type: text/html

What does this mean?

i'm just testing a simple Perl Script

this is the code in my .shtml

<HTML>

<TITLE>Test File</TITLE>
<body>
<!--#include file=&quot;/cgi-bin/testing.pl&quot; -->
</body>
</HTML>

and this is the code in my testing.pl

#! /usr/bin/perl

print &quot;<H3>This is a test to see if Perl is Working</H3>\n&quot;;
print &quot;<P>\n&quot;;
print &quot;<H5>If you can see this, Perl is properly
configured</H5>\n&quot;;

I'm using IIS 5.0. i already set the execute permission to SCRIPTS & EXECUTABLES.

could somebody help me?

i also use
<!--#exec cgi=&quot;/cgi-bin/testing.pl&quot; -->

but nothing happen..

 
Digimon02,

Look at the FAQ'a here, and in the CGI forum for help in configuring IIS to run CGI scripts

Cheers missbarbell

HTH
--Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top