2.2. Apache's Flags

httpd (or apache) takes the following flags:

-D name

Defines a name for <IfDefine> directives.

-d directory

Specifies an alternate initial ServerRoot directory.

-f filename

Specifies an alternate ServerConfig file.

-C " directive "

Processes the given directive before reading Config file(s).

-c " directive "

Processes the given directive after reading Config file(s).

-v

Shows version number.

-V

Shows compile settings.

-h

Lists available Config directives.

-l

Lists compiled modules.

-S

Shows parsed settings (currently only vhost).

-t

Runs syntax test for configuration file(s).

-X

   Runs a single copy. This is intended for debugging only, and should not be used otherwise. Can cause a substantial delay in servicing requests.

-i

   Installs Apache as an NT service.

-u

   Uninstalls Apache as an NT service.

-s

   Under NT, prevents Apache registering itself as an NT service. If you are running under Win95 this flag does not seem essential, but it would be advisable to include it anyway. ...

Get Apache: The Definitive Guide, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.