diff options
-rw-r--r-- | www/mod_frontpage/files/patch-mod_frontpage.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_frontpage/files/patch-mod_frontpage.c b/www/mod_frontpage/files/patch-mod_frontpage.c index da2ac23f9da2..4291062e5902 100644 --- a/www/mod_frontpage/files/patch-mod_frontpage.c +++ b/www/mod_frontpage/files/patch-mod_frontpage.c @@ -9,3 +9,13 @@ while (s != NULL) { conf* c = ap_get_module_config (s->module_config, &frontpage_module); if (c->disabled == -1) +@@ -280,6 +280,9 @@ + return log_scripterror (r, c, NOT_FOUND, APLOG_NOERRNO, + "unrecognized FrontPage request"); + ++ if (strcmp(vti, SHTMLDLL) == 0) ++ bcopy(SHTML, vti, strlen(SHTML)); ++ + ap_table_set (r->subprocess_env, "FPEXE", ap_pstrdup (r->pool, vti)); + + webroot = ap_pstrndup (r->pool, r->filename, (vti - r->filename)); |