Am 2008-09-21 14:31:16 -0500, Kyle Waremburg schrieb:
> I have been having problems with a web application that I made in cherrypy
> giving 408/409 errors when using Internet Explorer. Firefox has never seen
> the error once, but it happens all to often in Internet Explorer. The
> cherrypy wbapp is being deployed through apache via mod_proxy. When I
> reconfigure cherrypy to listen on external IP I never receive the 408/409
> errors. The errors only occur when using IE and apache. I am all ears to
> suggestions of how to fix this.
Greetings, please try this for the Virtual Host Config:
SetEnv proxy-nokeepalive 1
This disables HTTP 1.1 Keepalive for mod_proxy (use this Configuration
Line befor the ProxyPass Lines!). This Bug seems to be only in CherryPy
3.1.0 and has a Ticket here:
http://cherrypy.org/ticket/853mfg Betz Stefan
--
Betz Stefan -- Webdesign & Computerservice
URL:
http://www.stefan-betz.netMail:
info@...