]> git.pld-linux.org Git - packages/apache.git/commitdiff
- readded, this one is still needed auto/ac/apache-2_2_12-1 auto/th/apache-2_2_12-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Jul 2009 16:23:59 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-bug-40970.patch -> 1.4

apache-bug-40970.patch [new file with mode: 0644]

diff --git a/apache-bug-40970.patch b/apache-bug-40970.patch
new file mode 100644 (file)
index 0000000..dd275fb
--- /dev/null
@@ -0,0 +1,12 @@
+--- apache/server/core.c~      2008-06-06 11:05:04.956063837 +0200
++++ apache/server/core.c       2008-06-06 11:11:35.201986198 +0200
+@@ -1176,8 +1176,7 @@
+     /* TODO: ap_configtestonly && ap_docrootcheck && */
+     if (apr_filepath_merge((char**)&conf->ap_document_root, NULL, arg,
+-                           APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS
+-        || !ap_is_directory(cmd->pool, arg)) {
++                           APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS) {
+         if (cmd->server->is_virtual) {
+             ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
+                           cmd->pool,
This page took 0.129961 seconds and 4 git commands to generate.