Performance of PHP4/5, CLI/CGI Apache 1.3/2.2

grockord

Verified User
Joined
May 5, 2007
Messages
30
Location
Spain
Which is the best configuration for optimal performance?
In PHP4 I think that the best configuration is:
-PHP 4 CLI
-Apache 1.3
-Zend Optimizer and eAccelerator (or xcache, or similar) installed

In PHP5:
-PHP 5 CGI (FastCGI)
-Apache 2.2
-Zend Optimizer and eAccelerator (or xcache, or similar) installed

With PHP4 and PHP5:
-PHP 4 CLI
-PHP 5 CGI (FastCGI)
-Apache 2.2
-Zend Optimizer and eAccelerator (or xcache, or similar) installed

What do you think???
 
in my servers i'm always install
php 5.2 (as cli)
Apache 2.2
Zend Optimizer + xcache + Memcached

:)
 
Back
Top