
bradezone at gmail
Feb 16, 2012, 7:52 AM
Post #7 of 7
(476 views)
Permalink
|
|
Re: Cherokee caching PHP pages and I can't clear cache
[In reply to]
|
|
Gotcha. I guess there's a slight chance it was due to a CakePHP setting. I'll recheck. I just hate any caching method where I can't either do a shift+reload or a restart of php-fpm or the webserver to refresh the data. Caching should never be embedded that "deep" IMO. --brad g. * * * * * * * * * * * * * * * * Visit www.bradezone.com today and be a part of history! Technically! On Feb 15, 2012, at 7:51 PM, Daniel Lo Nigro-2 [via Cherokee Web Server - General] wrote: > That wouldn't be Cherokee doing that. Cherokee just sends the request to PHP, which processes it. If your responses are not cached but the included controller files are, that'd be a PHP issue, not a Cherokee issue. It's PHP's FastCGI process controlling this, so you'd see the same behaviour with any other server that uses PHP via FastCGI (like nginx or Lighttpd). > > Are you using APC? If so, check that the "apc.stat" setting is not set to 0 in php.ini. > > On Thu, Feb 16, 2012 at 2:22 AM, Brade <[hidden email]> wrote: > Sadly this doesn't quite seem to be working. The issue is that I've developed > a CakePHP app, and so I'm worried that even though the "main" index.php file > (which handles incoming requests) is able not to be cached, the controller > file(s) that it includes seemingly are. Is there a solution for this? I have > not had this trouble w/ apache systems, so it's very annoying, especially if > a site has an obvious bug, I deploy the fixes, and yet the problem remains. > > -- > View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Cherokee-caching-PHP-pages-and-I-can-t-clear-cache-tp5455136p5486361.html > Sent from the Cherokee Web Server - General mailing list archive at Nabble.com. > _______________________________________________ > Cherokee mailing list > [hidden email] > http://lists.octality.com/listinfo/cherokee > > > _______________________________________________ > Cherokee mailing list > [hidden email] > http://lists.octality.com/listinfo/cherokee > > > If you reply to this email, your message will be added to the discussion below: > http://cherokee-web-server-general.1049476.n5.nabble.com/Cherokee-caching-PHP-pages-and-I-can-t-clear-cache-tp5455136p5488050.html > To unsubscribe from Cherokee caching PHP pages and I can't clear cache, click here. > NAML ----- Visit Bradezone today and be a part of history! Technically! -- View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Cherokee-caching-PHP-pages-and-I-can-t-clear-cache-tp5455136p5489871.html Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
|