Custom Error Page not showing with using AJP Proxy with Apache
问题 I am trying to setup custom 403 and 404 error pages on Apache. Server config is as follows: Server version: Apache/2.4.29 (Ubuntu) Server built: 2019-04-03T13:22:37 Ubuntu 18.04.2 LTS I use Apache for AJP reverse proxy, as below: ProxyVia On ProxyRequests Off ProxyPreserveHost On ProxyPass /app ajp://localhost:8009/share ProxyPassReverse /app ajp://localhost:8009/share My ErrorDocument code is as below: ErrorDocument 404 /cah-404.html ErrorDocument 403 /cah-403.html Now if I go via browser to