Hi! I have an Apache server running under one User-Mode-Linux system
and I detected that the UML crashed very soon when I started httpd
since there were many vhosts, each one with a different access_log and
error_log fiel. Maybe, as I saw in the Apache configuration, too many
file descriptors.

However I have others non-UML servers running Apache with more vhosts
in the same way (one access_log and one error_log per vhost) and there
were no problem.

What could be happening? I will paste some information:

$ ulimit -n
1024

$ cat /proc/sys/fs/file-max
29934

$ /proc/sys/fs/file-nr
425     0       29934


I detected the problem because it happened a big time I did not touch
that system. One day I added one more vhost and from this time it
started to crash. Now I setup Apache to record the logs in the same
file for all vhosts and the problem is over (although I would prefer to
increase the number of opened files, for example if it will fix it).

Thanks, :).

-- 
Jesús García Crespo (aka Sevein)
http://www.sevein.com
[EMAIL PROTECTED]

GnuPG key ID: E2DB17E8 (pgp.escomposlinux.org)

Attachment: signature.asc
Description: PGP signature

Reply via email to