mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
97605ff731
PR: 10937 Submitted by: maintainer
20 lines
689 B
Plaintext
20 lines
689 B
Plaintext
--- 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;
|
|
|