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] 2
1
Other / Re: Nginx Varnish Apache php-fpm 403 Forbidden
« on: March 17, 2025, 02:21:28 PM »
For me, this is usually solved with a simple "WebServer Rebuild" which you can found under each domain WebServer configuration.
2
MySQL / Re: Galera (mariaDB) configuration recommendations
« on: March 15, 2025, 02:55:54 PM »you need to update MariaDB to 10.11 LTS
Thanks mate, as I mentioned before, I'm using the MariaDB 11.4.5 LTS version. (11.4.X repo)
3
MySQL / Galera (mariaDB) configuration recommendations
« on: March 15, 2025, 12:27:20 PM »
Hello all
I've been tinkering with the latest version of Gemini 2.0 and it gave me pretty solid instructions about custom configuration settings on our MariaDB 11.4.5
The performance has improved by a lot, and there is no more lag from slow queries.
Now taking it one step further, Gemini suggests to edit some rows on the [galera] section.
Here's the recommendation:
[galera]
# Mandatory settings
wsrep_on=ON
wsrep_provider="/usr/lib64/galera/libgalera_smm.so" # Update with the correct path wsrep_cluster_address="gcomm://node1.example.com,node2.example.com,node3.example.com" # Replace with your node addresses binlog_format=row
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
# Allow server to accept connections on all interfaces.
bind-address = 0.0.0.0 # Optional settings (adjust values based on your needs and environment)
wsrep_slave_threads=4 # Increase for better replication performance
innodb_flush_log_at_trx_commit=2 # Balance performance and data durability
# Other important Galera settings (add and customize as needed)
wsrep_node_name = "node1" # Set a unique name for each node
wsrep_sst_method = rsync # Recommended SST method
wsrep_certify_nonpk = 1 # Enable if you have many non-primary key updates
wsrep_max_ws_rows = 128 # Adjust based on your transaction sizes
wsrep_max_ws_size = 1073741824 # Adjust based on your transaction sizes and network bandwidth
# ... other Galera settings ...
Key changes and explanations:
Uncomment and complete mandatory settings:
wsrep_provider: Provide the actual path to your Galera library file.
wsrep_cluster_address: List the IP addresses or hostnames of all nodes in your Galera cluster.
Adjust optional settings:
wsrep_slave_threads: Increase from the default 1 to improve replication performance. Start with a moderate value and monitor for optimal results.
innodb_flush_log_at_trx_commit: Set to 2 for a balance between performance and data durability in Galera.
Add other important Galera settings:
wsrep_node_name: Assign a unique name to each node in your cluster.
wsrep_sst_method: Use rsync as the recommended SST method for efficiency.
wsrep_certify_nonpk: Enable if your workload involves many non-primary key updates.
wsrep_max_ws_rows and wsrep_max_ws_size: Adjust these based on your typical transaction sizes and network bandwidth.
Anyone has experience with this?
Any suggestions? Is this a feasible configuration?
How can I locate the mentioned files?
Thank you very much
I've been tinkering with the latest version of Gemini 2.0 and it gave me pretty solid instructions about custom configuration settings on our MariaDB 11.4.5
The performance has improved by a lot, and there is no more lag from slow queries.
Now taking it one step further, Gemini suggests to edit some rows on the [galera] section.
Here's the recommendation:
[galera]
# Mandatory settings
wsrep_on=ON
wsrep_provider="/usr/lib64/galera/libgalera_smm.so" # Update with the correct path wsrep_cluster_address="gcomm://node1.example.com,node2.example.com,node3.example.com" # Replace with your node addresses binlog_format=row
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
# Allow server to accept connections on all interfaces.
bind-address = 0.0.0.0 # Optional settings (adjust values based on your needs and environment)
wsrep_slave_threads=4 # Increase for better replication performance
innodb_flush_log_at_trx_commit=2 # Balance performance and data durability
# Other important Galera settings (add and customize as needed)
wsrep_node_name = "node1" # Set a unique name for each node
wsrep_sst_method = rsync # Recommended SST method
wsrep_certify_nonpk = 1 # Enable if you have many non-primary key updates
wsrep_max_ws_rows = 128 # Adjust based on your transaction sizes
wsrep_max_ws_size = 1073741824 # Adjust based on your transaction sizes and network bandwidth
# ... other Galera settings ...
Key changes and explanations:
Uncomment and complete mandatory settings:
wsrep_provider: Provide the actual path to your Galera library file.
wsrep_cluster_address: List the IP addresses or hostnames of all nodes in your Galera cluster.
Adjust optional settings:
wsrep_slave_threads: Increase from the default 1 to improve replication performance. Start with a moderate value and monitor for optimal results.
innodb_flush_log_at_trx_commit: Set to 2 for a balance between performance and data durability in Galera.
Add other important Galera settings:
wsrep_node_name: Assign a unique name to each node in your cluster.
wsrep_sst_method: Use rsync as the recommended SST method for efficiency.
wsrep_certify_nonpk: Enable if your workload involves many non-primary key updates.
wsrep_max_ws_rows and wsrep_max_ws_size: Adjust these based on your typical transaction sizes and network bandwidth.
Anyone has experience with this?
Any suggestions? Is this a feasible configuration?
How can I locate the mentioned files?
Thank you very much
4
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: March 15, 2025, 12:21:18 PM »CWP has never responded or given them a license to test with









