We had also many Error 500. There are many small problems like:
- Too many Apachelogfiles (5 open Logs for each domain)
-->
http://www.isp-control.net/ispcp/ticket/940
- Endless running php-process
Does the this ispCP Cron entry really kill the old process ?
Code:
# Look for and purge old sessions every 30 minutes
0,30 * * * * root /var/www/ispcp/engine/tools/ispcpphptemp.sh >/dev/null 2>&1
If NOT, try this one from /etc/cron.d/php5
Code:
# Look for and purge old sessions every 30 minutes
09,39 * * * * root [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm
Quote:Maybe this can be a feature enable/disable backup of files/databases per domain/subdomain
I mean there was something on the wishlist
Greez BeNe