Date: Thu, 14 Aug 1997 15:13:42 +0200 From: Michael Hallgren <hallgren@easynet.fr> To: freebsd-questions@FreeBSD.ORG Subject: Apache won't take all vhosts Message-ID: <33F30486.9BB57621@easynet.fr> References: <199708141114.HAA25559@farley.adgrafix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello,
I'm running Apache (1.1.3, patched to use one file for each vhost
declaration), on
FreeBSD 2.2.2.
Apache starts normally w/o vhosts and with a limited quantity of vhosts.
But above that quantity of vhosts, Apache's not starting up.
The closest I've come tracking the source of my problem is that:
range2: {371} % limits -e descriptors
-e cannot be used with `cmd' option
limits [-C class|-U user] [-eaSHBE] [-cdflmnstu [val]] [[name=val ...]
cmd]
range2: {372} % limits -e
limit cputime unlimited;
limit filesize unlimited;
limit datasize 131072;
limit stacksize 65536;
limit coredumpsize unlimited;
limit memoryuse 32768;
limit memorylocked unlimited;
limit maxproc 64;
limit descriptors 1024;
range2: {373} %
I'm suspecting the limit on "descriptors" of beeing the evil guy.
Questions:
(1) Do you think I'm right?
(2) How do I change this parameter ?
Cheers
Michael
--
Michael Hallgren, Easynet France
Write : http://www.loria.fr/tex
Play : http://www.perl.com/perl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33F30486.9BB57621>
