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.
136
Installation / Re: Logrotate configuration not working
« on: December 06, 2023, 09:36:18 PM »
You have to put the full path to the log files in the logrotate config. Please post the contents of that file...
137
DNS / Re: Private nameserver/glue record config
« on: December 05, 2023, 12:18:54 AM »
SOA records are set by YOUR NS1 and NS2, and should reflect your first nameserver as the SOA.
Checking your domain, it looks like everything propagated properly now.
Checking your domain, it looks like everything propagated properly now.
138
Updates / Re: How can update PHP for cwpsrv
« on: December 05, 2023, 12:02:11 AM »
You cannot update CWP's PHP, because of the ioncube encoder. It will probably be months, as a complete rewrite for PHP8 will be required, as well as they have to pay to get the newest encoder for PHP 8.2/8.3.
139
DNS / Re: Reverse dns setup
« on: December 04, 2023, 12:08:47 AM »
Reverse DNS is not something that should programmed automatically. It also Should only point to FQDN (Ex: server.yourserver.com). If you are setting up rDNS to the users domain name, it's legal, however in reality, all of you /24 should point to your servers hostname. When MX lookups do a PTR lookup for domain xyz.com and see xyz.com as the server name, but the mail header reads from server.yourserver.com, it may very well fail the message. JS
140
MySQL / Re: User can create a database from phpmyadmin
« on: December 03, 2023, 01:31:14 AM »
They can do it from their computer, or you are testing and able to do it. Because If I log into phpmyadmin from CWP, then switch to a user account and load from there, I stay logged in as root. JS
141
Backup / Re: Beta Backup - SFTP
« on: December 02, 2023, 02:21:55 AM »
I would go through the sftpgo error log and look for hints. the sftp program on CentOS is what CWP uses, so seeing as your getting an error from shell, CWP won't work until you can figure out what's going wrong between the sftp client and your sftpgo server.
142
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 01:21:55 AM »
This particular error shows that there is a misconfiguration of the host server, not with the sftp client. Do you have root access to the host server, or is it something like an aws server?
143
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:42:25 AM »
No they're not waiting. There have been 3 full upgrades sinces they encoded the files. I think they have every intention of staying with PHP7.0 until it's no longer available. I've offered my services, but they refuse to respond.
144
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:32:34 AM »
IonCube 13 is out already, and does support 8.3
145
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 12:17:46 AM »
please try to sftp from the server using your credentials using an ssh console and report back what it says.
146
Aplications / Re: New node application to main domain instead of subdomain throws a 503 error
« on: November 30, 2023, 11:02:35 PM »
The domain in NodeJS creates an apache/nginx configuration that forwards we requests to the Node App. If you created the NodeJS app using your main domain, Node overwrote your config file in apache for your website. Here should be your steps to fix the issue.
1) Update the hostname as you have for nodeJS. Make sure that your Node Webapp is available from this new URL.
2) Go the the root CWP Panel -> WebServer Settings -> Webservers Main Config
3) At the bottom, Click rebuild all vhosts on save
4) Click save
1) Update the hostname as you have for nodeJS. Make sure that your Node Webapp is available from this new URL.
2) Go the the root CWP Panel -> WebServer Settings -> Webservers Main Config
3) At the bottom, Click rebuild all vhosts on save
4) Click save
147
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 03:43:38 AM »
I can upgrade my v10 to 13 for $250, so that's not so bad. But they always seem to release a new major version (Upgrade fee), like a week after my upgrade grace period ends.
148
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 02:59:50 AM »
Ioncube v9 allowed PHP 5, and PHP7.0. Ioncube 10 allowed PHP7.1-PHP7.3
The problem with Ioncube, is that they want an additional $250 every PHP version now. EX: I have version 12 that allows PHP 5.6-8.0. But they now are on Version 13 for PHP 8.1-8.3.
The problem with Ioncube, is that they want an additional $250 every PHP version now. EX: I have version 12 that allows PHP 5.6-8.0. But they now are on Version 13 for PHP 8.1-8.3.
149
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 10:43:44 PM »
Anything currently synced on the servers will continue to work. However, new accounts will not be created automatically. I can attest that I am running the version on the website, and the license is not expired. Just make sure your using PHP7.0 or older, as they did not encode this one with a new version of ioncube.
150
CentOS-WebPanel GUI / Re: Change List Accounts "Open Panel" link to hostname instead IP address
« on: November 29, 2023, 12:20:41 AM »
It seems that the people having an IP issue, are the ones using Cloudflare as a proxy. You have SSL through Cloudflare, but the end server does not know this. If it doesn't have an SSL certificate installed for the hostname on the server, CWP will not change it from IP to hostname.