DO NOT REPLY [Bug 42203] Content-Length in type maps doesn't work

2011-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42203

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #2 from Stefan Fritsch s...@sfritsch.de 2011-07-17 08:52:51 UTC 
---
Committed to trunk in r1147557, thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 49491] SSL module does not do the case insensitive URI comparison

2011-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49491

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

   Keywords||FixedInTrunk

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 26005] SERVER_NAME incorrect when using IPv6 address in URL

2011-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26005

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #6 from Stefan Fritsch s...@sfritsch.de 2011-07-17 13:57:12 UTC 
---
Fixed in trunk in r1147614

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50603] Bug in how Apache is counting KeepAliveTimeOut

2011-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50603

Stefan Fritsch s...@sfritsch.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Stefan Fritsch s...@sfritsch.de 2011-07-17 14:19:29 UTC 
---
httpd will start counting the keepalive timeout once it has delivered all data
to the OS. If you have a slow connection, it is possible that the delivery of
the data to the client will take some time. There is nothing to be fixed in
httpd.

You should either increase the keepalive timeout or tune the socket buffer size
(SendBufferSize in httpd, or /proc/sys/net/* under Linux).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org