> -----Original Message-----
> Dear list,
> I have a perl script and I would like to run it on IIS6 under 
> win2003 server
> standard edition, I got this error message, "The specified 
> CGI application
> misbehaved by not returning a complete set of HTTP headers".
> 
> I ran this script on IIS5.1 under windows XP, the script runs file.
> 
> I already add the script with "print "Content-Type: 
> text/html\n\n\n";", but I
> still got the same error message on IIS6.
> 
> Is there anyone in the list ever face this kind of problem 
> and how to solve it?
> Please help me.
> 
> I am looking forward to a favorable reply from you. Thank you.

Similarly, a few months ago I had a perl cgi app fail on W2K3 IIS6 that ran
peachy on W2K IIS5.  Turned out that IIS6 didn't like the fact I used "\bin"
in my URL path.  Changing it to something else ("\bin2") resolved the
problem.

Obviously, out of the box IIS6 disdains folders of such name as a security
precaution.  Permitting that is something I haven't looked into yet.

My 0.02,

Shawn
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to