6ff6953fd8
Submitted by: Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
33 lines
1.8 KiB
Text
33 lines
1.8 KiB
Text
--- configure.orig Mon Oct 22 20:44:08 2001
|
|
+++ configure Mon Oct 22 20:44:42 2001
|
|
@@ -1216,7 +1216,7 @@
|
|
conf_user="nobody"
|
|
fi
|
|
if [ "x$conf_group" = "x" ]; then
|
|
- conf_group="\\\\#-1"
|
|
+ conf_group="nobody"
|
|
fi
|
|
|
|
##
|
|
@@ -1263,8 +1263,8 @@
|
|
echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid"
|
|
echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard"
|
|
echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock"
|
|
- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log"
|
|
- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log"
|
|
+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log"
|
|
+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log"
|
|
echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types"
|
|
echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf"
|
|
echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf"
|
|
@@ -1365,8 +1365,8 @@
|
|
echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci
|
|
echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci
|
|
echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci
|
|
-echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci
|
|
-echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci
|
|
+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci
|
|
+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci
|
|
echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci
|
|
echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci
|
|
echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci
|