[Ask] nginx vs Apache+nginx?
Halo,
Saya penasaran, lebih oke mana untuk Elkarte: nginx murni atau Apache+nginx?
Untuk forum yang pasif (lebih banyak dibaca) performa Apache+nginx mungkin hampir setara dengan performa nginx murni.
Namun untuk forum yang sangat aktif saya rasa kok berbeda hasilnya. nginx tampaknya hanya membantu untuk visitor yg membaca pasif, sedangkan untuk member-member yang aktif menulis akan ditangani oleh Apache. Jika benar demikian, maka mending pakai nginx murni dong?
nginx murni diwakili oleh easyengine
Apache + nginx diwakili oleh serverpilot
Keduanya menggunakan PHP 7.0
Re: [Ask] nginx vs Apache+nginx?
Reply #1 –
IMO there is no need to run Nginx + Apache ... Just pick the one you are most comfortable with. Most of the information on the web about using one as a front end or about memory usage etc is dated information. Use the most recent version of either web server and you will be fine and hard pressed to notice a difference. Again IMO
Re: [Ask] nginx vs Apache+nginx?
Reply #5 –
If your site handles php intensive processes such as image resizing or even a lot of image uploading, you will see a significant performance gain with standalone nginx. Nginx can load image files without involving php. Apache not so much. So much lighter on memory too. I see no advantage to backending either. It simply adds another unnecessary process.
Re: [Ask] nginx vs Apache+nginx?
Reply #10 –
I am running various applications on nginx and "never look back". Among them was Drupal in various (older) versions, and at present i still an old version of SMF. Mostly well doing except for a few glitches - but that seems most probably to be a problem of PHP backward compatibility.
I am going to migrate this to ElkArte as soon there is a German translation (which does not necessarily need to be complete, the old SMF translation isn't complete either.)
Re: [Ask] nginx vs Apache+nginx?
Reply #14 –
Having just read the latest announcement in Jorin's support forum: how will this affect the language support for 1.1 and forthcoming releases?