Restarting PHP goes OK, but restarting NGINX and MariaDB give errors. There should be 1 sec of delay added before giving commands to kill the process and to start it.
Also, I'm not sure about MariaDB, but NGINX has a command for graceful restart:
"nginx -s reload"
This should be used instead of "stop" or process killing.
It would be better if the WNMP GUI window would be resizable.
Also, I'm not sure about MariaDB, but NGINX has a command for graceful restart:
"nginx -s reload"
This should be used instead of "stop" or process killing.
Thanks :).