Searched refs:HTTPD_ROOT (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dhttpd.h78 #ifndef HTTPD_ROOT
81 #define HTTPD_ROOT "/os2httpd" macro
84 #define HTTPD_ROOT "/apache" macro
87 #define HTTPD_ROOT "/apache" macro
90 #define HTTPD_ROOT "/usr/local/apache" macro
92 #endif /* HTTPD_ROOT */
109 #define DOCUMENT_LOCATION HTTPD_ROOT "/docs"
112 #define DOCUMENT_LOCATION HTTPD_ROOT "/htdocs"
155 #define SUEXEC_BIN HTTPD_ROOT "/bin/suexec"
/httpd/server/
H A Dmain.c234 #ifdef HTTPD_ROOT
235 printf(" -D HTTPD_ROOT=\"" HTTPD_ROOT "\"\n");
465 const char *def_server_root = HTTPD_ROOT;
/httpd/modules/generators/
H A Dmod_info.c599 #ifdef HTTPD_ROOT
600 ap_rputs(" -D HTTPD_ROOT=\"" HTTPD_ROOT "\"\n", r);

Completed in 49 milliseconds