Advertisement
Guest User

why just parameter

a guest
Aug 17th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1.  
  2. root@debian:/etc/init.d# apache2 restart
  3. Usage: apache2 [-D name] [-d directory] [-f file]
  4. [-C "directive"] [-c "directive"]
  5. [-k start|restart|graceful|graceful-stop|stop]
  6. [-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
  7. Options:
  8. -D name : define a name for use in <IfDefine name> directive
  9. -d directory : specify an alternate initial ServerRoot
  10. -f file : specify an alternate ServerConfigFile
  11. -C "directive" : process directive before reading config files
  12. -c "directive" : process directive after reading config files
  13. -e level : show startup errors of level (see LogLevel)
  14. -E file : log startup errors to file
  15. -v : show version number
  16. -V : show compile settings
  17. -h : list available command line options (this page)
  18. -l : list compiled in modules
  19. -L : list available configuration directives
  20. -t -D DUMP_VHOSTS : show parsed settings (currently only vhost setting
  21. -S : a synonym for -t -D DUMP_VHOSTS
  22. -t -D DUMP_MODULES : show all loaded modules
  23. -M : a synonym for -t -D DUMP_MODULES
  24. -t : run syntax check for config files
  25. -T : start without DocumentRoot(s) check
  26. -X : debug mode (only one worker, do not detach)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement