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 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???