Control Web Panel
WebPanel => Apache => Topic started by: mind5t0rm on December 29, 2024, 01:31:27 PM
-
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?
I'm looking for a performance optimization.
Looking forward to your thoughts.
-
Are you using php-fpm? Did you rebuild the php version with redis enabled?
-
Thank you for your reply.
Are you using php-fpm? Did you rebuild the php version with redis enabled?
PHP-FPM 8.3.12
Yes the PHP version is already build and currently running and active Redis DB since many months ago.
The apache module is something new that I'm exploring.
-
Now I'm confused. Your first post mentioned suPHP, now you confirmed you are running php-fpm 8.3.
https://www.inmotionhosting.com/support/server/php-fpm/suphp-vs-php-fpm/ (https://www.inmotionhosting.com/support/server/php-fpm/suphp-vs-php-fpm/)
-
Ok here's the full stack according to what I see under CWP Webservers.
Apache 2.4.62 + suPHP 0.72
NGINX Reverse Proxy
Forced PHP-FPM 8.3.12 (with enabled opCache + Redis module)
+
Redis Database
What I'm trying to understand is if I would get any benefit by activating the module_socache_redis
on Apache and what would be a basic configuration to begin with.
How can I help you more?
Thank you very much