Upgrade ISPconfig 2.2.27 to 2.2.29 PHP is not upgraded

Discussion in 'Installation/Configuration' started by raymonvdm, Dec 19, 2008.

  1. raymonvdm

    raymonvdm New Member

    Hi,

    I just upgraded ISPconfig 2.2.27 to 2.2.29 and found out that php is still at version 5.2.4-2ubuntu5.3. ISPconfig shoud upgrade it to PHP 5.2.8 (http://www.ispconfig.org/news.htm)

    What happend during upgrade ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You mix up the ispconfig php and the php that is from your linux distribution! The ispconfig php which is upgraded to 5.2.8 is only used in the controlpanel on port 81.
     
  3. raymonvdm

    raymonvdm New Member

    You should have just told me :)

    How ever i have a different problem. The web.log and error.log of my virtual sites are not realtime updated. It seems that /var/log/httpd/ispconfig_access_log is realtime with al informatie but /var/www/web2/log/web.log is not.

    How can i change this ?

    Found it:

    root@server:/var/log/httpd# crontab -l
    30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
     
    Last edited: Dec 20, 2008
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The statistics can not be updated more then once a day. Do not run this script more then once a day or your statistics will be inaccurate.
     

Share This Page