blob: 23e3d14cad949c88e303d36f69ebc1b642ee68bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
Index: puppet/modules/apache/templates/00_default_vhosts.conf
===================================================================
--- puppet/modules/apache/templates/00_default_vhosts.conf (revision 2804)
+++ puppet/modules/apache/templates/00_default_vhosts.conf (working copy)
@@ -4,4 +4,5 @@
Allow from all
</Location>
Redirect / http://www.<%= domain %>/
+ ErrorDocument 404 /var/www/html/404.php
</VirtualHost>
|