[Zope] ProxyPass displaying HTML source

Dieter Maurer dieter@handshake.de
Thu, 25 Jul 2002 21:31:53 +0200


Jordi YC writes:
 > I am trying to use Apache as the front-end using SSL. It seems that SSL 
 > is not an issue, but I am getting HTML source code instead.
 > ...
 > 
 > Date: Thu, 25 Jul 2002 11:29:29 GMT
 > Connection: close
 > Content-Type: text/html
 > Etag: 
 > Content-Length: 2958
 > 
 > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 > ....
Looks like something added an empty line in the set of HTTP headers,
effectively moving some headers into the response body.

I would use a logging TCPProxy, such as Shane's "tcpwatch", and
analyse what precisely is exchanged between the browser
and the Apache server (no the SSL communication, of course)
and between Apache and Zope.


Dieter