Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Tom Evans
On Wed, 2009-08-26 at 15:23 +0100, Andrew Hole wrote: > Your solutions looks very useful, but i'm afraid about impact on > server performance. > > Do you have any idea about the impact on performance? > > Thanks a lot > > On Wed, Aug 26, 2009 at 2:59 PM, Tom Evans > wrote: > >

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
it would be documented as it is for "F". I would say that performance-wise, Tom's suggestion would be the best (compared to my random hack suggestion anyway!). Richard. From: Andrew Hole [mailto:andremailingl...@gmail.com] Sent: 26 August 20

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Tom Evans
On Wed, 2009-08-26 at 12:23 +0100, Andrew Hole wrote: > Hi guys! > > Actually our web application has a retry mechanism based on http > status code returned to client. Just an example: > - An http request is made to http://web/software_A_folder/file.swf > - if the file doesn't exist (http 404) on

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Andrew Hole
Your solutions looks very useful, but i'm afraid about impact on server performance. Do you have any idea about the impact on performance? Thanks a lot On Wed, Aug 26, 2009 at 2:59 PM, Tom Evans wrote: > On Wed, 2009-08-26 at 12:23 +0100, Andrew Hole wrote: > > Hi guys! > > > > Actually our we

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
Nick Kew wrote:- Richard, when replying, can you quote normally, and not make your reply look like some malformed signature to the original post? I had no idea this was a reply until I hit "reply" in my mailer. RP: Oh, I'm really sorry - I blame outlook ;) I tried to put it at the bottom which o

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Nick Kew
Richard Peacock wrote: *From:* Andrew Hole [mailto:andremailingl...@gmail.com] *Sent:* 26 August 2009 12:24 *To:* users@httpd.apache.org *Subject:* [us...@httpd] Handling 404 errors Richard, when replying, can you quote normally, and not make your reply look like some malformed signature to

RE: [us...@httpd] Handling 404 errors

2009-08-26 Thread Richard Peacock
From: Andrew Hole [mailto:andremailingl...@gmail.com] Sent: 26 August 2009 12:24 To: users@httpd.apache.org Subject: [us...@httpd] Handling 404 errors Hi guys! Actually our web application has a retry mechanism based on http status code returned to client. Just an example: - An http request is

[us...@httpd] Handling 404 errors

2009-08-26 Thread Andrew Hole
Hi guys! Actually our web application has a retry mechanism based on http status code returned to client. Just an example: - An http request is made to http://web/software_A_folder/file.swf - if the file doesn't exist (http 404) on software_A_folder, the request is made in core folder: http://web/