Show Posts

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.


Messages - mind5t0rm

Pages: [1]
1
CSF Firewall / Re: CSF and CloudFlare Integration
« on: January 06, 2025, 04:00:00 AM »
Thank you very much.

Under the CloudFlare Analytics I can indeed see API Requests - so I'm guessing that it's working.

However do you have any idea about what data point, should I filter by to identify CSF to CloudFlare events?

I don't see anything relevant or any reference to CSF or my Server IP or hostname.

Thank you again.

2
CSF Firewall / Re: CSF and CloudFlare Integration
« on: January 03, 2025, 04:05:52 AM »
Thank you very much.

It seems that it is loading under the module list.

However, is there a way to check if CloudFlare is actively blocking events from CSF? (I'm not sure I'm explaining correctly)

Thank you again.

3
CSF Firewall / Re: CSF and CloudFlare Integration
« on: January 01, 2025, 05:47:01 AM »
Thank you for your help.

It seems that it is working since I can use the "CloudFlare" menu towards the bottom of the CSF panel and take specific actions.

My question is only - how to verify it from system logs? Is there a log or a process that I can check to see that the CSF + CloudFlare integration is actually running?

Only that.

Thank you again.

4
CSF Firewall / Re: Load CSF statistics on CWP
« on: January 01, 2025, 05:43:55 AM »
OMG so confusing.

I have 3 different CSF Panels on my CWP Admin.

Yes you are correct, I found the "View Statistics" button under the correct CSF dashboard.

And it is loading numbers (text) but it is not loading any graphs.

It appears to load an image placeholder but not the actual graph.

Any idea where to troubleshoot?

Thank you very much again.

5
CSF Firewall / Re: CSF and CloudFlare Integration
« on: December 31, 2024, 04:33:17 AM »
Thank you very much.

I'm not sure that I've explained correctly.

CSF is already installed and running on top of the default CWP installation.

I have an additional module on my Admin panel where I can manage the UI options.

There's only one /CSF/ folder with all the installation files inside and I'm working on that.

There's only one CSF.conf file obviously.

Can we proceed to my original question?

Thank you very much.

6
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 31, 2024, 04:30:38 AM »
Thank you very much.

I have already installed the required libraries :-)

However I don't have this button on my CSF installation "maybe" because the UI is not the same as in cPanel?

Here's the only "Statistics" related option I have (see attachment)


When I click there, it loads indefinitely almost causing the server to crash. Seems like a loading loop.

Can you help me troubleshoot this issue?

7
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

8
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 30, 2024, 12:11:06 PM »
Thank you very much.

It's not there, there is no "Statistics" button anywhere.

The only thing that matches is a dropdown menu with the name "Network" which it seems that is trying to run something and crashes the server (probably something is misconfigured there).

Could it be that?

Is there a .conf file where I can troubleshoot and understand more?

Thank you very much.

9
Apache / Re: Apache 2.4.62 configuration with module socache redis
« 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

10
Apache / Re: Apache 2.4.62 configuration with module socache redis
« 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.

11
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
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.

12
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.

Pages: [1]