|
|||||||||||
|
DO NOT REPLY [Bug 10052] New: - mod_proxy inserts a blank new line int headers when used in conjunction with mod_rewrite and mod_jk
From: <bugzilla(at)apache.org>
Date: Thu Jun 20 2002 - 05:48:01 EDT
mod_proxy inserts a blank new line int headers when used in conjunction with mod_rewrite and mod_jk
Summary: mod_proxy inserts a blank new line int headers when used
in conjunction with mod_rewrite and mod_jk
Product: Apache httpd-1.3
Version: HEAD
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: mod_proxy
AssignedTo: bugs@httpd.apache.org
ReportedBy: ctolkmit@tng.de
Given the following setup:
<VirtualHost somehost>
<VirtualHost somehost>
(whereas tomcat is a working mod_jk setup)
When I do a
I get
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Note the empty line between 'HTTP/1.1 200' and 'Date: ' This obviously confuses serveral browsers. When I use the proxy/* files from the 1.3.19 version of httpd I get:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
which of course works fine. So I think there is some kind of bug in mod_proxy. I was not able to reproduce it by proxying to a page that was not mod_jk/Tomcat 3.2.x generated.
Best regards,
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Thu Jun 20 09:47:43 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:40 EDT |
||||||||||
|
|||||||||||