Show Posts

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.


Messages - Starburst

Pages: 1 ... 54 55 [56] 57 58 ... 79
826
CentOS-WebPanel Bugs / Re: BUG : Reseller Info
« on: September 27, 2022, 01:19:04 PM »
You might want to post this in: CentOS-WebPanel Bugs

827
Other / Re: CWP won't activate my license but i paid
« on: September 25, 2022, 11:00:46 PM »
Try running:

sh /scripts/update_cwp

And then login to the CP, and see if it has updated.

Did you go thru their system and did an Add Service?
The system is usually pretty automated.

828
PHP / Re: Install PHP 8.X - PHP Version Switcher
« on: September 25, 2022, 10:57:07 PM »
Everyone has skipped over PHP 8.0.x for 8.1.x, including ionCude & WHMCS.

You can follow this to get PHP 8.1.x switched in CWP:
https://www.uxlinux.com/install-php-8-1-latest-version-in-cwp-control-panel/

Or if, for some odd reason you still want 8.0x:
https://www.uxlinux.com/install-php-8-latest-version-in-cwp-control-panel/

829
Information / Re: Needs CWP Pro License for 10 IP address
« on: September 03, 2022, 04:41:12 PM »
Just curious why you need CWPpro?

Unless you need PHP-FPM, etc. for websites.

Otherwise the basic CWP does most things.

But we can help you. Just send me a PM.

830
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 24, 2022, 04:18:25 PM »
DNS are setup with NS and A records.

They are always like ns1.domain.com, ns2.domain.com and then they respond on UDP/TCP port 53.

Namecheap offers .id domain name registration when I looked.

But most important you have to register whatever you call the 2 domain servers names & IP's.
And then that takes 24 hours to propagate.

--
This is an example of the raw DNS file in CWP:

@   86400   IN   NS      ns1.domain.com.
@   86400   IN   NS      ns2.domain.com.
ns1.domain.com.     14400   IN      A       123.123.123.123  ; #ns1
ns2.domain.com.     14400   IN      A       123.123.124.124  ; #ns2

831
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 24, 2022, 09:04:27 AM »
The DNS entries in WHMCS are for the form letter email to the customer only.
It does NOT affect the DNS on the CWP server.

Those are configured under DNS Functions -> Edit Nameserver IPs

Enter your custom NS1 & NS2 names & IP's and click 'Save changes', Restart Bind DNS Server from Main Dashboard.

832
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 23, 2022, 02:24:21 PM »
Did you register the DNS at the domain registrar.

I know Name Cheap has it kinda hidden.

833
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 22, 2022, 01:54:01 PM »
Yes, you just have to create the A records, and register the DNS names & IP's with the registrar the domain is with.

834
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 22, 2022, 04:36:41 AM »
All I can says is WOW that server is out of date.

Client & server should have updated together.

Not to mention galera is Whole other issue.

835
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 22, 2022, 12:34:46 AM »
Sounds like the server is way out of date.

Try:

# MariaDB 10.3 CentOS repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.its.dal.ca/mariadb/yum/10.3/centos7-amd64
gpgkey=https://mirror.its.dal.ca/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1


And then slowing go up to 10.6

836
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 21, 2022, 11:39:30 PM »
Try:

# MariaDB 10.6 CentOS repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.its.dal.ca/mariadb/yum/10.6/centos7-amd64
gpgkey=https://mirror.its.dal.ca/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1


Then run yum update

837
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 21, 2022, 11:06:52 PM »
MariaDB 10.2 is EOL.

MariaDB 10.6 is the current long-term maintenance stable series of MariaDB.

--

For MariaDB on the old CentOS 7, you will need to change the /etc/yum.repos.d/mariadb.repo to:

# MariaDB 10.6 RedHat repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.rackspace.com/mariadb/yum/10.6/rhel7-amd64
gpgkey=https://mirror.rackspace.com/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1

--

If you want a different OS or use 10.7.x, 10.8.x you can visit:

https://mariadb.org/download/?t=repo-config

838
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 17, 2022, 05:03:37 PM »
Glad you got it working.

Took the long way around, you could have done it from the CWP GUI.

839
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 16, 2022, 03:45:26 PM »
Download the .zip file from their website, unpack it it, then you upload the files via SFTP from [path]\ionCube PHP Loader\12.0.1\ioncube_loaders_lin_x86-64\ioncube to /usr/local/ioncube overwriting current files.

Then rebuild PHP 8.1.7 with the ionCube option, reboot.
When you run php -v you should see what I posted above.

840
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 15, 2022, 10:46:42 PM »
Looks like something went wrong with the install.
Since it's fresh, do a fresh OS install, and then install CWP.

After it is running, then edit the mariadb.repo file to get the version MariaDB you want.

Pages: 1 ... 54 55 [56] 57 58 ... 79