From ad15580c03fc4b9713f99324e36a4a6f5f784496 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 23 Jan 2012 09:56:48 -0500
Subject: [PATCH] Fixed: FS#1992 - Error path apache2 vhost.

---
 server/conf/vhost.conf.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 11bc4bc..1d29d07 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -26,7 +26,7 @@
     ErrorLog /var/log/ispconfig/httpd/<tmpl_var name='domain'>/error.log
 
 <tmpl_if name='errordocs'>
-
+    Alias /error/ "<tmpl_var name='web_document_root_www'>/error/"
     ErrorDocument 400 /error/400.html
     ErrorDocument 401 /error/401.html
     ErrorDocument 403 /error/403.html

--
Gitblit v1.9.1