Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14759 invoked from network); 27 Aug 2007 17:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 17:07:12 -0000 Received: (qmail 27100 invoked by uid 500); 27 Aug 2007 17:06:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27084 invoked by uid 500); 27 Aug 2007 17:06:58 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 27073 invoked by uid 99); 27 Aug 2007 17:06:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 10:06:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [65.124.128.12] (HELO zixvpm02.healtheast.org) (65.124.128.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 17:06:53 +0000 Received: from zixvpm02.healtheast.org (ZixVPM [127.0.0.1]) by Outbound.healtheast.org (Proprietary) with ESMTP id BF2864BE0B for ; Mon, 27 Aug 2007 10:15:42 -0500 (CDT) Received: from EXCHCLUS.healtheast.loc (unknown [10.10.62.21]) by zixvpm02.healtheast.org (Proprietary) with ESMTP id 836D94BDFE for ; Mon, 27 Aug 2007 10:15:41 -0500 (CDT) Received: from 10.60.12.126 ([10.60.12.126]) by EXCHCLUS.healtheast.loc ([10.10.62.27]) with Microsoft Exchange Server HTTP-DAV ; Mon, 27 Aug 2007 17:03:48 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Mon, 27 Aug 2007 12:03:45 -0500 From: "Coulter, Ryan" To: Message-ID: Thread-Topic: [users@httpd] Help with Apache 2 problem on AIX 5.3 Thread-Index: AcfozDoneKpfDlS/EdyCgQAX8gB6Bg== In-Reply-To: <1404e5910708270841q5a744e23x39daa0ecc9c5a8e8@mail.gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Help with Apache 2 problem on AIX 5.3 Thank you, Eric. I had tried this in my experiments as well, without much luck. However, your comment led me to a page (http://publib.boulder.ibm.com/httpserv/ihsdiag/questions.html) which described the network buffer cache in AIX and its association with AIX's send_file routine. What is baffling me now is that setting "EnableSendfile off" does nothing to alleviate the problem, but if I set the network buffer cache size to 0 (no -o nbc_limit=0), the problem goes away. I consequently tried setting it to 0, setting "EnableSendfile off", restarting Apache and then setting nbc_limit back to its previous setting. The problem returned, even with EnableSendfile turned off. As long as the network buffer cache is set to 0, I don't have any problems. So, at least I now know what seems to be the general source of the problem, but does anyone know how to correct the behavior of EnableSendfile? According to the page referenced above for IHS, this directive should prevent Apache from using send_file and consequently prevent any static file from being added to the network buffer cache. But that doesn't seem to be the case in my experience today. Any other thoughts? Ryan Coulter > From: Eric Covener > Reply-To: > Date: Mon, 27 Aug 2007 11:41:27 -0400 > To: > Subject: Re: [users@httpd] Help with Apache 2 problem on AIX 5.3 > > On 8/27/07, Coulter, Ryan wrote: >> >> (My apologies for sending this earlier with no subject.) >> >> Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX >> 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as >> well as IHS 2.0.47. In both cases, the behavior is identical. Using Apache >> 1.3, I don't have the problem. I have been researching the problem for >> several days, but can not find any issue that describes the behavior I'm >> seeing. The problem is as follows: >> >> I request index.html from the webserver and receive it properly in my >> browser. I then log onto the server, edit the file with vi, save it and >> exit. Then I return to my browser and request index.html again and it >> appears as though nothing has changed. My edit does not show up. Sometimes, >> after making an edit, I try to open the page in my browser and receive a >> message that the browser couldn't reach the server. > > Try disabling sendfile (EnableSendfile off) or asking AIX support what > it takes (apar-wise) to get AIX to recognize a change in the > filesystem when sendfile is enabled. > > -- > Eric Covener > covener@gmail.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See 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 > The information included in this e-mail message, including any attachments, is intended only for the person or organization to which it is addressed. This e-mail message may contain information that is privileged or confidential. If you receive this e-mail message and are not the intended recipient or responsible for delivering the message to the intended recipient, you may not use, disseminate, distribute or copy the information included in this e-mail and any attachments. If you received this e-mail message by mistake, please reply by e-mail and destroy all copies of this message and any attachments. Thank you. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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