Re: file not found error message

2002-02-07 Thread Brian Burke
Thanks everyone for your suggestions. You have given me enough ammo to attack the problem! Brian Ed Grimm wrote: > It depends on your OS (and I forget which one you said you were using), > but generally, there is. Normally, this is given by ulimit -Sn, but > I've seen systems that have anot

Re: file not found error message

2002-02-06 Thread Ed Grimm
It depends on your OS (and I forget which one you said you were using), but generally, there is. Normally, this is given by ulimit -Sn, but I've seen systems that have another value that won't show up with ulimit. And it's possible that your shell environment has a different limit than the apach

Re: file not found error message

2002-02-06 Thread Brian Burke
I'm thinking that maybe I'm running into a user limit (httpd) rather than a process limit. I show only 60 or so open handles per httpd process, with a system limit of 1024. Is there such a thing as a user limit? I know there are limits on the number of user processes, but I'm not sure abou

Re: file not found error message

2002-02-06 Thread Axel Beckert
Hi! On Wed, Feb 06, 2002 at 04:48:06PM -0500, Brian Burke wrote: > When I run ulimit -Hn and ulimit -Sn, the system shows I can have > 1024 open handles. Does that mean if I run lsof | fgrep httpd | wc > -l and it is close to 1024, I have a problem? Only, if you run Apache with the -X flag (one

Re: file not found error message

2002-02-06 Thread Brian Burke
Thanks Axel. This very well could be my problem. When I run ulimit -Hn and ulimit -Sn, the system shows I can have 1024 open handles. Does that mean if I run lsof | fgrep httpd | wc -l and it is close to 1024, I have a problem? Brian Axel Beckert wrote: > Hi! > > On Wed, Feb 06, 2002 at 10:

Re: file not found error message

2002-02-06 Thread Axel Beckert
Hi! On Wed, Feb 06, 2002 at 10:50:26AM -0500, Brian Burke wrote: > I have a server that is up and running, taking about 50k-100k hits a > day. For the most part, it is working fine. About every 2-3 weeks, I > start getting a lot of messages like this in my error_log: > > [19498]ERR: 30: Line 1:

Re: file not found error message

2002-02-06 Thread Brian Burke
It sounds like our problems are similar. The errors look like 404 errors on the web browser (not founds). When the problem starts occurring, I can hit refresh and it works about 50% of the time. However, it stays problematic until I restart apache. Brian erik wrote: > On Wed, Feb 06, 2002 at

Re: file not found error message

2002-02-06 Thread erik
On Wed, Feb 06, 2002 at 10:50:26AM -0500, Brian Burke wrote: > I have a server that is up and running, taking about 50k-100k hits a day. > For the most part, it is working fine. About every 2-3 weeks, I start getting a > lot of messages like this in my error_log: > [19498]ERR: 30: Line 1: Not fo

file not found error message

2002-02-06 Thread Brian Burke
I have a problem that I think may be related to Embperl. I did some Google searches, and found a few others who had reported similar problems under Embperl, so I thought I'd pose this to this list for suggestions. I have a server that is up and running, taking about 50k-100k hits a day. For the