
apache
List of commands for apache:
-
apache:restart:graceful Restart Apache2 web server gracefully$ sudo apache2ctl gracefultry on your machineexplain this command
-
apache:status Show the current status of the Apache2 webserver.$ sudo apache2ctl statustry on your machineexplain this command
-
apache:version Get the version of the running Apache2 webserver$ sudo apache2ctl -vtry on your machineexplain this command