RE: File Not Found

2004-04-04 Thread Pete Moran
Thanks Gerald, Will co and play Regards -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: 04 April 2004 21:56 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: File Not Found > > Is there any way of changing this behaviour - so if I request > /wl/u

Re: File Not Found

2004-04-04 Thread Gerald Richter
> > Is there any way of changing this behaviour - so if I request > /wl/uk/me.html it actually executes /shared/library/me.html if it > doesn't exist in /wl/uk/me.html ?. > The lastest CVS version also contains a directive Embperl_Object_Reqpath which might excatly do what you want Gerald --

Re: File Not Found

2004-03-28 Thread Gerald Richter
> > Let me explain what does work, if I have index.html which lives in > /wl/uk/ and it calls the file me.html which lives in /library/shared/ > then the contents of me.html gets loaded just fine. If however I do a > direct call to me.html I always get a 404 error. > > Is there any way of changing

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