We are doing it here, although I am not involved in the server setup so I
can't give you much help. I guess the main thing is setting up the session
storage mechanism. If you use session files, then the load balancer needs to
add a cookie so that requests in multi-page applications always go to the
same server (so that the session file can be found). The alternative is to
use a database for session storage. Other than that, it is working well for
us. We are using an F5 load balancer with Apache/1.3.14, Linux, and
PHP/4.0.4pl1.

Kirk

> -----Original Message-----
> From: Juan Claudio Santana Saldaņa [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 8:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] load balancing...
> 
> 
>     Does anybody know how to do load balancing with php and 
> apache ? can
> you recomend me any tutorial document or how to? Thank you.
> 
> 
> Claudio.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to