Re: Moving to PHP5.1 and Apache 2.2 next year, need help

From: Date: Tue, 09 Aug 2005 21:24:01 +0000
Subject: Re: Moving to PHP5.1 and Apache 2.2 next year, need help
References: 1 2  Groups: php.internals 
Request: Send a blank email to internals+get-17751@lists.php.net to get a copy of this message
On 8/9/05, Andreas Korthaus <akorthaus@web.de> wrote:
> By using lighttpd with fastcgi we seperate the webserver process from
> php processes (which could even work on other machines)...

Someone else emailed me about using FastCGI with Apache 2.1/event but
I just figured that there would be a significant slowdown using
FastCGI rather than a module/handler. (Currently I compile PHP into
Apache statically and turn off Apache's dynamic module loading ability
-- something I couldn't figure out in Apache2). What is your
experience with FastCGI?

> For simple dynamic requests we can use mod_cml

Sadly, this won't work with any system I manage since we do a lot of
stat reporting, even on a per user basis. And we need to have PHP
loaded to know the user, etc...

Still, I looked at lighttpd and it looks promising. The one thing that
started all of this was Apache 2.1's event MPM that used a single
thread to handle all open Keep-Alives looked very efficient.


Thread (31 messages)

« previous php.internals (#17751) next »