|
|
Re: Is there a way to change the "No Response From Application Server" message displayed? [message #627678 is a reply to message #626932] |
Fri, 14 November 2014 03:58 |
|
panopticon
Messages: 2 Registered: October 2014
|
Junior Member |
|
|
Thanks for replying Frank.
What I am looking for it that there must be some html code somewhere in the form:
<html> <head>
<title>No Response from Application Web Server</title>
</head>
<body bgcolor="white">
<font color="red">
<h1>No Response from Application Web Server</h1>
</font>
There was no response from the application web server for the page you requested. <br>Please notify the site's webmaster and try your request again later.
<hr>
</body> </html>
Because this is the message appearing when the managed server is down and the admin server is up. But searching in any file using grep, returns no results! So I was wondering if anybody has a clue in which file this code is located so I could edit it...
|
|
|