W3 Total Cache with redis socket
-
Hello.
I have a problem with user in Directadmin + PHP-FPM + Redis via socketThe problem is that despite having configured the Redis client and having it activated, it doesn’t work for me at the W3 Total Cache level.
The moment I activate it, get errors such below[Fri Jan 31 12:23:59.897677 2025] [proxy_fcgi:error] [pid 13849:tid 14305] [client 72.14.201.246:0] AH01071: Got error 'PHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refused', referer: https://www.google.com/
In wp-admin.php
define( 'WP_REDIS_SCHEME', 'unix' ); define( 'WP_REDIS_PATH', '/home/USER/.redis/redis.sock' ); define( 'WP_CACHE_KEY_SALT', 'domain.tld'); define( 'WP_REDIS_DATABASE', '0');
This configuration work fine if activate Redis Object Cache. Conect with socket, and works.
I have tried to search for solutions for w3 but I don’t see anything.The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.