Searched defs:document_root (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/lua/test/
H A Dtest.lua25 function test:document_root()
26 local b, c = http.get "/document_root.lua"
/httpd/include/
H A Dhttp_core.h382 const char *document_root; member in struct:__anon19
/httpd/modules/lua/
H A Dlua_request.c1578 * @param document_root the corresponding directory on disk, without trailing
1580 * @note If one of prefix of document_root is NULL, the corrsponding
1587 const char *document_root; local
1593 document_root = lua_tostring(L, 3);
1594 ap_set_context_info(r, prefix, document_root);
2713 apr_hash_set(dispatch, "document_root", APR_HASH_KEY_STRING,
/httpd/server/
H A Dcore.c777 if (rconf->document_root)
778 return rconf->document_root;
801 AP_DECLARE(void) ap_set_document_root(request_rec *r, const char *document_root) argument
804 conf->document_root = document_root;

Completed in 69 milliseconds