こんな設定をしたら使用可能になりました。
wp-cache-config.php の19行目付近に
if (file_exists(ABSPATH. 'wp-content/plugins/ktai_style/patch-wpcache.php')) {
include ABSPATH. 'wp-content/plugins/ktai_style/patch-wpcache.php';
}
を入力し、
/etc/rc.d/init.d/httpd restart
/var/www/html/wp-content/advanced-cache.php
のリンク先を
/var/www/html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
にし
/etc/rc.d/init.d/httpd restart
wp-cache-config.php ファイルを wp-content/ 直下に配置してからキャッシュプラグインを有効にします。
念の為、キャッシュプラグインを有効にしてから
/etc/rc.d/init.d/httpd restart
WP Super Cacheの設定画面にて各種設定をし、保存したら
/etc/rc.d/init.d/httpd restart
としてみました。
これで、しばらくの間様子を見たいと思います。