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 2003/02/04 00:46:09 UTC

DO NOT REPLY [Bug 16739] New: - Listen problem : only one 'network' is listenned

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16739

Listen problem : only one 'network' is listenned

           Summary: Listen problem : only one 'network' is listenned
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: Sun
               URL: N/A
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: l_faillie@yahoo.com


Hi all,

I'm using Apache 2.0.44 on a old Sun Sparc Station 5 under NetBSD 1.6. I think,
there is no problem on this server as another Apache 1.3.26 is running on an
other port w/o troubles. 

This station has 2 ethernets card :

- 1 connected to my internal network w/ a fixed address (192.168.0.3),
- 1 connected to a cable modem binding to a dynamicaly address allocated by my
ISP DHCP server.

My problem is I can't access to this web server if I haven't specified the
address in the Listen directive.

For example :
If I use "Listen 8085", only
telnet localhost 8085
succeed. Connection from other machine fails w/ "Connection refused" error.

If I use "Listen 192.168.0.3:8085", I can connect from a machine on my own
network but a telnet fails :
telnet localhost 8085
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

A simple workaround should be to use some Listen directive, but I will be
difficult w/ DHCP address.
Any help welcome ;-D

Rgds,

Laurent

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