https://issues.apache.org/bugzilla/show_bug.cgi?id=46777

           Summary: no warnings if socket already in use
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


OS: Solaris 10

1. i have this numbers
# netstat -an | grep LIST | egrep "22|111|8443|8080"
      *.111                *.*                0      0 49152      0 LISTEN
      *.22                 *.*                0      0 49152      0 LISTEN
      *.8080               *.*                0      0 49152      0 LISTEN
      *.22                 *.*                0      0 49152      0 LISTEN
      *.8443               *.*                0      0 49152      0 LISTEN
      *.22                 *.*                0      0 49152      0 LISTEN      

2. i have this lines in config (others are skipped)
  Listen 8443
  NameVirtualHost 1.2.3.4:8443
  LogLevel debug
  <VirtualHost 1.2.3.4:8443
    ...
  </VirtualHost>

3. i changed 8443 to 8080 and spent several hours to understand why virtualhost
doesn't work. I didn't see any warning about socket already in use.

4. After this i've tried others ports that already in use and got warning only
for port 22.
(125)Address already in use: make_sock: could not bind to address [::]:22

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to