Hi everyone,
Any chance we can get these for ns8-lamp?
PHP-FPM will be a huge performance boost over the old Apache handler
Stop button in UI for killing staging or test sites when not in use to save RAM/CPU
What do you think?
Hi everyone,
Any chance we can get these for ns8-lamp?
PHP-FPM will be a huge performance boost over the old Apache handler
Stop button in UI for killing staging or test sites when not in use to save RAM/CPU
What do you think?
Hi @Khzam and welcome!
I guess @stephdl is the one to ask, or you could vist the github pages and take a look if are able to draft code to be reviewd?
Cheers!
It was intentionally designed to use the Apache PHP module. If performance is your main concern, you can switch to the webserver stack, which uses PHP-FPM with Nginx.
The goal here is different: it’s about simplicity and bringing back the old NS7 experience, where everything—database and PHP—was directly accessible. You could easily test and debug things manually from the terminal with Apache, without added complexity.