You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2006/06/06 16:39:44 UTC

Re: [users@httpd] Weird behaviour when updating error page

On 6/6/06, mathieu.vanbelle@recordgroup.be
<ma...@recordgroup.be> wrote:

> But when switching the page, for a few minutes (5 minutes or more) I still
> received the content of the old page but with the tags of the new one !!!!!!

> Apache is 2.0.47 (and can't be updated quickly, production system).

Well, it could be any number of bugs in 2.0.47 that are fixed in later versions.

But one thing to try is
EnableSendfile Off
EnableMmap off

You should also consider using an atomic operation like "mv" to change
the file contents.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org