Jump to content

mind5t0rm

Members
  • Last visited

  • Posts

    3
  • Reputation

    0
  1. Thank you very much @Sandeep B. I already use the dedicated Redis plugin for every WP installation on my server. So in your opinion the Apache module will not do anything?
  2. Thank you very much @Sandeep B. What do you mean with that? As I said, I already use a dedicated Redis server. My question is if the Apache socache_redis module will enhance performance benefits.
  3. Hello there, first post here, congratulations for the excellent work. So I’m running Apache 2.4.62 + suPHP 0.72 on my CWP Pro server and I would like to activate the module_socache_redis since I’m using Redis. However I haven't found any opinion if that would create any positive benefit or not. I tried this configuration as a starting point (based on the Gemini Advanced suggestion) LoadModule socache_redis_module modules/mod_socache_redis.so <IfModule socache_redis_module> RedisConnectionPool 127.0.0.1:6379 10 keepalive 10000 300 RedisTimeout 1000 </IfModule> Is that a good starting point? Looking forward to your thoughts.