Hi,

I have a repo set up on port 95 of a machine and am using apache to proxy requests for http://pst.ireland/2008.11-sru to http://pst.ireland:95.

Occasionally (I haven't worked out how often or what exactly triggers this yet) I get the following error from pkg installs and image-updates:

pkg: Maximum (4) network retries exceeded during download. Details follow:
Transfer from 'http://pst.ireland/2008.11-sru' timed out: 408 - Request Timeout. (happened 4 times)

Using an authority of pst.ireland:95 works fine.

The apache config I have for this is:
ProxyRequests On
ProxyPass /2008.11-sru/ http://pst.ireland.sun.com:95/
ProxyPassReverse /2008.11-sru/ http://pst.ireland.sun.com:95/
RedirectMatch ^/2008.11-sru$ /2008.11-sru/

Looking in the apache error logs I find:
[Thu Apr 23 14:53:28 2009] [error] (146)Connection refused: proxy: HTTP: attempt to connect to <ip address>:95 (pst.ireland.sun.com) failed [Thu Apr 23 14:53:28 2009] [error] ap_proxy_connect_backend disabling worker for (pst.ireland.sun.com) [Thu Apr 23 14:53:35 2009] [error] proxy: HTTP: disabled connection for (pst.ireland.sun.com)

Just wondering if anyone else has come across (and resolved!) this issue before or if there is a better way of specifying the proxy in the apache config?

The system is running Solaris 10 and Apache/2.2.6 (from coolstack).

Cheers,
~albert

--
Albert White - Sun Ireland [email protected]
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to