Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
find / -name "rcapache2" -print
/etc/init.d/apache2 restart
vps7028:/usr/sbin# apache2 -restart
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] [-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
-X : debug mode (only one worker, do not detach)
vps7028:/usr/sbin# apache2 -k restart
Syntax error on line 153 of /etc/apache2/confixx_mhost.conf:
SSLCertificateKeyFile: file '/etc/ssl.key/DEBIANCONFIXX.key' does not exist or i s empty
httpd not running, trying to start
vps7028:/usr/sbin#
vps7028:/usr/sbin# -t
-bash: -t: command not found
vps7028:/usr/sbin# -t -D DUMP_VHOSTS
-bash: -t: command not found
vps7028:/usr/sbin# apache2 -t -D DUMP_VHOSTS
Syntax error on line 153 of /etc/apache2/confixx_mhost.conf:
SSLCertificateKeyFile: file '/etc/ssl.key/DEBIANCONFIXX.key' does not exist or is empty
vps7028:/usr/sbin#