]> git.pld-linux.org Git - packages/apache.git/blob - apache-bug-40970.patch
- skip docroot stat()ing; it's useless
[packages/apache.git] / apache-bug-40970.patch
1 --- server/core.c.org   2006-11-22 12:37:15.991248750 +0100
2 +++ server/core.c       2006-11-22 12:39:30.535657250 +0100
3 @@ -1129,7 +1129,7 @@
4      /* XXX Shouldn't this be relative to ServerRoot ??? */
5      if (apr_filepath_merge((char**)&conf->ap_document_root, NULL, arg,
6                             APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS
7 -        || !ap_is_directory(cmd->pool, arg)) {
8 +        ) {
9          if (cmd->server->is_virtual) {
10              ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
11                            cmd->pool,
This page took 0.113912 seconds and 4 git commands to generate.