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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user