On 10/15/07, Marten Lehmann <[EMAIL PROTECTED]> wrote:

> I'm using httpd-2.2.4. If you don't have an idea, I can maybe track it
> down a bit further. But so far this simpelst thing I can explain is:
> With a pretty standard httpd.conf there is no long entry unless someone
> actually calls a URL. But once I include the configuration lines above
> and restart apache, strange log lines appear. Note: There is always an
> error 400. And the URL called is always "GET /", not even "GET /
> HTTP/1.0" or so.

See:
http://wiki.apache.org/httpd/InternalDummyConnection

When the default vhost is SSL, you get the 400 because apache doesn't
bother doing ssl negotiation -- it just sends an ordinary http
request. But this doesn't matter since the request only needs to wake
up the process, nothing else.

Joshua.

Reply via email to