From db81c7c7254c67c35d029557b560dad38c9db514 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 21 Dec 2008 06:34:05 -0500 Subject: [PATCH] Put vlogger log directives in separate apache config file so they are available for the websites even if the controlpanel is not installed on the server. --- install/tpl/apache_ispconfig.vhost.master | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index d53dbad..e9bfee5 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -40,11 +40,4 @@ </VirtualHost> -########################################### -# Logfile configuration for vlogger -########################################### - -LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig -CustomLog "| /usr/sbin/vlogger -s access.log /var/log/ispconfig/httpd" combined_ispconfig - -- Gitblit v1.9.1