]> git.pld-linux.org Git - packages/apache.git/commitdiff
- skip docroot stat()ing; it's useless
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 Nov 2006 10:50:48 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-bug-40970.patch -> 1.1

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..a1327e6
--- /dev/null
@@ -0,0 +1,11 @@
+--- server/core.c.org  2006-11-22 12:37:15.991248750 +0100
++++ server/core.c      2006-11-22 12:39:30.535657250 +0100
+@@ -1129,7 +1129,7 @@
+     /* XXX Shouldn't this be relative to ServerRoot ??? */
+     if (apr_filepath_merge((char**)&conf->ap_document_root, NULL, arg,
+                            APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS
+-        || !ap_is_directory(cmd->pool, arg)) {
++        ) {
+         if (cmd->server->is_virtual) {
+             ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
+                           cmd->pool,
This page took 0.902146 seconds and 4 git commands to generate.