Answer the question
In order to leave comments, you need to log in
What can be apache2 php wordpress caching??
What could be the problem.
The server (Debian 8) is running Apache2 + a virtual host for Wordpress.
An error occurred during operation. (Rules for some files manager - blog admin).. In general, the blog stopped working.
Restored file from backup. But Apache writes the same error to the log as before. They say there is a syntax error in such a file ...
Opcache is enabled. I tried to clear it - I created the opcache_reset.php file according to the content
<?php
opcache_reset();
?>
Answer the question
In order to leave comments, you need to log in
in two files - php.ini (php5/apache2/php.ini and php5/cli/php.ini) opcache is commented out
;opcache.enable=0
restart/ stop-start / reload apache -
php -i issues:
Opcode Caching => Disabled
Optimization => Disabled
Startup Failed => Opcode Caching is disabled for CLI
Directive => Local Value => Master Value
opcache.blacklist_filename => no value => no value
opcache.consistency_checks => 0 => 0
opcache.dups_fix => Off => Off
opcache.enable => On => On
opcache.enable_cli => Off => Off
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question