Server
server:restart
Restart Apache and MySQL
Syntax
box server:restart [<service>]...
Arguments
service
Service to restart. Valid values: apache, php, varnish, nginx or mysql. Leave empty to restart all services at once.
server:start
Start all running web services. These include: Apache, MySQL, Varnish, PHP-FPM and Nginx.
Syntax
box server:start
server:stop
Stop all running web services. These include: Apache, MySQL, Varnish, PHP-FPM and Nginx.
Syntax
box server:stop