How should I go about that in your opinion?
5
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: March 13, 2025, 02:35:32 PM »
It seems that the latest Softaculous version has indeed developed on the WordPress management side - offering similar functionalities to the WP-Toolkit.
I will install and review it.
I will install and review it.
6
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: March 12, 2025, 08:35:35 AM »CWP uses Softaculous for wordpress management. Not sure what WP-Toolkit adds that can't be done in the wordpress admin section.
Thank you very much. Softaculous is primitive in front of WP-Toolkit.
Here's the software's website:
https://cpanel.net/wp-toolkit/
Quick excerpt:
"Imagine being able to stage, clone, sync, update, copy, migrate, and more. With a single click; Micro-management of your WordPress installs are a thing of the past."
So when you run 100 WordPress installations, managing one by one is really time consuming.
Any ideas if something like this exist as an add-on for CWP? Any other option?
7
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: March 12, 2025, 04:58:07 AM »
Just a quick update.
Indeed CWP requires the full PHP path together with the WordPress path to work.
example:
And the Cron command has to be added manually from the command line because the CWP Admin/User Panel doesn't work.
It has a bug where it includes a ## in front of the Cron command, making it appear a comment and not run.
I hope this helps someone.
Indeed CWP requires the full PHP path together with the WordPress path to work.
example:
Code: [Select]
0/1 * * * /usr/bin/local/php /home/user/public_html/your-wordpress-folder
And the Cron command has to be added manually from the command line because the CWP Admin/User Panel doesn't work.
It has a bug where it includes a ## in front of the Cron command, making it appear a comment and not run.
I hope this helps someone.
8
Addons / WordPress Management Tool (i.e. WP-Toolkit)
« on: March 12, 2025, 04:54:22 AM »
Hi all
Feel free to move this thread to another section of the forum if it is not related here.
When I was using cPanel to manage our client websites, I was using WP-Toolkit solution for centralized updates and security suggestions.
Is there a similar add-on for CWP? (server-side)
Note, my question refers to centralized management like plugin updates, etc. Not about installing/removing Wordpress.
Thank you very much.
Feel free to move this thread to another section of the forum if it is not related here.
When I was using cPanel to manage our client websites, I was using WP-Toolkit solution for centralized updates and security suggestions.
Is there a similar add-on for CWP? (server-side)
Note, my question refers to centralized management like plugin updates, etc. Not about installing/removing Wordpress.
Thank you very much.
9
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: March 01, 2025, 02:14:54 PM »Can you demonstrate us some command from some non working cron task ?
Thank you very much.
I think I have pinpointed the issue.
It seems that the CWP installation file paths are slightly different from cPanel (or my host is using a different structure).
Hence using Cron commands following the cPanel standard doesn't work. The Cron task is running, but executes nothing, since the path is wrong.
I'm working on some Cron tasks and I will let you know soon.
Thanks again.
10
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: March 01, 2025, 02:26:01 AM »
Thank you very much for your help.
In our case that is not the issue.
The Cron is running fine and the tasks are executed according to the log (CLI)
But no action happens in WordPress.
It seems that there is a disconnect between the WordPress installation and the Cron executing the task.
WP-Crontrol or Advanced Cron Management plugins, both mention that the Cron service is not configured correctly.
However, the Cron log shows that everything is running fine.
Hence the server support cannot understand where the issue is.
It is really weird. I'm left without ideas of what more to check.
Thank you very much.
In our case that is not the issue.
The Cron is running fine and the tasks are executed according to the log (CLI)
But no action happens in WordPress.
It seems that there is a disconnect between the WordPress installation and the Cron executing the task.
WP-Crontrol or Advanced Cron Management plugins, both mention that the Cron service is not configured correctly.
However, the Cron log shows that everything is running fine.
Hence the server support cannot understand where the issue is.
It is really weird. I'm left without ideas of what more to check.
Thank you very much.
11
CSF Firewall / Re: Unable to retrieve blocklist MAXMIND - Unable to download: Not Found
« on: February 28, 2025, 05:03:22 AM »AbuseIPDB is:
https://www.abuseipdb.com/csf
Thanks!
I added the GitHub lists, didn't know there is a direct API.
Will check this out too.
12
CSF Firewall / Re: Unable to retrieve blocklist MAXMIND - Unable to download: Not Found
« on: February 27, 2025, 01:22:09 PM »
Thank you very much.
Yes I noticed that the links are empty.
So even the license key makes no difference now?
Should I just comment out the MaxMind Blocklist and remove the key from CSF?
Could you share some links to the other Blocklists you mentioned?
Yes I noticed that the links are empty.
So even the license key makes no difference now?
Should I just comment out the MaxMind Blocklist and remove the key from CSF?
Could you share some links to the other Blocklists you mentioned?
13
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: February 27, 2025, 04:32:08 AM »This thread is odd, we've had no issues (knock on wood) with crons.
Either thru CPW or directly thru the CLI.
What OS's are you using where this is failing?
I migrated my server from cPanel to CWP Pro on Almalinux 8 last November.
Although Root-side CronJobs work fine, User CronJobs don't.
The weird thing is that the cronjob executes but there is no effect at all...nothing happening.
I'm using CronJobs for WordPress installations. Cronjob running (according to the log) no action taking place in WordPress.
My server company cannot understand what is the issue even after months of troubleshooting and they attribute it to one of CWP's bugs.
Any suggestions?
14
CSF Firewall / Re: Unable to retrieve blocklist MAXMIND - Unable to download: Not Found
« on: February 27, 2025, 04:25:42 AM »
Hi there,
I have the same issue on the CSF.log
I'm using a brand new MaxMind account with a licence key configured in CSF.
Is that somehow related to the default blocklists that exist under the file CSF.blocklists ?
Do we need to update the MaxMind Blocklist URLs there?
MaxMind suggests going through this process:
https://dev.maxmind.com/geoip/updating-databases/
Is that necessary if using CSF?
All feedback is welcome.
I have the same issue on the CSF.log
I'm using a brand new MaxMind account with a licence key configured in CSF.
Is that somehow related to the default blocklists that exist under the file CSF.blocklists ?
Do we need to update the MaxMind Blocklist URLs there?
MaxMind suggests going through this process:
https://dev.maxmind.com/geoip/updating-databases/
Is that necessary if using CSF?
All feedback is welcome.
15
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.
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.
Pages: [1] 2