You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1997/07/25 02:08:14 UTC

I still don't like solaris.

If I start a server on Solaris with two listen directives:

	Listen 8080
	Listen 8081

then remove the second, HUP it, then add the second, port 8081 won't work
right.  netstat gives me the BOUND state for port 8081 instead of LISTEN.
I wish I knew why.  I added some debugging code (that should be in the
main tree I think) to log when listen() failed, but it never did.

Haven't tested this on other platforms to see if it is an Apache thing or
Solaris thing.