Sentora Support Forums
MariaDB, PHP5.5 and nginx - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: General Forums - (Non-Sentora Support) (https://senforums.mach-hosting.com/forumdisplay.php?fid=1)
+--- Forum: General Discussions (Non-Support Related) (https://senforums.mach-hosting.com/forumdisplay.php?fid=2)
+--- Thread: MariaDB, PHP5.5 and nginx (/showthread.php?tid=344)



MariaDB, PHP5.5 and nginx - tkramer - 09-22-2014

Any chance of running with MariaDB, PHP5.5 and nginx instead of Apache in the future? I believe it would greatly improve server performance!


RE: MariaDB, PHP5.5 and nginx - Me.B - 09-23-2014

Nginx require FPM and sentora is not secure in that mode.

M B


RE: MariaDB, PHP5.5 and nginx - tkramer - 09-23-2014

(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 ??


RE: MariaDB, PHP5.5 and nginx - Me.B - 09-23-2014

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