LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » Development Forums » Feature Request Polls » Integrated nginx in kloxo
Integrated nginx in kloxo [message #94816] Fri, 03 February 2012 13:11 Go to next message
prandah is currently offline prandah  Indonesia
Messages: 491
Registered: March 2011
Location: indonesia
Master
Indonesian Forum Moderator


Do you Agree iwth nginX[ 20 votes ]
1.Yes i Agree ! 16 / 80%
2.No, Still USe Apache and Lighty 4 / 20%

Hello,
All, Same with title of topic Very Happy
do you agree id developer make kloxo integrated with nginX ?

pleaase vote !

thanks in avance


ready
Re: Integrated nginx in kloxo [message #95163 is a reply to message #94816] Sat, 18 February 2012 02:03 Go to previous messageGo to next message
mustafaramadhan is currently offline mustafaramadhan  Indonesia
Messages: 5728
Registered: December 2010
Location: Yogyakarta
Super Grandmaster
Forum Moderator

Walah malah bisa sekaligus nginx-proxy dan lighttpd-proxy tuh!.

Lihat http://forum.lxcenter.org/index.php?t=msg&goto=95160


http://download.lxcenter.org/kdev.png
..:: MRatWork ::..
Server/Web-integrator - perfect not always more useful

--- Need KVM/OpenVZ VPS? - click here (Kloxo-MR READY!) ---

For bug/feature/security - Member rank status

http://download.lxcenter.org/hdev.png
Re: Integrated nginx in kloxo [message #95201 is a reply to message #95163] Sun, 19 February 2012 04:28 Go to previous messageGo to next message
prandah is currently offline prandah  Indonesia
Messages: 491
Registered: March 2011
Location: indonesia
Master
Indonesian Forum Moderator

iya mas
mantaaaaaph Very Happy


ready
Re: Integrated nginx in kloxo [message #104299 is a reply to message #95201] Wed, 28 November 2012 06:53 Go to previous messageGo to next message
lupetalo is currently offline lupetalo  Serbia
Messages: 253
Registered: April 2011
Senior Member
English forum, so speak english .....
Re: Integrated nginx in kloxo [message #105725 is a reply to message #104299] Mon, 25 February 2013 05:21 Go to previous messageGo to next message
garettwarne is currently offline garettwarne  United States
Messages: 1
Registered: February 2013
Location: 2230 N Reserve St # 110, ...
Member
Yes I agree with the id developer.
Re: Integrated nginx in kloxo [message #105749 is a reply to message #105725] Thu, 28 February 2013 16:07 Go to previous messageGo to next message
mustafaramadhan is currently offline mustafaramadhan  Indonesia
Messages: 5728
Registered: December 2010
Location: Yogyakarta
Super Grandmaster
Forum Moderator

garettwarne wrote on Mon, 25 February 2013 17:21
Yes I agree with the id developer.

As I know, LxCenter no planning for next release (6.2.x). Just stuck on 6.1.x.

It's why I make my own Kloxo fork.


http://download.lxcenter.org/kdev.png
..:: MRatWork ::..
Server/Web-integrator - perfect not always more useful

--- Need KVM/OpenVZ VPS? - click here (Kloxo-MR READY!) ---

For bug/feature/security - Member rank status

http://download.lxcenter.org/hdev.png
Re: Integrated nginx in kloxo [message #106080 is a reply to message #105749] Thu, 04 April 2013 07:29 Go to previous message
ArcAiN6 is currently offline ArcAiN6  United States
Messages: 113
Registered: July 2008
Valuable Member
nginx probably should be available as an option, but i don't wish for it to be the default option.

nginx isn't very suited for shared hosting.
You might think that if you let nginx handle just static files while proxying non-existing files and dynamic files to Apache then you'll be good. This isn't quite the case, though. As an example, consider basic authentication, if you want to have basic authentication on a static file then you will need to add it in the nginx configuration, and users cannot do this without having to reload the configuration file. If you allow them to change it and reload it then they can make a mistake and ruin it for everyone.

While nginx is faster at serving static files and consumes much less memory for concurrent requests this is due to nginx not needing to wait onf scripts to process, however, this speed increase is negated the second you decide to implement php, php-fastcgi, or php-fpm, or a mysql layer as it will then become just as fast / slow as apache waiting for the php script or mysql to process.

This also doesn't take into consideration the myriad of other features that would need to be exported to a running apache process for functionality, such as cgi, or more importently WebDAV.

All that being said. if all you do is serve static pages, then nginx is the way to go, but if you serve pages with php, webdav access, or mysql layers, you are wasting your time, as any speed gained by nginx is lost within the php/mysql layers, as well as you would also have apache running, so the memory gains from nginx actually turn into a loss as now both nginx, and apache are running.
Previous Topic:Please integrate Java & apache TomCat module with kloxo
Next Topic:Server Load
Goto Forum:
  


Current Time: Tue Jun 18 22:40:34 EDT 2013

Total time taken to generate the page: 0.35485 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software