Diskussion:Apache2
Erscheinungsbild
Optionen
| Unix | Parameter | Beschreibung |
|---|---|---|
| -d | serverroot | Set the initial value for the ServerRoot directive to serverroot
|
| -f | config | Uses the directives in the file config on startup
|
| -k | restart|graceful|stop|graceful-stop | Signals apache2 to start, restart, or stop
|
| -C | directive | Process the configuration directive before reading config files |
| -c | directive | Process the configuration directive after reading config files |
| -D | parameter | Sets a configuration parameter which can be used with <IfDefine> sections in the configuration files to conditionally skip or process commands at server startup and restart |
| -e | level | Sets the LogLevel to level during server startup
|
| -E | file | Send error messages during server startup to file |
| -R | directory | When the server is compiled using the SHARED_CORE rule, this specifies the directory for the shared object files |
| -h | Output a short summary of available command line options | |
| -l | Output a list of modules compiled into the server
| |
| -L | Output a list of directives together with expected arguments and places where the directive is valid | |
| -M | Dump a list of loaded Static and Shared Modules | |
| -S | Show the settings as parsed from the config file (currently only shows the virtualhost settings) | |
| -t | Run syntax tests for configuration files only
| |
| -v | Print the version of apache2, and then exit | |
| -V | Print the version and build parameters of apache2, and then exit | |
| -X | Run apache2 in debug mode
|