1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/apache-jserv/files/patch-ac

12 lines
459 B
Plaintext
Raw Normal View History

--- conf/jserv.conf.in.orig Wed Jan 26 18:37:20 2000
+++ conf/jserv.conf.in Wed Jan 26 18:38:36 2000
@@ -40,7 +40,7 @@
# Syntax: ApJServLogFile [filename]
# Default: "./logs/mod_jserv.log"
# Note: when set to "DISABLED", the log will be redirected to Apache error log
-ApJServLogFile @JSERV_LOG@/mod_jserv.log
+ApJServLogFile /var/log/mod_jserv.log
# Log Level for this module
# Syntax: ApJServLogLevel [debug|info|notice|warn|error|crit|alert|emerg]