简体   繁体   中英

Opcache display only a specific directory and sub directory

On my server I have several domain names. When I list the files via opcache, I saw every opcache files use.

I would know if it's possible to select just a directory and its sub-directory to display the opcache information: for example, /var/www/test.com/web/

You can't set a whitelist unfortunately, but you can blacklist the php files you don't want opcache to cache using the opcache.blacklist_filename directive:

Documentation:
https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.blacklist-filename

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM