(solved) The perfect server Ubuntu 14.04, Xcache

Discussion in 'ISPConfig 3 Priority Support' started by ganewbie, Jun 1, 2015.

  1. ganewbie

    ganewbie Member HowtoForge Supporter

    Hello,
    How to disable Xcache global?
    And how to disable it per site, if possible?
    Thanks,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    apt-get remove php5-xcache

    or comment out all lines in the xcache file in /etc/php5/conf.d/ by adding a ; in front of the lines.

    Thats not possible as far as I know you can just try to disable it globally by commenting the lines out and then enable it per site by adding the lines into the custom php.ini field of the website.
     
  3. ganewbie

    ganewbie Member HowtoForge Supporter

    Thanks Till,
    Removing it was the easiest options. It looks like ionCube does not like it for soem reason.
    Thanks a million,
     

Share This Page