You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/06/17 11:50:13 UTC

DO NOT REPLY [Bug 29404] - Allow definition of source address of outgoing connections from mod_proxy

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29404>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29404





------- Additional Comments From torsten.reschke@gehe.de  2005-06-17 11:50 -------
Hi,

I have a problem with the Port for ProxySourceAddress.
The system is AIX 5.2 ML 4. Apache is 2.0.50.

My httpd.conf:

<VirtualHost 223.99.214.38:80>
ProxySourceAddress 223.99.214.38
ServerName 223.99.214.38
ProxyPass /eroom http://223.99.214.12/eroom
ProxyPassReverse /eroom http://223.99.214.12/eroom
</VirtualHost>

Sometimes it works, sometimes not.
The error_log shows this:

[Fri Jun 17 11:39:38 2005] [notice] Apache/2.0.50 (Unix) DAV/2 configured --
resuming normal operations
[Fri Jun 17 11:39:42 2005] [error] proxy: HTTP: attempt to bind to source
address 223.99.214.38:52784 failed
[Fri Jun 17 11:39:42 2005] [error] proxy: HTTP: attempt to bind to source
address 223.99.214.38:0 failed
[Fri Jun 17 11:39:42 2005] [error] proxy: HTTP: attempt to bind to source
address 223.99.214.38:52784 failed

Why is the proxy module using Port 0 or 52784? I have no definitions of these ports.

Best regards
Torsten


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org