APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/06/25 20:22:15 $]
+Last modified at [$Date: 2003/06/25 20:59:15 $]
Release:
modules/http/http_protocol.c 1.470
jerenkrantz: When it is a proxy response that doesn't have server
string set, we shouldn't place one there. Correct?
+ trawick: rfc2616/14.38: "The Server response-header field contains
+ information about the software used by the origin server
+ to handle the request." ... "If the response is being
+ forwarded through a proxy, the proxy application MUST NOT
+ modify the Server response-header."
+ I don't see any wiggle room for us to be adding one if
+ the origin server didn't include it.
+ BTW, with my patch Apache 2 and Apache 1.3 will behave
+ identically. (That's how I read the code, anyway :) )
+1: trawick
* mod_rewrite: Perform child initialization on the rewrite log