Searched refs:ap_server_root (Results 1 - 8 of 8) sorted by relevance
/httpd/include/ |
H A D | http_main.h | 45 AP_DECLARE_DATA extern const char *ap_server_root;
|
/httpd/server/ |
H A D | main.c | 643 ap_server_root = def_server_root; 746 ap_server_root = def_server_root;
|
H A D | mpm_common.c | 181 apr_cpystrn(ap_coredump_dir, ap_server_root, sizeof(ap_coredump_dir));
|
H A D | log.c | 261 ap_server_root)) == APR_SUCCESS) 1648 ((status = apr_procattr_dir_set(procattr, ap_server_root))
|
H A D | config.c | 61 AP_DECLARE_DATA const char *ap_server_root = NULL; variable 1571 rv = apr_filepath_merge(&newpath, ap_server_root, file,
|
H A D | core.c | 2914 if ((apr_filepath_merge((char**)&ap_server_root, NULL, arg, 2916 || !ap_is_directory(cmd->temp_pool, ap_server_root)) { 5183 apr_file_printf(out, "ServerRoot: \"%s\"\n", ap_server_root);
|
/httpd/modules/generators/ |
H A D | mod_info.c | 491 "<tt>%s</tt></dt>\n", ap_server_root);
|
/httpd/modules/lua/ |
H A D | lua_request.c | 1554 lua_pushstring(L, ap_server_root);
|
Completed in 56 milliseconds