]> git.pld-linux.org Git - packages/apache.git/blame - apache-conffile-path.patch
- disable itk by default (last release 2009), try mod_ruid2
[packages/apache.git] / apache-conffile-path.patch
CommitLineData
18721575 1diff -ur httpd-2.0.49-orig/configure.in httpd-2.0.49/configure.in
2--- httpd-2.0.49-orig/configure.in 2004-04-02 15:04:49.000000000 -0700
3+++ httpd-2.0.49/configure.in 2004-04-02 15:07:26.319486516 -0700
4@@ -541,9 +541,9 @@
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])
14 AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
15 [Location of the source for the current MPM])
This page took 0.106218 seconds and 4 git commands to generate.