Excuse my ignorance with some of this: I've tried to search but I'm not sure what to search for!
When one of our servers returns a non-200 status, the content is not coming along with it.
For example, if a user tries to log in to Roundcube with incorrect password, it will redirect to a static "unauthorized" (401) page. On another server, it returns the 401 with the "incorrect login details" data so the Roundcube login page knows what to do with it.
For another example, if a user puts their WP into maintenance mode which makes use of 503 response, it will show a static "server maintenance" (503) page. On another server, it will return the 503 header with the correct maintenance page so that the user knows what's going on.
What am I looking for? Both servers are running nginx_apache. Any help would be appreciated.
Thank you!
When one of our servers returns a non-200 status, the content is not coming along with it.
For example, if a user tries to log in to Roundcube with incorrect password, it will redirect to a static "unauthorized" (401) page. On another server, it returns the 401 with the "incorrect login details" data so the Roundcube login page knows what to do with it.
For another example, if a user puts their WP into maintenance mode which makes use of 503 response, it will show a static "server maintenance" (503) page. On another server, it will return the 503 header with the correct maintenance page so that the user knows what's going on.
What am I looking for? Both servers are running nginx_apache. Any help would be appreciated.
Thank you!