Yes, I used a script similar to that from Microsofts website.  Executed it from the same directory as follows:
 
 
Don't click the link, the file isn't there anymore.  The script ran fine though.

Dennis Schroeder
Innovative Truck Products
[EMAIL PROTECTED]
www.innovative-truck-products.com
 
 
----- Original Message -----
Sent: Tuesday, February 04, 2003 11:22 AM
Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem

do any .pl scripts run on the server for example
 
 
can you save this to a .pl file and execute it
 
print "HTTP/1.0 200 OK\n";
print "Content-Type: text/html\n\n";
print "<HTML>\n";
print "<HEAD>\n";
print "<TITLE>Hello World</TITLE>\n";
print "</HEAD>\n";
print "<BODY>\n";print "<H4>Hello World</H4>\n";
print "<P>\n";
print "Your IP Address is $ENV{REMOTE_ADDR}.\n";
print "<P>";
print "<H5>Have a nice day</H5>\n";
print "</BODY>\n";print "</HTML>\n";
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products
Sent: Tuesday, February 04, 2003 1:05 PM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] imailsrv2.pl & IIS5 Problem

IMail web is on the standard 8383 and IIS is on 80.

Dennis Schroeder
Innovative Truck Products
[EMAIL PROTECTED]
www.innovative-truck-products.com
 
 
----- Original Message -----
Sent: Tuesday, February 04, 2003 11:00 AM
Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem

What port are you running the web server and what port are you running Imail web messaging? The two can't run on the same port.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products
Sent: Tuesday, February 04, 2003 12:51 PM
To: [EMAIL PROTECTED]
Subject: [IMail Forum] imailsrv2.pl & IIS5 Problem

I have a Win2k Server running IIS 5.
 
I've installed the latest ActivePERL and I can see where it was configured in IIS.
 
I have downloaded the imailsrv2.zip file and put the files in their correct locations.
 
I have run the "imailcgi -install..." successfully.
 
I have edited the .html file.
 
When I bring up the html file and click submit, the screen changes to a 404 Page Not Found error.  The address line is referring to:
 
 
This is the correct path to the script.  I have enabled "script source access".
 
Why would this come up "not found"???
 
Dennis

Reply via email to