Searched refs:ap_server_root (Results 1 - 8 of 8) sorted by relevance

/httpd/include/
H A Dhttp_main.h45 AP_DECLARE_DATA extern const char *ap_server_root;
/httpd/server/
H A Dmain.c643 ap_server_root = def_server_root;
746 ap_server_root = def_server_root;
H A Dmpm_common.c181 apr_cpystrn(ap_coredump_dir, ap_server_root, sizeof(ap_coredump_dir));
H A Dlog.c261 ap_server_root)) == APR_SUCCESS)
1648 ((status = apr_procattr_dir_set(procattr, ap_server_root))
H A Dconfig.c61 AP_DECLARE_DATA const char *ap_server_root = NULL; variable
1571 rv = apr_filepath_merge(&newpath, ap_server_root, file,
H A Dcore.c2914 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 Dmod_info.c491 "<tt>%s</tt></dt>\n", ap_server_root);
/httpd/modules/lua/
H A Dlua_request.c1554 lua_pushstring(L, ap_server_root);

Completed in 75 milliseconds