Sentora Support Forums

Full Version: MariaDB, PHP5.5 and nginx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any chance of running with MariaDB, PHP5.5 and nginx instead of Apache in the future? I believe it would greatly improve server performance!
Nginx require FPM and sentora is not secure in that mode.

M B
(09-23-2014, 12:06 AM)Me.B Wrote: [ -> ]Nginx require FPM and sentora is not secure in that mode.

M B

would at least be implemented as http proxy. several reviews on the internet show performance gain related to the processes of apache.

examples:
http://nginx.com/resources/admin-guide/reverse-proxy/
https://ef.gy/using-nginx-as-a-proxy-server

Has anyone tried to install it on the side of Apache Sentora ??
Varnish is great too. But again depend on your real needs.

I saw more bottlenecks caused by badly written mysql queries than apache issues.

If you setup it as frontal all you have to do is change default centora panel port and tunnel all requests to apache which is a crazy way for me.

M B