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 - narin

Pages: 1 [2] 3 4 5
16
Functions / Re: TXT Record Problem
« on: December 29, 2021, 08:27:29 AM »
yes i updated it, but it is not resolved.

http://prntscr.com/252s4ic

17
Functions / TXT Record Problem
« on: December 28, 2021, 07:03:43 PM »
Unable to add TXT type DNS record from user panel. TXT box won't open.

When will this issue be fixed?

18
Functions / Re: Bugs Report: PHP cannot be installed
« on: December 27, 2021, 01:22:08 PM »
Sloution:

The solution to this problem is that the server does not have a current root SSL certificate.

Here is the solution:

The following commands should be applied from the command shop.

yum reinstall ca-certificates -y && yum update ca-certificates -y

19
Functions / Bugs Report: PHP cannot be installed
« on: December 17, 2021, 07:07:17 PM »
Hi,

I cannot install PHP-FPM on newly installed CWP servers (I have a license)

On unlicensed servers, I cannot change the default 5.6 php version via the php switcher.

It gives an error like this:

http://prntscr.com/23g7sde

20
PHP / Unable to install php-fpm
« on: October 07, 2021, 08:58:38 AM »
Unable to install PHP-FPM on newly installed CWP server. This issue should be fixed with the update.

21
CentOS-WebPanel Bugs / Re: Apache Re-Build Not Working
« on: August 28, 2021, 10:47:42 PM »
After configuration the webservice will be fixed again.

Hi, this is not a question but a problem that took me hours to figure out. I found the cause of the problem and I have decided to post it here in case someone gets stuck with the same problem.

When I was trying to rebuild apache (2.4.39) in Centos 7, the whole process went through and it seemed like there were no errors. But after finishing rebuilding, the Apache server wouldn't start. Then a AI robot would fix it for me. (I guess the AI robot was simply doing a "yum remove cwp-httpd" and then doing a "yum install cwp-httpd")

This happened a few times until I discovered the server was missing a library: libuuid-devel

If installing the library (yum install libuuid-devel) everything worked fine.

Just wanted to put it out there in case somebody gets stuck trying to rebuild apache.

22
Other / Re: doubt nameservers
« on: July 16, 2021, 10:58:06 AM »
You don't have to use your server's DNS service; because the name server section is a good solution when you just want to keep the DNS records of your domain names on the server. If you are using Cloudflare, there is no point in filling in the name server section, you can leave it blank.

23
Apache / Re: How can install mod_remoteip ?
« on: July 16, 2021, 10:51:10 AM »
mod_cloudflare support ended; mod_remote_ip should now be used. You can activate the remote_ip module on CWP through apace modules.

before:
#LoadModule remoteip_module modules/mod_remoteip.so

after:
LoadModule remoteip_module modules/mod_remoteip.so

24
You need to delete the account you migrated and migrate again. You cannot overwrite it again because the existing account has been transferred.

Hi,
I did CWP to CWP transfer successfully but while i want to do it once again i can't because everything was transfer in before. How can i do it again? Even i made a new API but no success.

Please help me

25
CentOS Configuration / Re: Apache Failed to start
« on: July 14, 2021, 04:12:17 PM »
Can you execute this command?

"service status httpd -l"

This will give a more detailed output.

The easiest is to select apache from the select web service section and configure it again.

26
MySQL / Re: Start MySQL server, please wait
« on: July 14, 2021, 04:10:30 PM »
Please check your server's disk usage.

27
thanks Sandeep.

28
hi if the db have issues or corrupted then there will be issue in migration

For example today;

I wanted to restore a sample backup from CWP NEW BACKUP BETA section; but the file was not moved when I restored it. "A data error has occurred" on the Wordpress site. We had to write phpmyadmin by backing up the database.

It will be great if this problem is resolved!

Thanks Sandeep.

29
Yes, most of the time the database is not transferred from CWP to CWP; but it is not included in an error that it failed. Although everything seems to be successful, the database is not migrated.

Developers need to deal with this issue.

30
MySQL / Re: any host vs localhost vs ip
« on: May 09, 2021, 12:08:15 AM »
Hello carlmiller;

It is simple to overcome this problem you have experienced and to address your anxiety.

First, add the IP addresses that you want to access 3306 port through the firewall as trusted, then block all requests to port 3306. (As 0.0.0.0/0)

Thus, even if you set the database to access all IP addresses while adding users, only the IP addresses that you allow access through the firewall will be able to access.

Good work.

Pages: 1 [2] 3 4 5