DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24501>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24501 NPH script (perl/mod_perl) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-11-24 09:28 ------- Thanks for the report, Antonio Your first cgi script http://roquefort.di.unipi.it/cgi-bin/nph-test-CGI.pl can't work as nph, since it doesn't emit a complete set of HTTP headers, run it from the command line to see what does it do. Your second example works just fine as nph, if I click on http://roquefort.di.unipi.it/cgi-bin/nph-test-raw-print.pl it works, so does: http://roquefort.di.unipi.it/cgi-bin/nph-test-raw-print.pl.txt I've just added your code verbotem to the httpd-test suite and it works just fine there too. So I'm closing this bug with status INVALID. You've mentioned that nph- doesn't work with mod_perl 2.0, which is true as of 1.99_11 - it doesn't work the same way it did in mod_perl 1.0, but we will come up with a solution shortly and document it on perl.apache.org. Meawhile, this will work, start your script as: my $r = shift; $r->assbackwards(1); use CGI qw/:standard/; ... If you have further mod_perl issues or questions, please see: http://perl.apache.org/bugs/, as they don't belong to this tracking system. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
