From: Arkadiusz Miƛkiewicz Date: Tue, 28 Jul 2009 16:23:59 +0000 (+0000) Subject: - readded, this one is still needed X-Git-Tag: auto/ac/apache-2_2_12-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=9b8562e9093f76687fb5cae846f6c0e5c1b4e1bd - readded, this one is still needed Changed files: apache-bug-40970.patch -> 1.4 --- diff --git a/apache-bug-40970.patch b/apache-bug-40970.patch new file mode 100644 index 0000000..dd275fb --- /dev/null +++ b/apache-bug-40970.patch @@ -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,