1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

get the hello world of Handlers working again

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1197782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2011-11-04 21:17:57 +00:00
parent 6c4710665a
commit bb2c7989ea
2 changed files with 6 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ static int lua_alias_munger(request_rec *r)
spec->pool = r->pool;
}
spec->cb = &lua_open_callback;
spec->cb_arg = NULL;
d = apr_palloc(r->pool, sizeof(mapped_request_details));
d->function_name = ap_pregsub(r->pool, cnd->function_name, r->uri,