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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to