Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : asaki 21 Jun 2010, 11:00:38
-
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.
-
quella che lo fa funzionare senza errori aggiungendo i moduli che joomla richiede e che non introduce vulnerabilità server
M.
-
Attualmente esce sul log questo errore.
[Mon Jun 21 03:50:08 2010] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored.
[21-Jun-2010 03:49:53] PHP Warning: PHP Startup: Unable to load dynamic library './mailparse.so' - ./mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
-
in questo caso si prende la stringa di errore, la si incolla in google e si hanno risultati tipo questo:
http://forum.modrewrite.com/viewtopic.php?t=22027&sid=2b83b4bdffe0e4963f710d94a613426f
se ti risolve bene, sennò spulcia un po di link.
M.
-
Grazie
-
cmq è un problema del mod rewrite e dell'htaccess
M.
-
il modulo php mailparse.so viene sicuramente richiamato da joomla 1.5,ma non riesco a capire è un modulo o componente o cosa.....
-
ne uno ne l'altro... ma perchè non usi google?
M.
-
Scusami ,ma ho capito che è un modulo sperimentale ma non riesco a capire dove disattivarlo.
oppure cosa genera l'errore ,su google non ci capisco un granchè.
-
mmmhhh aspetta.. vedo che stiamo per finire entrambi tra i campi....ripartiamo
Quale è la migliore configurazione per joomla 1.5 su server linux?
-------------------------------------------
Controlla i requisiti di joomla e che l'hosting dove vuoi metterlo li possegga tutti.
M.