Use the correct locations of srm.conf and access.conf when tailoring
the httpd.conf during the install process.
PR: 9446
Submitted by: Stanislav Brabec <utx@penguin.cz>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98841
13f79535-47bb-0310-9956-
ffa450edef68
-e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \
-e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \
-e 's;conf/magic;$(sysconfdir)/magic;' \
+ -e 's;conf/srm.conf;$(sysconfdir)/srm.conf;' \
+ -e 's;conf/access.conf;$(sysconfdir)/access.conf;' \
-e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
-e 's;User nobody;User $(conf_user);' \
-e 's;Group #-1;Group $(conf_group);' \
# consult the online docs. You have been warned.
#
# After this file is processed, the server will look for and process
-# @@ServerRoot@@/conf/srm.conf and then @@ServerRoot@@/conf/access.conf
+# conf/srm.conf and then conf/access.conf
# unless you have overridden these with ResourceConfig and/or
# AccessConfig directives here.
#
Changes with Apache 1.3.28
+ *) Use the correct locations of srm.conf and access.conf when tailoring
+ the httpd.conf during the install process. PR 9446.
+ [Stanislav Brabec <utx@penguin.cz>]
+
*) suexec: Be more pedantic when cleaning environment. Clean it
immediately after startup. PR 2790, 10449.
[Jeff Stewart <jws@purdue.edu>, André Malo]