Created
September 10, 2012 09:31
-
-
Save awartoft/3689916 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@office:~# apache2 -d -k start | |
| Usage: apache2 [-D name] [-d directory] [-f file] | |
| [-C "directive"] [-c "directive"] | |
| [-k start|restart|graceful|graceful-stop|stop] | |
| [-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X] | |
| Options: | |
| -D name : define a name for use in <IfDefine name> directives | |
| -d directory : specify an alternate initial ServerRoot | |
| -f file : specify an alternate ServerConfigFile | |
| -C "directive" : process directive before reading config files | |
| -c "directive" : process directive after reading config files | |
| -e level : show startup errors of level (see LogLevel) | |
| -E file : log startup errors to file | |
| -v : show version number | |
| -V : show compile settings | |
| -h : list available command line options (this page) | |
| -l : list compiled in modules | |
| -L : list available configuration directives | |
| -t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings) | |
| -S : a synonym for -t -D DUMP_VHOSTS | |
| -t -D DUMP_MODULES : show all loaded modules | |
| -M : a synonym for -t -D DUMP_MODULES | |
| -t : run syntax check for config files | |
| -T : start without DocumentRoot(s) check | |
| -X : debug mode (only one worker, do not detach) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment