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
CentOS 7 Problems / Re: CWP Security Center schedule automatic virus scan
« on: August 21, 2024, 05:14:36 PM »
Ok i think it is because there is no space in your command between virus-scan-report and -date.
will check it once the scan is done
will check it once the scan is done
2
CentOS 7 Problems / Re: CWP Security Center schedule automatic virus scan
« on: August 21, 2024, 05:01:30 PM »
Thank you, i think it is working, it is scanning now with the test scan you recommended.
One thing i recorgnized using a second window to check if the log is created:
With the command you gave to start the test scan the file really has this name: virus-scan-report-date +\%Y-\%m-\%d.txt
so maybe because the command has the date command in 'date +\%Y-\%m-\%d'.txt and because of the ' it is taken as a string but at least it is created, will check again when the scan is done.
Thanks
One thing i recorgnized using a second window to check if the log is created:
With the command you gave to start the test scan the file really has this name: virus-scan-report-date +\%Y-\%m-\%d.txt
so maybe because the command has the date command in 'date +\%Y-\%m-\%d'.txt and because of the ' it is taken as a string but at least it is created, will check again when the scan is done.
Thanks
3
CentOS 7 Problems / CWP Security Center schedule automatic virus scan
« on: August 21, 2024, 02:00:43 PM »
Hi,
Is it possible to enable a schedule for automatic virus scan?
Everytime i look into the CWP Security Center it tells me last scan 1 Month etc. so this is every time i start the scan manually in the Security Center.
Is there a way to schedule it automatically or is the Security Portal just not recorgnizing the automatic scans?
Thanks
Is it possible to enable a schedule for automatic virus scan?
Everytime i look into the CWP Security Center it tells me last scan 1 Month etc. so this is every time i start the scan manually in the Security Center.
Is there a way to schedule it automatically or is the Security Portal just not recorgnizing the automatic scans?
Thanks
4
CentOS 7 Problems / the "listen ... http2" directive is deprecated
« on: July 14, 2024, 07:54:50 PM »
Hi,
since nginx 1.25 i have the following warnings in the log: the "listen ... http2" directive is deprecated
i know i need to change the listen http2 and add a new directive with http2 on;
but my question is, as we are now on nginx 1.26 and it is still in the logs, is this something i need to do in my configs or is it something the CWP updates should fix for us?
thanks
since nginx 1.25 i have the following warnings in the log: the "listen ... http2" directive is deprecated
i know i need to change the listen http2 and add a new directive with http2 on;
but my question is, as we are now on nginx 1.26 and it is still in the logs, is this something i need to do in my configs or is it something the CWP updates should fix for us?
thanks
5
How to / Re: Preventing Access to wp-login and xmlrpc.php
« on: February 05, 2024, 06:05:58 PM »
if you already use wordfence you can install wordfence login security, this is an extension to wordfence and there is a checkbox:
Disable XML-RPC authentication
this is exactly what you want
Disable XML-RPC authentication
this is exactly what you want
6
E-Mail / Re: Server emails but using Hurricane DNS
« on: February 05, 2024, 06:00:08 PM »
if your domain hoster is hurricane and you use the hoster as DNS, you need to add the records there.
if you have port 53 (DNS) open and you are your own publishing DNS, you need to add it on CWP
if you have port 53 (DNS) open and you are your own publishing DNS, you need to add it on CWP
7
DNS / Re: New addresses for b.root-servers.net per 2023-05-16
« on: February 04, 2024, 05:56:01 PM »
you can simply update them on your own using the following command:
dig +bufsize=1200 +norec NS . @a.root-servers.net > /var/named/named.ca
dig +bufsize=1200 +norec NS . @a.root-servers.net > /var/named/named.ca
8
PHP / Re: upgrade the version of ICU???
« on: January 31, 2024, 06:11:26 PM »
in 2019 you was able to update the ICU version in this thread:
https://forum.centos-webpanel.com/php/update-icu-system-package-and-the-intl-php-extension/15/
i would use this script
https://gist.github.com/siffash/76676186de0ffc6eb6cbf89abc7a5e2f
https://forum.centos-webpanel.com/php/update-icu-system-package-and-the-intl-php-extension/15/
i would use this script
https://gist.github.com/siffash/76676186de0ffc6eb6cbf89abc7a5e2f
9
Backup / Re: download backup
« on: January 06, 2024, 07:22:44 PM »
Yes it can be problematic to download large files from cwp over browser.
It is better to download your backup using FTP/SFTP
It is better to download your backup using FTP/SFTP
10
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 07:11:01 PM »If a video I just watched, you can register ns1 and ns2 for your domain name by clicking on Management Tools -> Register Glue records
add ns1 -> Your server IP
add ns2 -> Your Server IP
Next go to your domain. Change the nameserver to ns1.yourdomain.com and ns2.yourdomain.com
Finally. In CWP Root. Goto DNS Functions -> Edit Nameserver IPS
Change those to NS1 and NS2 of the domain you just did in freenom, and don't forget to change the IP's to your servers IP As well.
Once your main domain resolves, you can safely change the nameservers of every other domain hosted on your server
Hi, may i ask you a thing about using the own dns servers?
I am actually not using my own dns servers and add all records to my domain hoster, it is working well for me but the reason i did it that way is because i thought if i wanna use my own dns servers, i need to open port 53 in/out and this could be a risk because everyone could use my DNS servers.
Am i wrong with this thoughts or would i really need to open port 53?
Thanks
11
DNS / Re: rDNS is required to match the hostname of CWP
« on: December 12, 2023, 07:10:53 PM »
i would say, for 95% of the people the rDNS is NOT the same as your hostname, because rDNS is something you will get from your ISP and nothing to set on your own.
E.G if you check google, the MX is called
smtp.google.com
But the rDNS or PTR Record is:
mail-ve1eur010036.inbound.protection.outlook.com
This is not the same
also mine is not the same, all i need to do for CWP to make it work is to manually change the name in the postfix main.cf
and change the following line manually to my rDNS name because CWP default wants to set it the same as the hostname
myhostname = RDNSNAME
E.G if you check google, the MX is called
smtp.google.com
But the rDNS or PTR Record is:
mail-ve1eur010036.inbound.protection.outlook.com
This is not the same

