]> git.pld-linux.org Git - packages/apache.git/blame - apache-conffile-path.patch
- up to 2.4.59
[packages/apache.git] / apache-conffile-path.patch
CommitLineData
a9a44d2d
AM
1diff -urNp -x '*.orig' httpd-2.4.46.org/configure.in httpd-2.4.46/configure.in
2--- httpd-2.4.46.org/configure.in 2021-06-16 09:19:52.228364279 +0200
3+++ httpd-2.4.46/configure.in 2021-06-16 09:19:53.851781461 +0200
4@@ -873,9 +873,9 @@ echo $MODLIST | $AWK -f $srcdir/build/bu
18721575 5 APR_EXPAND_VAR(ap_prefix, $prefix)
6 AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_prefix}",
7 [Root directory of the Apache install area])
8-AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
6887350f 9+AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${exp_sysconfdir}/apache.conf",
18721575 10 [Location of the config file, relative to the Apache root directory])
11-AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
12+AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${exp_sysconfdir}/mime.types",
13 [Location of the MIME types config file, relative to the Apache root directory])
a9a44d2d
AM
14
15 perlbin=`$ac_aux_dir/PrintPath perl`
This page took 0.125784 seconds and 4 git commands to generate.