httpd (or apache) takes the following flags:
Defines a name for <IfDefine> directives.
Specifies an alternate initial ServerRoot directory.
Processes the given directive before reading Config file(s).
Processes the given directive after reading Config file(s).
Shows version number.
Shows compile settings.
Lists available Config directives.
Shows parsed settings (currently only vhost).
Runs syntax test for configuration file(s).
Runs a single copy. This is intended for debugging only, and should not be used otherwise. Can cause a substantial delay in servicing requests.
Installs Apache as an NT service.
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. This flag should be used when starting Apache from the command line, but it is easy to forget because nothing goes wrong if you leave it out. The main advantage is a faster startup (omitting it causes a 30-second delay).
Run on another console window, apache -k shutdown stops Apache gracefully, and apache -k restart stops it and restarts it gracefully.
The Apache Group seems to put in extra flags quite often, so it is worth experimenting with apache -? (or httpd -?) to see what you get.
Copyright © 2001 O'Reilly & Associates. All rights reserved.