logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: ErrorDocument 503 is getting proxied
Author
sri_tnj



Joined: 12 Apr 2013
Posts: 4
Location: Singapore

PostPosted: Fri 12 Apr '13 15:08    Post subject: ErrorDocument 503 is getting proxied Reply with quote

Hi,

Have a problem while loading custom ErrorDocument page (Error code 503) and it looks like getting proxied

Apache version is 2.4.4 running on AIX 6.1 and configured with proxy balancer. When the backend is not available, it's not loading the custom error page. I've noticed the error document is getting proxied and it searching the html from the backend server.

[proxy:debug] [pid 6291562:tid 1029] proxy_util.c(2065): AH00944: connecting http://appserver1_IP//coming_soon.html to appserver1_IP:80


In the browser, it's showing as

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.


Kindly advise.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7404
Location: EU, Germany, Next to Hamburg

PostPosted: Mon 15 Apr '13 5:31    Post subject: Reply with quote

Did you configure that error document on the load balancer? Config example?
Back to top
sri_tnj



Joined: 12 Apr 2013
Posts: 4
Location: Singapore

PostPosted: Thu 02 May '13 5:07    Post subject: Reply with quote

Hi!
finally it works for me. I have excluded the maintenace page using "proxyPass" command by getting proxied.

Thanks.
Back to top


Reply to topic   Topic: ErrorDocument 503 is getting proxied View previous topic :: View next topic
Post new topic   Forum Index -> Apache