Mike Orr wrote:
> Has anyone run into a problem with apache after virtual hosting roughly
> 200+ domains:
>
> Error 500
> Could spawn child process.....
>
> I only get this on cgi scripts, otherwise, web pages load fine.
> I messed around with minstartservers, keepalive, etc... all of which got
> know where. Is there a point when apache will max out?
If each domain has a separate logfile, then you risk reaching the
limit of 256 file descriptors per process on 2.0.* kernels. If this is
the case, then it's conceivable that a CGI script will take you over
the limit when a static page wouldn't.
If this is your problem, then you can either log to a single file, and
split the file up into separate domains later, or you can recompile
the kernel with an increased value for NR_OPEN (or switch to 2.1.*,
which defaults to 1024).
Of course, the problem could be something altogether different.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]