Apache 1.3 API Documentation

Constant TARGET

Definition:

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

Usage example:

env CFLAGS="-Wall -DTARGET=\"apache\"" ./configure
     

The TARGET macro is used to determine the name of the main Apache executable file, and locate the shared core library. By default its value is set to "httpd".

You should NOT change this definition unless you have a a definite need, or have been advised by someone on the core Apache development team to do so.

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, HTTPD_ROOT, SECURITY_HOLE_PASS_AUTHORIZATION

Previous: TAKE3 Next: (none)

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