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)