diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-12 06:42:20 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-12 06:42:20 +0000 |
commit | 30546890daac7541ea2500ca41d784a9a9a63eaf (patch) | |
tree | 3ca251a00825e9f29d3b26d2cec3cf25dbc62d7d /www | |
parent | irc is no longer restricted (diff) |
Change default config paths to match apache port.
Submitted by: Andreas
Notes
Notes:
svn path=/head/; revision=5949
Diffstat (limited to 'www')
-rw-r--r-- | www/analog/files/patch-ab | 8 |
1 files 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) |