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.
61
PHP / Re: Need to upgrade CWPPHP from 7.2.30 to at least 7.2.31
« on: December 26, 2023, 07:40:20 PM »It's now 3(!) years later and CWP is still using PHP 7.2.30:
Detected CVEs for PHP 7.2.30 with CVSS above 7.0.
Is there any way to update the php version used by CWP control panel? I can only update the PHP version used by web sites.
Or is there a way to only make CWP control panel accessible via VPN?
This question was answered. CWP uses IonCube encoder. For them to update beyond 7.2 currently, they will have to But a newer version of the encoder. I don't think that's going to happen anytime soon, unless IonCube pulls their heads out of their rear ends and come back to reality. They litterally charge $200 for EVERY version of PHP (8.0, 8.1, 8.2) The cost just can't be justified with PHP coming out almost quarterly at this rate.
62
Postfix / Re: Has anyone encountered this situation?
« on: December 26, 2023, 09:10:36 AM »
before you delete it, investigate if there are numerous errors in it. If it's just logging imap connections, you can safely delete it.
63
Addons / Re: SuiteCRM Addon Script Does Not Install the Latest Version
« on: December 24, 2023, 07:30:31 PM »
If you are saying Softaculous, that would be an issue to bring up with them, not CWP. I don't know of any other installer that has that software otherwise.
64
Apache / Re: Domain Addons
« on: December 24, 2023, 04:33:42 AM »
What I'm telling you, is that Philio.xyz is 302 Redirecting. Whether it's your server (apache/nginx), or it's the actual Webapp, I don't know, but if you open developer tools, you will see it.
https://prnt.sc/ePPfi8OBbg96
Whereas upward does not do a 302 redirection.
https://prnt.sc/_Dn9vcrhfDpY
https://prnt.sc/ePPfi8OBbg96
Whereas upward does not do a 302 redirection.
https://prnt.sc/_Dn9vcrhfDpY
65
DNS / Re: Problem with subdomaine
« on: December 23, 2023, 07:08:23 PM »
are you using your server's DNS services, or your registrars.
If the latter, you can create as many subdomains as you like in CWP, but if you don't add A records for them in your dns, you will always get NXDOMAIN
If the latter, you can create as many subdomains as you like in CWP, but if you don't add A records for them in your dns, you will always get NXDOMAIN
66
Apache / Re: Domain Addons
« on: December 23, 2023, 07:05:37 PM »
phildo.xyz redirect to .cf because of the software package you are using on that account. Much like wordpress, it will redirect all requests to the domain set in the backend. So no matter what domain name used to access the site, will always end up with phildo.cf in the address bar.
67
E-Mail / Re: Issues with "ALL" Gmail
« on: December 22, 2023, 07:59:33 PM »
If your password contains special characters, at lot of PHP mail programs will screw up the password.
68
E-Mail / Re: Issues with "ALL" Gmail
« on: December 22, 2023, 05:59:33 AM »
If it's running, then everything is good. You must have fixed the reason it failed.
69
E-Mail / Re: Issues with "ALL" Gmail
« on: December 22, 2023, 05:20:52 AM »
does " systemctl status named " show that it is running?
70
E-Mail / Re: Issues with "ALL" Gmail
« on: December 22, 2023, 04:18:01 AM »
post the log from
journalctl -xe -u named
journalctl -xe -u named
71
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 07:40:30 PM »
Bind can be configured several way. The way it is configured for CWP is to be an Authoritive server, which means it will only respond to request for domains it holds, when requested from the outside world. I would not be concerned about opening UDP 53 for this purpose.
72
CentOS 7 Problems / Re: problem with migration from cpanel to cwp
« on: December 21, 2023, 11:45:53 AM »73
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 06:49:11 AM »
On that note, I certainly wouldn't use a free domain I don't own for a production server. Go register a .com to be your main domain and setup nameservers with a reputable company where you OWN your domain name.
74
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 06:26:41 AM »
Just a side note Mate. You might want to transfer your domain away from Freenom before you lose it. They were sued by META in March, and won't be able to renew it when that time comes.
75
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 06:18:16 AM »
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
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