also mine is not the same, all i need to do for CWP to make it work is to manually change the name in the postfix main.cf
and change the following line manually to my rDNS name because CWP default wants to set it the same as the hostname
myhostname = RDNSNAME
12
DNS / Re: Reverse dns setup
« on: December 04, 2023, 05:05:02 PM »
A RDNS is nothing you can set, this is something your ISP needs to do, and if you really "own" a /24 IP, maybe you are an ISP or something so you need to add a PTR Record for your IP setting a FQDNS like mail.yourserver.com as rdns record to your IP.
There is nothing more you need to do in CWP
There is nothing more you need to do in CWP
13
CentOS 9 Problems / Re: Recommended for fresh install
« on: November 30, 2023, 11:22:23 AM »
I and many others will switch to ALMA Linux as there is a script called ELevation to convert Centos to Alma with full support.
This is a possible way you can go because once you have Centos Stream, there is no way back from stream and no way to convert to anything else.
This is a possible way you can go because once you have Centos Stream, there is no way back from stream and no way to convert to anything else.
14
Addons / Re: Cron on Nextcloud
« on: November 16, 2023, 06:03:48 PM »
hi,
you don't need to give an enduser the permission.
create a user cronjob as this user, you can do this from the cwp admin portal
You don't need to give the user shell access.
you don't need to give an enduser the permission.
create a user cronjob as this user, you can do this from the cwp admin portal
You don't need to give the user shell access.
15
MySQL / Re: New MariaDB 11.0.x version gives error
« on: November 11, 2023, 12:02:44 PM »
hi
i can confirm the update to MariaDB 11.2.1 is working without problems.
I have it running for about 2 Weeks now without any problems.
CWP is still showing the wrong version, it is still using the client version but i can live with it as i know what version i installed
i can confirm the update to MariaDB 11.2.1 is working without problems.
I have it running for about 2 Weeks now without any problems.
CWP is still showing the wrong version, it is still using the client version but i can live with it as i know what version i installed
