Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
CentOS 7 Problems / Re: Domain Redirect
« Last post by linuxnewb2020 on March 24, 2024, 11:57:34 PM »
Indeed,
Support game me the solution, by selecting "Do not redirect www"
https://prnt.sc/10r1ny0

I could not get my subdomain redirected or any redirect I created to work. I read a bunch of forums, thought maybe a glitch and almost thought about rebuilding something, I left it alone for a while, came back, and found this.

Thanks! This worked for me
32
Migration from other control panels / Re: Possibility of CWP to CWP Migration
« Last post by Starburst on March 24, 2024, 04:00:43 PM »
1. To restore a DB you would need to use phpMyAdmin to restore manually.
2. I don't think CWP -> CWP Migration was designed for what you are trying to do.

There is an option under CWP Settings -> Backup Configuration -> Remote Backup Settings that would backup all the selected options to a remote server via rsync.

Maybe look at Acronis Cyber Protect Cloud or iDrive (haven't tried iDrive, yet)
33
Migration from other control panels / Re: Possibility of CWP to CWP Migration
« Last post by Karl Heron on March 24, 2024, 09:59:43 AM »
More specifics -- what are you looking to do? Selectively migrate accounts?

hi @overseer, thanks for the answer.

no, I have 100 user accounts for 1 server. I can make a backup for the source code to my backup server using the rsync method. but i am still looking for a way to back up the 100-user database. so main goals is backup server always got newest backup everyday (DB an Source Code)


i already try:
1. new backup feature (db got backup, but cant restore it)
2. using master - slave database method. but its not the main solution. when master down, and up again in few hour, i should do mysql-dump to make master database update.

I was thinking that automatic CWP -> CWP migration is the solution. but on CWP not include that feature. how to make it automatic?
34
Migration from other control panels / Re: Possibility of CWP to CWP Migration
« Last post by overseer on March 24, 2024, 04:29:08 AM »
More specifics -- what are you looking to do? Selectively migrate accounts?
35
MySQL / Re: MySQL - BAD CONFIGURATION DETECTED
« Last post by overseer on March 24, 2024, 04:19:32 AM »
have you tuned your MySQL configuration or are you running defaults? Posting your / etc / my.cnf and version information would be helpful...
36
You should be at MariaDB 10.4 as a bare minimum. 10.6 would be better, 10.11 (LTS) would be ideal.
What is spiking your CPU? Are you watching processes with htop?
37
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« Last post by overseer on March 24, 2024, 04:14:35 AM »
The php.ini files are always reset to defaults with each php version (re)build -- unless you have them set as immutable (which I do). With each build, you will lose your date/timezone settings, max execution time, max upload, disable functions, etc. customizations.
38
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« Last post by Starburst on March 24, 2024, 12:56:05 AM »
How they fixed it without update to a new version ?

I'm guessing CWP contacts the home planet in the background to build PHP versions.

But it works, updated all the servers last night to 8.2.17.

1 thing I did notice, is it wiped out the disable_function=, so you have to rebuild that.
39
DNS / Re: IPV6 Support on CWP
« Last post by mah1973 on March 23, 2024, 09:26:13 PM »
You could use this and add all the other IPadresses on IPv6
IPV6ADDR_SECONDARIES="second_ipv6_address/64 third_ipv6_address/64 .../64"

https://github.com/coriaweb/cwpipv6

I hope that CWP team test this and implement it to the official version.
40
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« Last post by mah1973 on March 23, 2024, 09:00:24 PM »
CWP got the bug fixed.  :)
How they fixed it without update to a new version ?
Pages: 1 2 3 [4] 5 6 ... 10