Re: Why double requests?

2000-12-22 Thread Doug MacEachern
On Wed, 11 Oct 2000, Bill Moseley wrote: ... Here's the request: --- GET /test/abc/123 http/1.0 HTTP/1.1 200 OK Date: Wed, 11 Oct 2000 17:17:16 GMT Server: Apache/1.3.12 (Unix) mod_perl/1.24 Connection: close Content-Type: text/plain hello Here's the error_log

Why double requests?

2000-10-11 Thread Bill Moseley
mod_perl 1.24/1.3.12 perl 5.6 Here's my httpd.conf: - Listen 9000 VirtualHost *:9000 perl package My::DirectoryIndex; use Apache::Constants qw( DECLINED ); sub handler { my $r = shift; $r-log_error(