I have an Apache module which needs to talk to an application running on a remote host via TCP/IP socket. With default Apache build, it works fine. But when I built Apache with option --with-mpm=worker, my Apache module couldn't connect to remote host any more. Here is the error message I got: connect() failed: no such file or directory. Any help would be appreciated. Jenny