From: Michael Andreen Date: Sat, 12 Jan 2008 14:37:13 +0000 (+0100) Subject: fixed for new apache config X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=cfd127565c8e441c9baa8f692f1e81d1f525cd76 fixed for new apache config --- diff --git a/apache-conf.conf b/apache-conf.conf index 2eb0cae..167819f 100644 --- a/apache-conf.conf +++ b/apache-conf.conf @@ -52,10 +52,10 @@ ServerName nd.ruin.nu ServerAlias webbie.ndawn.com - ErrorLog logs/ndawn_error_log + ErrorLog /var/log/apache2/ndawn_error_log #TransferLog logs/ndawn_access_log - CustomLog logs/ndawn_access_log "%h %l %u [%{%F %H:%M:%S}t] \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\"" + CustomLog /var/log/apache2/ndawn_access_log "%h %l %u [%{%F %H:%M:%S}t] \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\""