Answer the question
In order to leave comments, you need to log in
How to change apache error text if mod_proxy is used?
Good day everyone,
There is a proxy mod, and behind it a bunch of machines with sites, you need to change the text on one site that is issued to 403 error
on the proxy itself added to the host file
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Options + Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
order allow,deny
deny from all
ErrorDocument 403 /var/www/html/403.html
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question