Hi!
I installed IspCP 1.05 on the a cloud server with 512 MB of RAM. The SO is Ubuntu 9.10 64 bits.
My joomla websites show the error message:
Code:
Error 500!
/
Internal Server Error!
My static sites and the Panel IspCP works fine, but the joomla sites, don't work.
Apache2:
Code:
<IfModule mpm_worker_module>
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 150
MaxRequestsPerChild 1
</IfModule>
<IfModule mpm_event_module>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestsPerChild 1
</IfModule>
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
PHP.ini - Mysite.com:
Code:
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 256M ; Maximum amount of memory a script may consume (128MB)
php5-fcgi-starter:
Code:
#!/bin/sh
umask 022
PHPRC="/var/www/fcgi/mysite.com/php5/"
export PHPRC
TMPDIR="/var/www/virtual/mysite.com/phptmp"
export TMPDIR
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
exec /usr/bin/php5-cgi
I'm desperate! I've made several adjustments recommended in this forum and don't work.
sorry my english!
Regards,
Marcelo