Dan Wilga wrote: [...]
Can you please post a simple test and the relevant configuration? You can even send a new test for our ModPerl-Registry test suite.
Unfortunately, I don't have the time to post a formal test case, but I can quite easily give you the test Registry script to base one on:
-------
#!/usr/bin/perl
print 'Status: 200 Date: Fri, 18 Jul 2003 14:15:42 GMT Server: Apache/2.0.47 Connection: close Last-Modified: Sun, 29 Oct 2000 15:43:29 GMT Content-Type: text/html; charset=iso-8859-1
<html><head></head><body>Test</body></html>';
-------
Without the patch, a GET of this script, like the one below, results in the aforementioned error in Apache's error log, and returns a 500 error to the client.
--------
GET -U -H 'If-Modified-Since: Sun, 29 Oct 2000 15:55:00 GMT' http://yourhost/cgi-bin/ifmod.mperl
Thanks, I also want to see how have you configured the /cgi-bin/ Location in httpd.conf.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
