Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ req_context_document_root
Function
req_context_document_root
modules/lua/lua_request.c:589–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
static const char *req_context_document_root(request_rec *r)
590
{
591
return ap_context_document_root(r);
592
}
593
594
static char *req_uri_field(request_rec *r)
595
{
Callers
nothing calls this directly
Calls
1
ap_context_document_root
Function · 0.85
Tested by
no test coverage detected