1999-09-27 02:52:26 +00:00
|
|
|
--- src/main/http_request.c.orig Fri May 21 07:16:21 1999
|
|
|
|
+++ src/main/http_request.c Mon Sep 6 13:12:55 1999
|
1999-05-03 01:51:00 +00:00
|
|
|
@@ -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.
|
1999-09-27 02:52:26 +00:00
|
|
|
@@ -511,6 +513,7 @@
|
1999-05-03 01:51:00 +00:00
|
|
|
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;
|
|
|
|
|