APC and Ispconfig 3.03

Discussion in 'Installation/Configuration' started by renders, Oct 19, 2010.

  1. renders

    renders New Member

    Not sure what the issue was but setting the APC shm.size to 48 caused the APC to fail with 500 errors during a high load test.

    I reset it to 30 and it works fine..
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats not related to the use of ispconfig, its more a system / kernel issue. I had the same with xcache some time ago on a server without ispconfig. The only solution that I found after searching the net for soome time is to not set the shm size too large.
     
  3. renders

    renders New Member

    I am running ispconfig 3 on a Debian perfect server install using fcgid. Should I even use APC with this configuration?

    Rob
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    As far as I know, apc creates a new cache for every fcgi process. So apc might speed up php but not as much as it would do it for e.g. mod_php. But my information on that topic is not up to date, so you might want to ask on the apc mailinglist or wherever the apc devs are reachable if apc works with php-fcgi processes as well. Or maybe someone else here has experience with this software combination?
     
  5. renders

    renders New Member

    APC will only run well under mod_php so I have switched my sites back to mod_php.

    Everything is running fine..

    Rob
     

Share This Page