mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Change default config paths to match apache port.
Submitted by: Andreas
This commit is contained in:
parent
4ee90f492e
commit
30546890da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5949
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user