How to restart services Bitnami Wordpress

engineering July 18, 2020
How to restart services Bitnami Wordpress Rez Moss

Rez Moss

@rezmos1

Restart Apache:

    /opt/bitnami/ctlscript.sh restart apache

Apache service status:

    /opt/bitnami/ctlscript.sh status apache

Stop Apache

    /opt/bitnami/ctlscript.sh stop apache

Start Apache

    /opt/bitnami/ctlscript.sh start apache

Restart Mysql:

    /opt/bitnami/ctlscript.sh restart mysql

Mysql service status:

    /opt/bitnami/ctlscript.sh status mysql

Stop Mysql

    /opt/bitnami/ctlscript.sh stop mysql

Start Mysql

    /opt/bitnami/ctlscript.sh start mysql

Restart php-fpm:

    /opt/bitnami/ctlscript.sh restart php-fpm

php-fpm service status:

    /opt/bitnami/ctlscript.sh status php-fpm

Stop php-fpm

    /opt/bitnami/ctlscript.sh stop php-fpm

Start php-fpm

    /opt/bitnami/ctlscript.sh start php-fpm

Need expert advice? Schedule your AWS consultation today!

Schedule Now

Want to read more?

Back to Blog