
apache2ctl
List of commands for apache2ctl:
-
apache:configuration:test apache2ctl: Test syntax of the configuration file.$ sudo apache2ctl -ttry on your machineexplain this command
-
apache:modules:list apache2ctl: List loaded modules.$ sudo apache2ctl -Mtry on your machineexplain this command
-
apache:restart apache2ctl: Restart the Apache daemon.$ sudo apache2ctl restarttry on your machineexplain this command
-
apache:start apache2ctl: Start the Apache daemon. Throw a message if it is already running.$ sudo apache2ctl starttry on your machineexplain this command
-
apache:stop apache2ctl: Stop the Apache daemon.$ sudo apache2ctl stoptry on your machineexplain this command