]> git.pld-linux.org Git - packages/apache.git/commitdiff
- set default path to apache.conf (fixes apachectl crash)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 13:08:06 +0000 (13:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-conffile-path.patch -> 1.2

apache-conffile-path.patch

index 0043b0c6dbfc4e10a15364814bb58b4f7c983d5c..9fa0d314960aa08825bd983ee1826c14cf23dd46 100644 (file)
@@ -6,7 +6,7 @@ diff -ur httpd-2.0.49-orig/configure.in httpd-2.0.49/configure.in
  AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_prefix}",
        [Root directory of the Apache install area])
 -AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
-+AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${exp_sysconfdir}/httpd.conf",
++AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${exp_sysconfdir}/apache.conf",
        [Location of the config file, relative to the Apache root directory])
 -AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
 +AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${exp_sysconfdir}/mime.types",
This page took 0.040547 seconds and 4 git commands to generate.