Re: apachectl -> "Too many open files"

2005-05-08 Thread Dennis Nasarov
Hello GV, Btw, there is the feature in apache - compile it w/ MAXOPENFILES=value. It helps me then i setuped virtual hosting for 2K users :) login.conf/ulimit doesen't helps :( just after recompiling apache w/ MAXOPENFILES - all works good :] Hope it helps. Monday, May 9, 2005, 12:40:53 AM, you

Re: apachectl -> "Too many open files"

2005-05-08 Thread Eric LeBlanc
On Sun, 8 May 2005, GV wrote: > Hi there, > > when using the "apachectl" command I get the following: > > /usr/sbin/apachectl: /etc/rc.conf.local[90]: .: /etc/rc.conf.local: Too many > open files > > why is that? > > Thanks > You may have two limits: one from your shell: type ulimit -a (sh/bash/

Re: apachectl -> "Too many open files"

2005-05-08 Thread Dimitry Andric
On 2005-05-08 at 20:40:53 GV wrote: > /usr/sbin/apachectl: /etc/rc.conf.local[90]: .: /etc/rc.conf.local: Too many > open files Maybe you copied /etc/rc.conf to /etc/rc.conf.local, edited some stuff, but forgot to remove these last few lines: local_rcconf="/etc/rc.conf.local" [ -f ${local_r

apachectl -> "Too many open files"

2005-05-08 Thread GV
Hi there, when using the "apachectl" command I get the following: /usr/sbin/apachectl: /etc/rc.conf.local[90]: .: /etc/rc.conf.local: Too many open files why is that? Thanks