LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » Development Forums » Kloxo Development » [INFO] different between Apache 2.2.22 and 2.4.1
[INFO] different between Apache 2.2.22 and 2.4.1 [message #96016] Tue, 06 March 2012 10:45 Go to next message
mustafaramadhan is currently offline mustafaramadhan  Indonesia
Messages: 5678
Registered: December 2010
Location: Yogyakarta
Super Grandmaster
Forum Moderator

Apache 2.4.1 look like overhaul for 2.2.22. Many different between them.

Example:

1. Config for mpm:

1.1. for Apache 2.2.22
<IfModule prefork.c>
    StartServers       8
    MinSpareServers    5
    MaxSpareServers   20
    ServerLimit      256
    MaxClients       256
    MaxRequestsPerChild  4000
</IfModule>

<IfModule worker.c>
    StartServers         2
    MaxClients         150
    MinSpareThreads     25
    MaxSpareThreads     75 
    ThreadsPerChild     25
    MaxRequestsPerChild  0
</IfModule>


1.2. for Apache 2.4.1
<IfModule mpm_prefork_module>
    StartServers             5
    MinSpareServers          5
    MaxSpareServers         10
    MaxRequestWorkers      150
    MaxConnectionsPerChild   0
</IfModule>

<IfModule mpm_worker_module>
    StartServers             2
    MinSpareThreads         25
    MaxSpareThreads         75 
    ThreadsPerChild         25
    MaxRequestWorkers      150
    MaxConnectionsPerChild   0
</IfModule>


2. Static versus dynamic MPM - In version 2.2.22, mpm is static. In version 2.4.1, mpm as module (like mod_suphp and other modules)

3. Add mod_proxy_fcgi and then doesn't need mod_fastcgi/mod_fcgi for handling php through php-cgi

4. Doesn't need 'NameVirtualHost' for 'listening' ip and port. Like Nginx, just need 'Listen'

5. Able running multiple instances with different httpd.conf

6. ... [still investigation]


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

[Updated on: Tue, 06 March 2012 14:19]

Report message to a moderator

Re: [INFO] different between Apache 2.2.22 and 2.4.1 [message #96033 is a reply to message #96016] Tue, 06 March 2012 13:33 Go to previous messageGo to next message
Spacedust is currently offline Spacedust  Poland
Messages: 1233
Registered: October 2007
Location: Poland
Senior Master
Can't wait till it's going to be released Wink
do ngu nam goi cam quan ao thoi trang han quoc chan goi so sinh vay lien cong so quan ao ban buon chup anh cho be

[Updated on: Fri, 03 May 2013 15:00]

Report message to a moderator

Re: [INFO] different between Apache 2.2.22 and 2.4.1 [message #97040 is a reply to message #96033] Sat, 24 March 2012 16:44 Go to previous messageGo to next message
Spacedust is currently offline Spacedust  Poland
Messages: 1233
Registered: October 2007
Location: Poland
Senior Master
6. Order, deny removed. Instead use Require and load mod_access_compat.
quan ao nam han quoc quan chip binh sua so sinh vay cong so chan vay cong so trang phuc hoa trang cho be

[Updated on: Fri, 03 May 2013 15:07]

Report message to a moderator

Re: [INFO] different between Apache 2.2.22 and 2.4.1 [message #98355 is a reply to message #97040] Mon, 28 May 2012 17:01 Go to previous messageGo to next message
Spacedust is currently offline Spacedust  Poland
Messages: 1233
Registered: October 2007
Location: Poland
Senior Master
Any progress on this ?
Re: [INFO] different between Apache 2.2.22 and 2.4.1 [message #105380 is a reply to message #98355] Sun, 27 January 2013 11:27 Go to previous messageGo to next message
superjohn5566 is currently offline superjohn5566  Pakistan
Messages: 8
Registered: January 2013
Location: New York
Member
Any progress on this ?

allprizebond dot com is unique website accessible on internet and wireless communication which will help you to get any information you need regarding to prize bond scheme offer by Govt.
Prize Bond Schedule || Prize Bond Schedule || Free Movies Online Without Downloading
Re: [INFO] different between Apache 2.2.22 and 2.4.1 [message #105914 is a reply to message #105380] Mon, 18 March 2013 02:13 Go to previous message
mustafaramadhan is currently offline mustafaramadhan  Indonesia
Messages: 5678
Registered: December 2010
Location: Yogyakarta
Super Grandmaster
Forum Moderator

No for Kloxo but possible implementing on my 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
Previous Topic:Login Page Theme
Next Topic:apache-optimize should be removed until better thought out.
Goto Forum:
  


Current Time: Sat May 25 23:50:58 EDT 2013

Total time taken to generate the page: 0.01144 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