From 30546890daac7541ea2500ca41d784a9a9a63eaf Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Wed, 12 Mar 1997 06:42:20 +0000 Subject: Change default config paths to match apache port. Submitted by: Andreas --- www/analog/files/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab index 7a5878c07030..20e4f3522fef 100644 --- a/www/analog/files/patch-ab +++ b/www/analog/files/patch-ab @@ -10,7 +10,7 @@ for the format of this file */ -#define LOGFILE "/usr/local/etc/httpd/logs/access_log" -+#define LOGFILE "/usr/local/www/logs/access_log" ++#define LOGFILE "/var/log/httpd-access.log" /* The name of the default logfile; use "stdin" for stdin. Can be a list, separated by commas (but no spaces). */ @@ -28,16 +28,16 @@ /* The default file of cached time info. Use "none" for none. */ -#define REFERRER_LOG "/usr/local/etc/httpd/logs/referer_log" -+#define REFERRER_LOG "/usr/local/www/logs/referer_log" ++#define REFERRER_LOG "/var/log/httpd-referrer.log" /* The name of the default referrer_log (= referer_log). Use "none" for none. Can be a list, separated by commas. */ -#define BROWSER_LOG "/usr/local/etc/httpd/logs/agent_log" -+#define BROWSER_LOG "/usr/local/www/logs/agent_log" ++#define BROWSER_LOG "/var/logs/httpd-agent.log" /* The name of the default browser log (= agent_log) similarly. */ -#define ERROR_LOG "/usr/local/etc/httpd/logs/error_log" -+#define ERROR_LOG "/usr/local/www/logs/error_log" ++#define ERROR_LOG "/var/log/httpd-error.log" /* The name of the default error_log similarly. */ #define NUMLOOKUP (OFF) -- cgit v1.2.3