We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942c600 commit b444fb9Copy full SHA for b444fb9
install/debian/7/apache2/apache2.conf
@@ -85,3 +85,11 @@ Include conf.d/
85
86
# Include the virtual host configurations:
87
#Include sites-enabled/
88
+
89
+ErrorDocument 403 /error/403.html
90
+ErrorDocument 404 /error/404.html
91
+ErrorDocument 500 /error/50x.html
92
+ErrorDocument 501 /error/50x.html
93
+ErrorDocument 502 /error/50x.html
94
+ErrorDocument 503 /error/50x.html
95
+ErrorDocument 506 /error/50x.html
0 commit comments