aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-03-12 14:42:20 +0800
committerjfitz <jfitz@FreeBSD.org>1997-03-12 14:42:20 +0800
commita140d3d6adbe543256930d7388ebe572b4066603 (patch)
treea5e3f7e5fbc0ae52a08d778b14185609ba19dabc /www
parent08eeb1b2d4dacd7f567a6aa5bef6beea99e5d596 (diff)
downloadfreebsd-ports-gnome-a140d3d6adbe543256930d7388ebe572b4066603.tar.gz
freebsd-ports-gnome-a140d3d6adbe543256930d7388ebe572b4066603.tar.zst
freebsd-ports-gnome-a140d3d6adbe543256930d7388ebe572b4066603.zip
Change default config paths to match apache port.
Submitted by: Andreas
Diffstat (limited to 'www')
-rw-r--r--www/analog/files/patch-ab8
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)