Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 48083 invoked from network); 24 Sep 2006 21:20:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Sep 2006 21:20:17 -0000 Received: (qmail 59216 invoked by uid 500); 24 Sep 2006 21:20:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 59198 invoked by uid 500); 24 Sep 2006 21:20:07 -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 59187 invoked by uid 99); 24 Sep 2006 21:20:07 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Sep 2006 14:20:07 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=groups@victorstar.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain victorstar.com from 206.190.36.81 cause and error) Received: from [206.190.36.81] ([206.190.36.81:34979] helo=smtp103.rog.mail.re2.yahoo.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 26/40-12646-586F6154 for ; Sun, 24 Sep 2006 14:20:06 -0700 Received: (qmail 57878 invoked from network); 24 Sep 2006 21:20:03 -0000 Received: from unknown (HELO dragon) (vstarenkyy0517@rogers.com@72.61.155.24 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 24 Sep 2006 21:20:02 -0000 Date: Sun, 24 Sep 2006 17:21:09 -0400 From: Victor Star X-Priority: 3 (Normal) Message-ID: <28528756.20060924172109@victorstar.com> To: users@httpd.apache.org In-Reply-To: <665837348.20060924171131@victorstar.com> References: <685655867.20060923223601@victorstar.com> <10310082851.20060924125257@victorstar.com> <32813558.20060924165213@victorstar.com> <665837348.20060924171131@victorstar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [users@httpd] Corrupted source files X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok, I've been able to get some tracing info by running strace -u www -p (attaching to the running process). Here's what I got: ====- 8< -=================================================== getsockname(16, {sa_family=AF_INET6, sin6_port=htons(80), inet_pton(AF_INET6, "::ffff:10.10.10.60", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 0 fcntl(16, F_GETFL) = 0x2 (flags O_RDWR) fcntl(16, F_SETFL, O_RDWR|O_NONBLOCK) = 0 read(16, "GET /index2.html HTTP/1.1\r\nUser-"..., 8000) = 580 gettimeofday({1852139329, 1293957748}, NULL) = 0 stat("/usr/local/www/apache22/data/index2.html", {st_mode=S_IFCHR|S_ISUID|0160, st_rdev=makedev(49, 135201016), ...}) = 0 getpid() = 41930 (ppid 1) open("/usr/local/www/apache22/data/index2.html", O_RDONLY) = 17 syscall_393(0x11, 0x10, 0, 0, 0x202, 0xbfbfc5b0, 0xbfbfc5a8, 0) = 0 read(16, 0x817f028, 8000) = -1 EAGAIN (Resource temporarily unavailable) write(8, "10.10.10.10 - - [24/Sep/2006:17:"..., 153) = 153 close(17) = 0 poll([{fd=0, events=0}], 1, 5000) = 1 read(16, "GET /favicon.ico HTTP/1.1\r\nUser-"..., 8000) = 618 gettimeofday({1852139329, 1293957748}, NULL) = 0 stat("/usr/local/www/apache22/data/favicon.ico", 0xbfbfe820) = -1 ENOENT (No such file or directory) lstat("/usr", {st_mode=0, st_size=0, ...}) = 0 lstat("/usr/local", {st_mode=0, st_size=0, ...}) = 0 lstat("/usr/local/www", {st_mode=0, st_size=0, ...}) = 0 lstat("/usr/local/www/apache22", {st_mode=0, st_size=0, ...}) = 0 lstat("/usr/local/www/apache22/data", {st_mode=0, st_size=0, ...}) = 0 lstat("/usr/local/www/apache22/data/favicon.ico", 0xbfbfe820) = -1 ENOENT (No such file or directory) getpid() = 41930 (ppid 1) gettimeofday({0, 0}, NULL) = 0 write(7, "h\347\16\10\0\0\0\0\320\355\16\0108\362\16\10@\372\16\10"..., 156) = 156 writev(16, [{NULL, 135209656}, {"@*\26\10\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\1\0\0\0LoadMo"..., 135211888}], 2) = 463 read(16, 0x817d028, 8000) = -1 EAGAIN (Resource temporarily unavailable) write(8, "10.10.10.10 - - [24/Sep/2006:17:"..., 179) = 179 poll([{fd=0, events=0}], 1, 5000) = 0 gettimeofday({0, 0}, NULL) = 0 shutdown(16, 1 /* send */) = 0 poll([{fd=0, events=0}], 1, 2000) = 1 read(16, "", 512) = 0 close(16) = 0 read(5, 0xbfbfeaa3, 1) = -1 EAGAIN (Resource temporarily unavailable) accept(3, {sa_family=AF_INET6, sin6_port=htons(1583), inet_pton(AF_INET6, "::ffff:10.10.10.10", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 16 ====- 8< -=================================================== Here's I'm requesting index2.html (which is getting corrupted). Also browser asks for favicon.ico automatically. Can you see anything wrong here? -- Best regards, Victor --------------------------------------------------------------------- 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