Search found 4 matches
Aprelium Forum Index
Author Message
  Topic: Perl ISAPI extra newline in header?
lmz

Replies: 7
Views: 44514

PostForum: Perl   Posted: Thu Nov 02, 2006 10:08 am   Subject: Perl ISAPI extra newline in header?
OK, so I have associated *.pl with Perl ISAPI and *.pcgi with Perl CGI.

this is nph.{pl,pcgi} :


use CGI qw( -nph );
my $cgi = new CGI;
print $cgi->header(),
$cgi->star ...
  Topic: Perl ISAPI extra newline in header?
lmz

Replies: 7
Views: 44514

PostForum: Perl   Posted: Mon Oct 30, 2006 4:43 pm   Subject: Perl ISAPI extra newline in header?
It seems that I need to force the CGI module to do NPH. There is a check to make sure NPH is enabled automatically if it's running under IIS but probably they need to add another check for Abyss... Th ...
  Topic: Perl ISAPI extra newline in header?
lmz

Replies: 7
Views: 44514

PostForum: Perl   Posted: Sun Oct 29, 2006 2:43 pm   Subject: Perl ISAPI extra newline in header?


print "HTTP/1.1 200 OK\n";
print "Content-Length: 13\n";
print "Content-Type: text/html\n\n";

print "Hello, World!";




That actually wor ...
  Topic: Perl ISAPI extra newline in header?
lmz

Replies: 7
Views: 44514

PostForum: Perl   Posted: Sat Oct 28, 2006 3:25 pm   Subject: Perl ISAPI extra newline in header?
I have installed Abyss Web Server X1 v2.3.2 and ActivePerl (5.8.8 build 817) with the ISAPI DLL. I am currently trying to run Perl scripts using the ISAPI interface. Here is the relevant bit from abys ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group