Randy Kobes wrote:On Mon, 21 Jul 2003, Dan Wilga wrote:
Hi there,
I tried to send this to modperl-dev, but apparently it won't take new subscriptions. You seem to be one of the developers, so I thought that perhaps you could look it over.
where did you send the request? modper-dev-subscribe?
According to this page:
http://perl.apache.org/maillist/dev.html
the proper address is [EMAIL PROTECTED] I just tried it again, and this time it worked. (Using modperl-dev-subscribe, even with the 'l', didn't.) Maybe the server doesn't work properly when requesting to be added to the -digest lists, since that's what I originally did on Friday.
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
-- Dan Wilga [EMAIL PROTECTED] Web Technology Specialist http://www.mtholyoke.edu Mount Holyoke College Tel: 413-538-3027 South Hadley, MA 01075 "Oook."
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
