Peter Huncar wrote: > I'm using OpenBSD (3.6 now) as my web/dns/mail/whatever server > for a couple of years. I was very satisfied until a couple of > days ago I noticed, that my web server is not working. I > restarted apache, everything was ok then, but after some time > the same happened. I got many many lines like this in error_log > : > > [Tue Sep 6 13:58:01 2005] [error] [client 84.47.4.140] (24)Too > many open files: file permissions deny server access: > /htdocs/apex.sk/index.html > > The trafic is very low, there are a few very simple web pages.
First you need to find out what is keeping all those files open. Use fstat(1) # Han

