On Fri, Aug 26, 2005 at 07:15:31PM -0400, Peter Memishian wrote: > > is this an AF_UNIX socket? if so, the implementation was massively > overhauled for solaris 10, right near GA.
Yup: AF_UNIX sockets. http://svn.apache.org/repos/asf/httpd/httpd/tags/2.0.54/modules/generators/mod_cgid.c Line 596 has: if ((sd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { I'll look into the bug reports. Thanks! -- justin _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
