Secondo la vostra esperienza Quale è la migliore configurazione per joomla 1.5 su server linux?
Grazie per l'eventuale aiuto.
PHP Configuration
PHP5
All files with the extension .php will be handled by the PHP5 engine.
Current, most reliable and best performing version of PHP
PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini
PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.