[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: not enough file descriptors Comment-Added-By: dgaudet Comment-Added-When: Tue Apr 20 15:45:12 PDT 1999 Comment-Added: You probably built 1.2.x and 1.3.x differently... and the 1.3 server is reading some silly access.conf or srm.conf file. Try "strace -e open -f ./httpd" and take a look at what files it's opening. You'll probably figure it out from that. Dean