How to setup APC with 1.1?

  • Thread starter Thread starter Deleted member 745
  • Start date Start date
D

Deleted member 745

Guest
Hi,

Do we still have to use the same setup as we did with 1.0?

Code:
  $config['cache']['enabled'] = true;
 
  $config['cache']['frontend'] = 'Core';
 
  $config['cache']['frontendOptions'] = array ( 'caching' => true, 'automatic_serialization' => true, 'lifetime' => 10800, 'cache_id_prefix' => 'ds' );
 
  $config['cache']['backend'] = 'Apc';
 
I had pleasant conversations with Deebs, who has tried to be very helpful.

FYI: I got this suggestion from cPanel support if you're running into troubles with an PHP cache utility. Recompile Apache and remove mod_deflate. That is a potential troublemaker.
Unfortunately we didn't get to the bottom of this but next time you want to try APC give me a shout and we can try again, an interesting problem which I would love to solve, (love a challenge!)
 
I suppose we could set up some time late Friday afternoon or Sat.

I have no problems in trying.
Late Friday would be best for me and I would prefer a higher level of access if possible? Andy N of quantnet.com can vouch for my integrity if you are worried.. (I have root access to his server) It just makes debugging so much easier.
 
Top Bottom