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.
1
E-Mail / Re: ClamAV not working
« on: May 29, 2025, 11:39:51 PM »
Check processes running on your server/vps and make sure ClamAV is up and working.
If ClamAV works then check the mail headers of the test email received by you.
Also, send test emails from a 3rd party server to your email address located at your CWP server. If you send emails locally (the sender and recipient are located at the same server then the mail could be delivered bypass ClamAV)
If ClamAV works then check the mail headers of the test email received by you.
Also, send test emails from a 3rd party server to your email address located at your CWP server. If you send emails locally (the sender and recipient are located at the same server then the mail could be delivered bypass ClamAV)
2
SSL / Re: Unabl to update SSL cert after router upgrade
« on: May 25, 2025, 11:55:37 AM »
Seems the problem is associated with IPv6. Make sure the nameservers point the domain to the proper IPv6 and IPv4 addresses. I think so because the IPv4 nameservers returns the IPv4 address of the domain but IPv6 nameservers returns nothing (no AAAA record).
3
CentOS-WebPanel GUI / Re: force webpanel:2087 to server hostname
« on: May 16, 2025, 03:23:27 PM »
If the user's domain name is pointed to the server and there is no service like CouldFlare then there is no way to make the admin/user control panel become accessible via:
https://hostname.com:2087/
only.
You just can redirect the user to hostname.com if the user accesses the panel over the own domain name. To do this you need to add the rewerite rule into the files located in:
/usr/local/cwpsrv/conf.d/
https://hostname.com:2087/
only.
You just can redirect the user to hostname.com if the user accesses the panel over the own domain name. To do this you need to add the rewerite rule into the files located in:
/usr/local/cwpsrv/conf.d/
4
MySQL / Re: Where is my.ini file in cwp?
« on: April 05, 2025, 09:01:09 PM »
Add the necessary params with values into the section [server].
MySQL/MariaDB has a lot of settings and there is no sense to put all of them into the file because it will make the file very big.
MySQL/MariaDB has a lot of settings and there is no sense to put all of them into the file because it will make the file very big.
5
DNS / Re: Does CWP support .de domains?
« on: April 04, 2025, 04:24:39 PM »
Hi,
CWP supports all existent domain name extensions.
porndu.de is working for me. I am getting "Forbidden You don't have permission to access this resource."
The domain name could be inaccessible if you checked it until the DNS propagation process has been finished
CWP supports all existent domain name extensions.
porndu.de is working for me. I am getting "Forbidden You don't have permission to access this resource."
The domain name could be inaccessible if you checked it until the DNS propagation process has been finished
6
MySQL / Re: Where is my.ini file in cwp?
« on: April 04, 2025, 04:17:03 PM »
Hi,
Manage the MySQL/MariaDB settings via the file:
/etc/my.cnf.d/server.cnf
Manage the MySQL/MariaDB settings via the file:
/etc/my.cnf.d/server.cnf
7
MySQL / Re: mySQL user
« on: April 04, 2025, 04:15:40 PM »
Hi,
It could happen if you accessed phpMyAdmin as "root" then opened the user level control panel and opened phpMyAdmin.
Log out from phpMyAdmin (it isn't enough to just close the phpmyadmin in the browser) and then try to access phpmyadmin as a regular user.
It could happen if you accessed phpMyAdmin as "root" then opened the user level control panel and opened phpMyAdmin.
Log out from phpMyAdmin (it isn't enough to just close the phpmyadmin in the browser) and then try to access phpmyadmin as a regular user.
8
CentOS 8 Problems / Re: Problems installing packages and updates with Almalinux8
« on: March 22, 2025, 11:47:46 PM »
If most of your sites are based on Wordpress and WooCommerce addon then it is better to use the PHP version recommended by Wordpress:
https://wordpress.org/about/requirements/
However, 8.2 would be ok.
Yes, you are right.
https://wordpress.org/about/requirements/
However, 8.2 would be ok.
Quote
Some always recommend the latest possible version, but I think that not all plugins or themes are compatible, right?
Yes, you are right.
9
CentOS 8 Problems / Re: Problems installing packages and updates with Almalinux8
« on: March 19, 2025, 04:40:14 PM »
Did you add some extra repositories or install binary packages (.RPMs) manually ?
10
MySQL / Re: mariadb error during update
« on: March 16, 2025, 11:03:58 AM »
What is SWAP ? SWAP is a technology used to emulate RAM using any item recognized as block device. In other words it "expands" amount of available RAM using disk mounted locally/remotely. However, SWAP isn't so fast as RAM even if SSD/NVMe drives are used for swapping. So huge swap disk has no sense because than more intense SWAP is used by the server/computer than slower the server/computer works.
In case your server has 2Gb of RAM then create SWAP disk (mount a file as a swap disk) of size 2Gb-4Gb (2Gb is recommended).
In case your server has 2Gb of RAM then create SWAP disk (mount a file as a swap disk) of size 2Gb-4Gb (2Gb is recommended).
11
Updates / Re: Server updates don't seem to be happening
« on: March 15, 2025, 12:05:48 PM »
You need to upgrade MariaDB to 10.6 or more recent version. You can find how to upgrade MariaDB here:
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
just adapt the instructions according to your requirements.
If you decide to upgrade MariaDB to
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
just adapt the instructions according to your requirements.
If you decide to upgrade MariaDB to
12
Mod_Security / Re: 19GB modsec_audit.log
« on: March 15, 2025, 10:39:15 AM »
It will be executed automatically on daily bases. All files located in the folder /usr/local/apache/logs/ with the names "log" at the end:
something.log
something_log
somethinglog
will be checked for their size. If the file size is over than 100Mb the log file will be rotated.
something.log
something_log
somethinglog
will be checked for their size. If the file size is over than 100Mb the log file will be rotated.
13
CentOS 7 Problems / Re: Move /var/vmail to /home/vmail
« on: March 14, 2025, 01:39:50 PM »Quote
The symbolic link is allready made.
The folder /var/vmail contains only 2 clients left, The rest of 10 mail clients are allready moved to /home/vmail
The link doesn't exist. There could be the symlink OR folder. Check it once again.
14
Mod_Security / Re: 19GB modsec_audit.log
« on: March 14, 2025, 01:35:07 PM »
Create the file:
/etc/logrotate.d/httpd
with the following content:
It will rotate files called like "anythinglog" located in the folder /usr/local/apache/logs/
/etc/logrotate.d/httpd
with the following content:
Code: [Select]
/usr/local/apache/logs/*log
{
missingok
notifempty
sharedscripts
copytruncate
compress
postrotate
if [ -f /usr/local/apache/logs/httpd.pid ]; then
kill -USR1 `cat /usr/local/apache/logs/httpd.pid`
fi
endscript
maxsize 100M
}
It will rotate files called like "anythinglog" located in the folder /usr/local/apache/logs/
15
CentOS 9 Problems / Re: wp_remote_post() failed
« on: March 13, 2025, 10:08:07 PM »
You server can connect to the port 443 (https) of www.paypal.com when the firewall is disabled. So try to connect to www.paypal using curl:
You should get headers from the server and raw HTML if connection is established. In other case, if the connection fails, check response headers.
Code: [Select]
curl -i -X POST -A "WooCommerce/9.7.1; https://testsimulazione.it" https://www.paypal.com/cgi-bin/webscr
You should get headers from the server and raw HTML if connection is established. In other case, if the connection fails, check response headers.