Author |
Message |
Bri
Joined: 06 Aug 2004 Posts: 237 Location: Palm Springs, CA
|
Posted: Thu Aug 09, 2007 6:06 pm Post subject: Apache 2.2.4 ? |
|
|
Does manord need:
apache2-mpm-prefork
or is apache2-mpm-worker adequate?
The worker MPM provides a threaded implementation for Apache2. It is considerably faster than the traditional model, and is the recommended MPM.
Guessing prefork is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. acting like 1.3
Am not as up to date on 2.2.4 as I'd like.
All comments appreciated.
Bri _________________ RL..now with 100% less lag! |
|
Back to top |
|
|
Scotsman Site Admin
Joined: 03 Aug 2004 Posts: 705 Location: MadWolf Software
|
Posted: Fri Aug 10, 2007 10:11 am Post subject: |
|
|
Hey Bri
It shouldn't matter which version of Apache you use. The client uses the system HTTP libraries to access and the server only stores files in the web servers directories, it doesn't interact directly with the webserver itself. |
|
Back to top |
|
|
|