Mladen Turk wrote:

All are exactly the same:

[error] (OS 10048)Only one usage of each socket address (protocol/network
address/port) is normally permitted.  : proxy: HTTP: attempt to connect to
127.0.0.1:8080 (localhost) failed

Ok.

We had a same problen in jk for over two years now. The problem is that you
will need at least:

Line 1037 in proxy_util.c:

/* make the connection out of the socket */
do {
rv = apr_socket_connect(*newsock, backend_addr);
} while (APR_STATUS_IS_EINTR(rv));


But again it might be just an attemp to connect to an nonclosed connection (as BTW the error suggests), or perhaps connection beeing in the process of disconnection, but cause of high load you have a race condition.

So if I committed the above patch to httpd v2.1.0-dev would you be in a position to test it?

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to