Author Topic: Apache 2.4.62 configuration with module socache redis  (Read 134 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Apache 2.4.62 configuration with module socache redis
« 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
Code: [Select]
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)

Code: [Select]
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.

Online
*****
Re: Apache 2.4.62 configuration with module socache redis
« Reply #1 on: December 29, 2024, 01:51:55 PM »
Are you using php-fpm? Did you rebuild the php version with redis enabled?

Offline
*
Re: Apache 2.4.62 configuration with module socache redis
« Reply #2 on: December 29, 2024, 02:03:44 PM »
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.

Online
*****
Re: Apache 2.4.62 configuration with module socache redis
« Reply #3 on: December 30, 2024, 12:31:26 AM »
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/

Offline
*
Re: Apache 2.4.62 configuration with module socache redis
« Reply #4 on: December 30, 2024, 02:42:26 AM »
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
Code: [Select]
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