aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-fi
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13-fp/files/patch-fi')
-rw-r--r--www/apache13-fp/files/patch-fi42
1 files changed, 19 insertions, 23 deletions
diff --git a/www/apache13-fp/files/patch-fi b/www/apache13-fp/files/patch-fi
index c23dfa3c9efc..2e79725ad340 100644
--- a/www/apache13-fp/files/patch-fi
+++ b/www/apache13-fp/files/patch-fi
@@ -1,23 +1,19 @@
-*** src/main/http_request.c.orig Tue Oct 6 14:06:09 1998
---- src/main/http_request.c Sat Oct 31 15:49:04 1998
-***************
-*** 187,192 ****
---- 187,194 ----
- return OK;
- }
-
-+ if (r->execfilename) path = r->execfilename;
-+
- #ifdef WIN32
- /* If the path is x:/, then convert it to x:/., coz that's what stat
- * needs to work properly
-***************
-*** 461,466 ****
---- 463,469 ----
- res = ap_parse_htaccess(&htaccess_conf, r, overrides_here,
- ap_pstrdup(r->pool, test_dirname),
- sconf->access_name);
-+ if (r->execfilename) r->filename = r->execfilename;
- if (res)
- return res;
-
+--- src/main/http_request.c.orig Sun Mar 7 09:05:36 1999
++++ src/main/http_request.c Sat Apr 3 16:02:26 1999
+@@ -187,6 +187,8 @@
+ return OK;
+ }
+
++ if (r->execfilename) path = r->execfilename;
++
+ #ifdef HAVE_DRIVE_LETTERS
+ /* If the directory is x:\, then we don't want to strip
+ * the trailing slash since x: is not a valid directory.
+@@ -509,6 +511,7 @@
+ res = ap_parse_htaccess(&htaccess_conf, r, overrides_here,
+ ap_pstrdup(r->pool, test_dirname),
+ sconf->access_name);
++ if (r->execfilename) r->filename = r->execfilename;
+ if (res)
+ return res;
+