![](https://seccdn.libravatar.org/avatar/119e0dca7e50124a1327381c8ab171b6.jpg?s=120&d=mm&r=g)
Joachim Marx wrote:
Michael wrote:
Hier im Zusammenhang: [Tue Apr 01 21:06:31 2008] [debug] proxy_util.c(1756): proxy: HTTP: has acquired connection for (localhost) [Tue Apr 01 21:06:31 2008] [debug] proxy_util.c(1816): proxy: connecting http://localhost:5801/VncViewer.class to localhost:5801 [Tue Apr 01 21:06:31 2008] [debug] proxy_util.c(1909): proxy: connected /VncViewer.class to localhost:5801 [Tue Apr 01 21:06:31 2008] [debug] proxy_util.c(2003): proxy: HTTP: fam 2 socket created to connect to localhost [Tue Apr 01 21:06:31 2008] [debug] proxy_util.c(2099): proxy: HTTP: connection complete to 127.0.0.1:5801 (localhost) [Tue Apr 01 21:06:31 2008] [debug] mod_proxy_http.c(1448): proxy: start body send [Tue Apr 01 21:06:31 2008] [error] [client 127.0.0.1] Invalid Content-Length
Dein Apache verbindet sich also korrekt mit lcoalhost:5801. Die Antwort "Invalid Content-Length" kommt doch hier vom remote host (der in Deinem Fall localhost ist). Wer/was lauscht denn auf Port 5801 ? Hat die dort lauschende Anwendung ein Log? Was sagt es?
Vielleicht hilft Dir der Hinweis: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html Request Bodies Some request methods such as POST include a request body. The HTTP protocol requires that requests which include a body either use chunked transfer encoding or send a Content-Length request header. When passing these requests on to the origin server, mod_proxy_http will always attempt to send the Content-Length. But if the body is large and the original request used chunked encoding, then chunked encoding may also be used in the upstream request. You can control this selection using environment variables. Setting proxy-sendcl ensures maximum compatibility with upstream servers by always sending the Content-Length, while setting proxy-sendchunked minimizes resource usage by using chunked encoding. Ich würde mal mit den genannten Environment Variablen experimentieren. Joachim -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org