1999-09-27 02:52:26 +00:00
|
|
|
--- configure.orig Sat Aug 14 03:29:05 1999
|
|
|
|
+++ configure Mon Sep 6 12:36:24 1999
|
|
|
|
@@ -1084,7 +1084,7 @@
|
|
|
|
## UID/GID as production oriented as a web server in NIS anyway.
|
1999-01-26 02:27:31 +00:00
|
|
|
##
|
1999-09-27 02:52:26 +00:00
|
|
|
conf_user="nobody"
|
|
|
|
-conf_group="#-1"
|
|
|
|
+conf_group="nogroup"
|
1999-01-26 02:27:31 +00:00
|
|
|
conf_port="80"
|
|
|
|
conf_serveradmin="you@your.address"
|
1999-09-27 02:52:26 +00:00
|
|
|
conf_servername="new.host.name"
|
|
|
|
@@ -1109,6 +1109,9 @@
|
1999-01-26 02:27:31 +00:00
|
|
|
conf_serveradmin="`$aux/buildinfo.sh -n %u@%h%d`"
|
|
|
|
conf_servername="`$aux/buildinfo.sh -n %h%d`"
|
|
|
|
fi
|
|
|
|
+if [ ".$suexec" = .1 ]; then
|
|
|
|
+ conf_user="$suexec_caller"
|
|
|
|
+fi
|
|
|
|
|
|
|
|
##
|
|
|
|
## determine prefix-relative paths for directories
|
1999-09-27 02:52:26 +00:00
|
|
|
@@ -1153,8 +1156,8 @@
|
1999-01-26 02:27:31 +00:00
|
|
|
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"
|
1999-09-27 02:52:26 +00:00
|
|
|
@@ -1244,8 +1247,8 @@
|
1999-01-26 02:27:31 +00:00
|
|
|
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
|