-f wrote:
i have processes running as www, eating up file descriptors. after a while i get errors because i need more. this is not about serving pages, this is about processes which run as www.so how can i raise the number of file descriptors for www? can be this done from /etc/login.conf ? i am bit confused, because www never logs in, or does it? -f
Create a new class (e.g. www or httpd) and use sudo (as root) to run httpd using that new class.