Answer the question
In order to leave comments, you need to log in
Apc php accelerator, how to disable it for subdomains?
How to disable APC php accelerator for subdomains, development is on subdomains. And because of the accelerator, the code is not updated.
Answer the question
In order to leave comments, you need to log in
It is not entirely clear under what conditions it may not be updated due to opcode caching and what technology stack, but in order to get rid of the accelerator on the subdomain and leave it for the main domain, you need to direct traffic to a different version for subdomains on the web server (reverse-proxy) php built without this extension (XCache?)
You can make a separate worker and work on it if the nginx + php-fpm.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question