D
D
ddddd tttt2018-12-21 00:28:33
linux
ddddd tttt, 2018-12-21 00:28:33

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

2 answer(s)
G
German Malinovsky, 2018-12-21
@fl4r3

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?)

J
Just A Bit, 2018-12-21
@justabit

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 question

Ask a Question

731 491 924 answers to any question