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.
376
DNS / Re: IPV6 Support on CWP
« on: March 16, 2024, 01:03:58 AM »
CWP only supports IPv4.
I've been asking for IPv6 support for years at this point.
You can manually add IPv6 to the Apache .conf files.
If you want to do this, and need an example let me know.
BIND will listen to all address on port 53 IPv4 & IPv6 by default.
And CWP will allow you to create AAAA records.
I've been asking for IPv6 support for years at this point.
You can manually add IPv6 to the Apache .conf files.
If you want to do this, and need an example let me know.
BIND will listen to all address on port 53 IPv4 & IPv6 by default.
And CWP will allow you to create AAAA records.
377
DNS / Re: FAIL: Nameserver is not answering TCP queries. Error: Connection refused
« on: March 16, 2024, 12:59:35 AM »
Could you please advise of the following:
What 'errors' and/or 'messages' are being displayed?
What distro are you trying to install CWP onto? / What distro are you are you running CWP on?
CWP Free or CWPpro?
VPS or Dedicated?
Public or NAT?
What 'errors' and/or 'messages' are being displayed?
What distro are you trying to install CWP onto? / What distro are you are you running CWP on?
CWP Free or CWPpro?
VPS or Dedicated?
Public or NAT?
378
Installation / Re: MySQL root password is invalid!!! Error
« on: March 16, 2024, 12:57:36 AM »
Who, what? I swear I didn't know she was your sister...
I would recommend AlmaLinux 8.x
Most of our production servers (2 run AL 9) and mirrors are running that version.
The base install script from CWP (https://control-webpanel.com/installation-instructions#step4) works fine, and will install the CentOS version of MariaDB 10.4.
As overseer mentioned, you can install via the base script and then follow the Wiki to upgrade to MariaDB 10.11.
If you choose to modify the install script or upgrade later, just remember to select the Red Hat Enterprise Linux version 8 for the new MariaDB repo info.
Also when CWP finishs installing, cut & paste the info into a text file, just incase you nee dit down the road.
As that screen also shows you what you MariaDB password is.
At the end of the install, it will look like:
If you don't save that, you'll have to go thru a process to reset the MySQL (MariaDB) root password.
As it is NOT the same as the system root password.
I would recommend AlmaLinux 8.x
Most of our production servers (2 run AL 9) and mirrors are running that version.
The base install script from CWP (https://control-webpanel.com/installation-instructions#step4) works fine, and will install the CentOS version of MariaDB 10.4.
As overseer mentioned, you can install via the base script and then follow the Wiki to upgrade to MariaDB 10.11.
If you choose to modify the install script or upgrade later, just remember to select the Red Hat Enterprise Linux version 8 for the new MariaDB repo info.
Also when CWP finishs installing, cut & paste the info into a text file, just incase you nee dit down the road.
As that screen also shows you what you MariaDB password is.
At the end of the install, it will look like:
Code: [Select]
#############################
# CWP Installed #
#############################
Go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/
http://(SERVERS BASE IPv4):2030
SSL: https://(SERVERS BASE IPv4):2031
---------------------
Username: root
Password: ssh server root password
MySQL root Password: (SOME PASSWORD)
#########################################################
CentOS Web Panel MailServer Installer
#########################################################
SSL Cert name (hostname): (HOSTNAME HERE)
SSL Cert file location /etc/pki/tls/ private|certs
#########################################################
Visit for help: www.centos-webpanel.com
Write down login details and press ENTER for server reboot!
xx files removed
Please reboot the server!
Reboot command: shutdown -r now
#
If you don't save that, you'll have to go thru a process to reset the MySQL (MariaDB) root password.
As it is NOT the same as the system root password.
379
Nginx / Re: How to change apache LimitRequestFieldSize?
« on: March 14, 2024, 06:04:20 PM »
Could you please advise of the following:
What distro are you trying to install CWP onto? / What distro are you are you running CWP on?
CWP Free or CWPpro?
Is this a PHP script?
What distro are you trying to install CWP onto? / What distro are you are you running CWP on?
CWP Free or CWPpro?
Is this a PHP script?
381
Information / Re: Attention programmer
« on: March 13, 2024, 12:49:59 AM »
The install script located using:
Works perfectly fine on AlmaLinux 8.9 with creating the MariaDB 10.4 repo.
Just wish they would change it to 10.11.
You can also edit the file with nano before running it, and change the repo info manually.
Just edit that section with info you get from: https://mariadb.org/download/?t=repo-config
Make sure to select Red Hat Enterprise Linux 8 under the 'Choose a distribution' menu.
If you server isn't able to connect to the MariaDB repo, then something is going on with your network.
Could be your upstream's IP(s) are blocked.
Also maybe trying to set your servers DNS to Google DNS 8.8.8.8 & 8.8.4.4
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest
Works perfectly fine on AlmaLinux 8.9 with creating the MariaDB 10.4 repo.
Just wish they would change it to 10.11.
You can also edit the file with nano before running it, and change the repo info manually.
Code: [Select]
cat > /etc/yum.repos.d/mariadb.repo <<EOF
# MariaDB 10.4 CentOS repository list - created 2020-06-23 23:26 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
EOF
Just edit that section with info you get from: https://mariadb.org/download/?t=repo-config
Make sure to select Red Hat Enterprise Linux 8 under the 'Choose a distribution' menu.
If you server isn't able to connect to the MariaDB repo, then something is going on with your network.
Could be your upstream's IP(s) are blocked.
Also maybe trying to set your servers DNS to Google DNS 8.8.8.8 & 8.8.4.4
382
Other / Re: billing response time
« on: March 11, 2024, 11:51:17 PM »
Then submit a ticket to support with the billing ticket number and note that it's been 3 days.
When I mentioned 24-48 hours, that normal hours. Monday - Friday.
When I mentioned 24-48 hours, that normal hours. Monday - Friday.
383
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 11, 2024, 11:49:24 PM »
TCP_OUT doesn't matter.
Don't forget about UDP_IN, sometimes that will list port 22.
And TCP6_IN, if the server has IPv6 enabled.
Don't forget about UDP_IN, sometimes that will list port 22.
And TCP6_IN, if the server has IPv6 enabled.
384
Apache / Re: Apache is not installing through Select Web Servers
« on: March 11, 2024, 04:02:54 PM »
That's what happens when you run a beta version of an OS like Stream 8.
You can expect bugs.
If this is a test box, then that is fine.
For production use, use AlmaLinux 8 and you shouldn't have these problems.
You can expect bugs.
If this is a test box, then that is fine.
For production use, use AlmaLinux 8 and you shouldn't have these problems.
385
CSF Firewall / Re: Nearly 11 million SSH servers vulnerable to new Terrapin attacks
« on: March 11, 2024, 03:59:31 PM »
That is a general vulnerability in SSH.
Whether you have CWP or not.
And another good reason to firewall your SSH.
In AlmaLinux 8.x, you have
Whether you have CWP or not.
And another good reason to firewall your SSH.
In AlmaLinux 8.x, you have
Code: [Select]
ssh -V
OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021
386
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 11, 2024, 03:56:24 PM »
They are hitting your SSH port, just block that port in CSF.
Any whitelisted IP's will still be able to login.
Any whitelisted IP's will still be able to login.
387
Other / Re: billing response time
« on: March 11, 2024, 03:54:31 PM »
Did you email them or submit a ticket via the system?
Usually their billing department will respond in 24-48 hours.
Usually their billing department will respond in 24-48 hours.
388
Information / Re: Attention programmer
« on: March 11, 2024, 03:52:54 PM »
CentOS 7 is EOL.
Allot of the repos for it are going offline, and has nothing to do with CWP.
If you install AlmaLinux 8.x, then CWP you won't have any problems.
Then once installed, follow the Wiki and upgrade MariaDB to 10.11 or higher.
Allot of the repos for it are going offline, and has nothing to do with CWP.
If you install AlmaLinux 8.x, then CWP you won't have any problems.
Then once installed, follow the Wiki and upgrade MariaDB to 10.11 or higher.
389
SSL / Re: How to setup SSL before changing NS ?
« on: March 11, 2024, 03:50:38 PM »
SSL requires the domain name to resolve to the server IP.
Best option is to set the A record TTL to 5 mins. move the site, and create the SSL.
Best option is to set the A record TTL to 5 mins. move the site, and create the SSL.
390
SSL / Re: SSL not protecting port
« on: March 06, 2024, 08:22:36 PM »
Those ports are handled by the hostname SSL, so when you connect to https://srv1.domain.com, etc.
To create the hostname SSL goto:
Admin Panel -> Server Settings -> Change Hostname
Above on the page will show if your hostname & rDNS/PTR is setup correctly, and show SUCCESS.
Scroll down, and click on the big blue bar that says, Change Hostname.
Give it a few seconds, and that's it.
To create the hostname SSL goto:
Admin Panel -> Server Settings -> Change Hostname
Above on the page will show if your hostname & rDNS/PTR is setup correctly, and show SUCCESS.
Scroll down, and click on the big blue bar that says, Change Hostname.
Give it a few seconds, and that's it.