This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CSF Firewall / CSF and CloudFlare Integration
« on: December 30, 2024, 12:16:18 PM »
Hello there
So I went through the configuration of CloudFlare following the guidelines here:
https://download.configserver.com/csf/readme.txt
I'm using the "ANY" method since I have many domains under my CloudFlare account.
I've already configured and running mod_remoteip with all CloudFlare IPs on my Apache server.
Questions:
1) How can I actually verify that the CloudFlare Integration is working as intended?
2) Could I add a second API + credentials under the csf.cloudflare file since I have access and manage multiple accounts?
Thank you very much
So I went through the configuration of CloudFlare following the guidelines here:
https://download.configserver.com/csf/readme.txt
I'm using the "ANY" method since I have many domains under my CloudFlare account.
I've already configured and running mod_remoteip with all CloudFlare IPs on my Apache server.
Questions:
1) How can I actually verify that the CloudFlare Integration is working as intended?
2) Could I add a second API + credentials under the csf.cloudflare file since I have access and manage multiple accounts?
Thank you very much
2
Apache / 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
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)
Is that a good starting point?
I'm looking for a performance optimization.
Looking forward to your thoughts.
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.
3
CSF Firewall / Load CSF statistics on CWP
« on: December 29, 2024, 01:26:44 PM »
Hello all
I was wondering how can I enable the appearance of CSF Statistics on CWP
According to CSF section Statistics:
# Statistics
#
# Some of the Statistics output requires the gd graphics library and the
# GD::Graph perl module with all dependent modules to be installed for the UI
# for them to be displayed
So I have enabled the mentioned libraries (or I believe I have).
And I have enabled the Statistics gathering and displaying options under the configuration section.
Now what? Where would I see the statistics showing up?
At the moment I don't see anything and my CSF is on fire "event-wise"
Looking forward to your feedback
Thank you very much.
I was wondering how can I enable the appearance of CSF Statistics on CWP
According to CSF section Statistics:
# Statistics
#
# Some of the Statistics output requires the gd graphics library and the
# GD::Graph perl module with all dependent modules to be installed for the UI
# for them to be displayed
So I have enabled the mentioned libraries (or I believe I have).
And I have enabled the Statistics gathering and displaying options under the configuration section.
Now what? Where would I see the statistics showing up?
At the moment I don't see anything and my CSF is on fire "event-wise"
Looking forward to your feedback
Thank you very much.
Pages: [1]