Hi All,
Apache 2.2 -----reverse proxy ----------> IIS6/win2k3
Having a bit of an issue with keeping this connection alive. ItÂ’s a simple
set-up:
ProxyRequests Off
#ProxyTimeout
ProxyPreserveHost off
<Proxy *>
Order Deny,Allow
Allow from all
</Proxy>
############################################################################
ProxyPass /portal ajp://machine2:7001/portal
ProxyPassReverse /portal ajp://machine2:7001/portal
ProxyPass /imageserver http://image:7002/imageserver ttl=128 retry=300
ProxyPassReverse /imageserver http://image:7002/imageserver
The ajp connection works just fine, the connection to image connects and grabs
images, but after awhile, images stop being served.
The backend image server is running IIS6 in standard mode on a windows 2003 OS.
Apache Httpd.log excerpt:
[Fri Nov 17 14:34:10 2006] [info] Initial (No.1) HTTPS request received for
child 498 (server portal.test.com:443)
[Fri Nov 17 14:34:10 2006] [debug] mod_proxy_http.c(54): proxy: HTTP:
canonicalising URL
//image:7002/imageserver/plumtree/common/private/js/jsutil/LATEST/PTDateFormats.js
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1378): [client 192.168.17.130]
proxy: http: found worker http://image:7002/imageserver for
http://image:7002/imageserver/plumtree/common/private/js/jsutil/LATEST/PTDateFormats.js,
referer: https://portal.test.com/portal/server.pt?
[Fri Nov 17 14:34:10 2006] [debug] mod_proxy.c(756): Running scheme http
handler (attempt 0)
[Fri Nov 17 14:34:10 2006] [debug] mod_proxy_http.c(1662): proxy: HTTP: serving
URL
http://image:7002/imageserver/plumtree/common/private/js/jsutil/LATEST/PTDateFormats.js
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1798): proxy: HTTP: has
acquired connection for (image)
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1858): proxy: connecting
http://image:7002/imageserver/plumtree/common/private/js/jsutil/LATEST/PTDateFormats.js
to image:7002
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1951): proxy: connected
/imageserver/plumtree/common/private/js/jsutil/LATEST/PTDateFormats.js to
image:7002
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(2141): proxy: HTTP: connection
complete to 192.168.17.131:7002 (image)
[Fri Nov 17 14:34:10 2006] [debug] mod_proxy_http.c(1541): proxy: header only
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1816): proxy: HTTP: has
released connection for (image)
[Fri Nov 17 14:34:10 2006] [info] [client 192.168.17.130] Connection closed to
child 498 with unclean shutdown (server portal.mda.mil:443)
[Fri Nov 17 14:34:10 2006] [debug] mod_proxy_http.c(1541): proxy: header only
[Fri Nov 17 14:34:10 2006] [debug] proxy_util.c(1816): proxy: HTTP: has
released connection for (image)
[Fri Nov 17 14:34:10 2006] [info] [client 192.168.17.130] Connection closed to
child 496 with unclean shutdown (server portal.mda.mil:443)
R. Rosado
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]