problem not seen in 2.0.43, but seen in HEAD

make sure includebug.shtml will be processed by mod_include
put showargs in /tmp (or edit path in includebug.shtml)

2.0.43 returns this from a HTTP/1.0 GET:

-----------start------
HTTP/1.1 200 OK
Date: Fri, 15 Nov 2002 11:52:27 GMT
Server: Apache/2.0.43 (Unix)
Accept-Ranges: bytes
Connection: close
Content-Type: text/plain; charset=ISO-8859-1


arg1 arg2


-----------end-------

HEAD returns this:

---------start---------
HTTP/1.1 200 OK
Date: Fri, 15 Nov 2002 11:55:23 GMT
Server: Apache/2.0.44-dev (Unix)
Accept-Ranges: bytes
Connection: close
Content-Type: text/plain; charset=ISO-8859-1


arg1 arg2
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
(rest of that error page)
----------end-------

This is in access log:

127.0.0.1 - - [15/Nov/2002:06:55:23 -0500] "GET /includebug.shtml HTTP/1.0" 22 603

I think the 22 is EINVAL inside the include filter from the attempt to
read a bogus mmap bucket.  I need to rebuild with memory debugging and
see if that catches the problem sooner.

<!--#exec cmd="perl /tmp/showargs arg1 arg2" -->

foreach my $arg (@ARGV)
{
  print "$arg ";
}

print "\n";

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to