Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64043 invoked from network); 9 Jul 2009 16:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 16:26:55 -0000 Received: (qmail 87697 invoked by uid 500); 9 Jul 2009 16:27:02 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 87657 invoked by uid 500); 9 Jul 2009 16:27:01 -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 87648 invoked by uid 99); 9 Jul 2009 16:27:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 16:27:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.218.205 as permitted sender) Received: from [209.85.218.205] (HELO mail-bw0-f205.google.com) (209.85.218.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 16:26:52 +0000 Received: by bwz1 with SMTP id 1so270691bwz.24 for ; Thu, 09 Jul 2009 09:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=kqeym9AP6m6R6QeIKxb6mMbQD1NOHm2r+bt276el8Zo=; b=OHqwOi5aowZpVkSfb8s1NMX5cBy6MuYdqUF2x16Prf61NFgwImIedYFg2az0vbtVZm fG2ScOXXXwhdIamS/KOeT7hAQkEnQ0OXA/yik9nPj0FV9d4Wv4ua7a/No3vdmOGu4vzO gmPFy2M3jqzUrVoAm+hP3uU8JTvJFG5wm1iw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gVnrbnGLhhKo96Sr0gkoKwsDEJMY2pwzAD8QQaAlncOJbRrvuxT7dIPoeQnZN+aCG3 OQ4szaHMmqb+xYfRYudWvvGV4bMs513lKSBd5ZokXgY5jYrovou3pJWeQAnuSS+Vrxop FYLoCDctWn8kQYSESZDddGsALg2bvEerelbvM= MIME-Version: 1.0 Received: by 10.223.104.140 with SMTP id p12mr444847fao.7.1247156792033; Thu, 09 Jul 2009 09:26:32 -0700 (PDT) In-Reply-To: References: <4A521B1E.2080807@soco.agilent.com> <4A52693C.7030604@ice-sa.com> <1404e5910907061911g18300033s233b0f96d30d471c@mail.gmail.com> Date: Thu, 9 Jul 2009 12:26:32 -0400 Message-ID: <1404e5910907090926o6ca251fckd9f41ea89df370d8@mail.gmail.com> From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Re: How to see/use the response when the apache server is down. On Thu, Jul 9, 2009 at 11:23 AM, Chintan Kachhi wrote: > Ok.. here's the thing: > > I am having a issue, where the following happens: I am using IBM http server > as my front end server, and WebSphere as my application server. > > I am trying to configure httpserver config file (httpd.conf) to display a > certain page when my application > server is down - but that is not working. ( that is I have my http server > running, but the actual app server is stopped). I tried setting the > errorDocument directive within the httpd.conf file of the HTTP server to > display some custom string text in case of 500, 501, 502 or 503 errors, but > it does not show any of the error messages. Instead, when I try to hit a > service on the app server, it shows something as follows: > Works for me, might want to make sure you have a recent WebSphere Plugin. I changed the port plugin-cfg.xml to something not listening, and set ErrorDocument 500 "whoops. I got the custom error response. This won't work if the AppServer is up/listening and return it's own error response. -- 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