Link to home
Start Free TrialLog in
Avatar of kastro
kastroFlag for New Zealand

asked on

maintenance page

I want to seta maintennace page for user so that when a  proxy is down then they will get a message that "prxoy is down for mainteneace purposes Pleas wait"
Avatar of Justin Pilditch
Justin Pilditch
Flag of United Kingdom of Great Britain and Northern Ireland image

Rather depends on your proxy server but you can usually configure a custom error page for status codes, something like this:

error_page 502 503 /path_to_your_custom_page
not easy, as the custom error page wont be displayed if the proxy is down.

may have to consider creating a custom page on the clients, via group policy for example, which shows hew custom error whenever it cannot connect to the proxy.

otherwise you'll have to arrange a second proxy which can process the error page when the primary proxy is down.
ASKER CERTIFIED SOLUTION
Avatar of Justin Pilditch
Justin Pilditch
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial