Apache 1.3 API Documentation

Constant HTTPD_ROOT

Definition:

Compile-time definition; default set by #include "httpd.h"
     

Usage example:

env CFLAGS="-Wall -DHTTPD_ROOT=\"/usr/httpd\"" ./configure
     

This constant is the hard-coded default for the ServerRoot directive. Its value differs from operating system to operating system:

OS/2:
/os2httpd
Windows:
/apache
BeOS:
/boot/home/apache
NetWare:
sys:/apache
Everything else:
/usr/local/apache

This default value is typically overridden at compile-time by the build script.

See also:
BIG_SECURITY_HOLE, DEFAULT_ADMIN, DEFAULT_CONTENT_TYPE, DEFAULT_INDEX, DEFAULT_KEEPALIVE, DEFAULT_KEEPALIVE_TIMEOUT, DEFAULT_PATH, DEFAULT_TIMEOUT, DOCUMENT_LOCATION, DYNAMIC_MODULE_LIMIT, HARD_SERVER_LIMIT, SECURITY_HOLE_PASS_AUTHORIZATION, TARGET

Previous: HARD_SERVER_LIMIT Next: HTTP_ACCEPTED

Table of Contents (Routines, Structures, Data Cells, Constants)