Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 53826 invoked from network); 15 Sep 2006 06:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 06:41:38 -0000 Received: (qmail 56282 invoked by uid 500); 15 Sep 2006 06:41:30 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56004 invoked by uid 500); 15 Sep 2006 06:41:29 -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 55993 invoked by uid 99); 15 Sep 2006 06:41:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2006 23:41:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.109.240.232] (HELO irp0b.swx.com) (146.109.240.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2006 23:41:21 -0700 Received: from unknown (HELO gate0a.unix.swx.ch) ([192.168.252.17]) by irp0b.swx.com with ESMTP; 15 Sep 2006 08:40:54 +0200 X-IronPort-AV: i="4.09,168,1157320800"; d="scan'208"; a="2777085:sNHT64718640" Received: from CIWMEXZSA0E.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.13.4/8.13.4) with ESMTP id k8F6er4k020191 for ; Fri, 15 Sep 2006 08:40:54 +0200 (MEST) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Date: Fri, 15 Sep 2006 08:40:53 +0200 Message-ID: Importance: normal Priority: normal X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Help debugging 500 Error thread-index: AcbYRO1ztHSHGRyvSSanlZ+VAkvewQATBJmg From: "Boyle Owen" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Help debugging 500 Error X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Jalil Feghhi [mailto:jalil.feghhi@gmail.com]=20 > Sent: Thursday, September 14, 2006 11:28 PM > To: users@httpd.apache.org > Subject: [users@httpd] Help debugging 500 Error >=20 > We are using Apache 2.0.x with mod_proxy and for a specific=20 > URL we get a 500 error. I check the error and access log=20 > files and only see that there was an internal server error in=20 > the access.log file.=20 500 usually means that the request caused apache to execute some server-sided code (eg CGI or PHP) but that the program failed. So this will be an error in the program apache called - not in apache itself or in any proxy. > There is no info in error.log file that=20 > helps me find out what went wrong. Are you absolutely sure? Every error in apache (4xx or 5xx response code) should lead to a line in the error log.. please check again (cross-reference the timestamps) Are you sure you don't get "Premature end of script headers"? > I was wondering how else I can get more info why the request=20 > failed.=20 It depends on the server-sided logic - if it's CGI, you can get the script output by activating ScriptLog (see docs for details).=20 > I am sure the request doesn't get reverse proxied to=20 > the destination web server and something happens inside Apache.=20 This is correct.. But I'm wondering why a dynamic resource would end up getting proxied - usually, you proxy requests immediately (based on the pattern of the URL). Can you supply more details of exactly how your site works? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.=20 >=20 > Any help is appreciated. >=20 > -Jalil >=20 > --=20 > Jalil=20 > =20 =20 This message is for the named person's use only. It may contain = confidential, proprietary or legally privileged information. No = confidentiality or privilege is waived or lost by any mistransmission. = If you receive this message in error, please notify the sender urgently = and then immediately delete the message and any copies of it from your = system. Please also immediately destroy any hardcopies of the message. = You must not, directly or indirectly, use, disclose, distribute, print, = or copy any part of this message if you are not the intended recipient. = The sender's company reserves the right to monitor all e-mail = communications through their networks. Any views expressed in this = message are those of the individual sender, except where the message = states otherwise and the sender is authorised to state them to be the = views of the sender's company. --------------------------------------------------------------------- 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