11
Updates / Re: How can update PHP for cwpsrv
« Last post by overseer on December 04, 2023, 03:28:24 PM »No word yet on that. I have offered to be an CWP EL9 beta tester, but no confirmation on that either.
12
Updates / Re: How can update PHP for cwpsrv
« Last post by fafamonge on December 04, 2023, 02:45:28 PM »Hi,
Thanks for your reply.
So there is no way to update PHP by ourselves, we absolutely have to wait for an official update ?
Any idea of the official update date ? because I haven't seen anything about it for php.
Jordan
I think CWP should update the PHP version of CWP core from 7.2 to 8.x
Is there a date for this?
13
DNS / Re: Reverse dns setup
« Last post by rcschaff 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
14
DNS / Re: Reverse dns setup
« Last post by overseer on December 03, 2023, 09:57:20 PM »CWP is added-on to CentOS and uses industry-standard BIND (named) so you can just set up a reverse DNS conf file for your zone. A lot of this tutorial would apply (minus the private network aspect):
https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-centos-7
https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-centos-7
15
DNS / Reverse dns setup
« Last post by neodark on December 03, 2023, 09:09:47 PM »Hi, I own a /24 IP block... How I can setup reverse dns in cwp?
I setup reverse dns with webmin (ns1 and ns2) with different public IPs and it works, but when setup a new domain in cwp I need to configure dns records in webmin too...
In webmin when I add an record, it´s an option to setup reverse dns for that record too... I don´t see this option in cwp...
Is any way to setup reverse dns in cwp... and when I setup a new domain or record, cwp setup reverse entries for that?
Thanks!!
I setup reverse dns with webmin (ns1 and ns2) with different public IPs and it works, but when setup a new domain in cwp I need to configure dns records in webmin too...
In webmin when I add an record, it´s an option to setup reverse dns for that record too... I don´t see this option in cwp...
Is any way to setup reverse dns in cwp... and when I setup a new domain or record, cwp setup reverse entries for that?
Thanks!!
16
Updates / Re: Updates are bad
« Last post by Steff on December 03, 2023, 05:44:37 PM »If like me, after an update from CWP pro your Apache services or Nginx services won’t start and you look at the logs to find that port 80 can’t be bound to and you get any of the following errors:
nginx/httpd problem (98)Address already in use, bind to :80/443 failed
yum remove httpd* cwp-httpd -y
yum install cwp-httpd -y
after that rebuild webserver config.
nginx/httpd problem (98)Address already in use, bind to :80/443 failed
yum remove httpd* cwp-httpd -y
yum install cwp-httpd -y
after that rebuild webserver config.
17
MySQL / Re: User can create a database from phpmyadmin
« Last post by rcschaff 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
18
MySQL / User can create a database from phpmyadmin
« Last post by soufian on December 02, 2023, 11:51:21 PM »The limit of the package for MYSQL databases is set to 1 but when I'm going to php phpmyadmin the user can create a database from there
19
Backup / Re: Beta Backup - SFTP
« Last post by rcschaff 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.
20
Backup / Re: Beta Backup - SFTP
« Last post by UnpickedUsername on December 01, 2023, 11:53:26 PM »I do have access. I'm running SFTPgo in a docker container. SFTPgo is working fine with a completely different server connecting in and uploading backups, but CWP has issue.