Jump to content

mind5t0rm

Members
  • Joined

  • Last visited

Everything posted by mind5t0rm

  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. mind5t0rm posted a post in a topic in CWP - Control WEB Panel
    @Sandeep B. thank you for your hard work. Any update about the 2FA option for the Admin panel? I’m on the latest CWP PRO version however still no 2FA option.
  4. 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.