Jump to content

Featured Replies

Posted
comment_1206

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now