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 - sundar rajamani

Pages: [1]
1
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 05, 2024, 07:26:08 AM »
but cwp support recommend centos is the 1st priority after that only other distro they recommend.....



2
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 04, 2024, 11:32:28 PM »
Hi i have seen the migration procedure while search in google is that migration will do migrate without data loss? here the procedure which i have seen in google search....

CentOS 7 to CentOS 8 Stream Migration:
CentOS 7 will be supported until June 2024, while CentOS 8 will be supported until the end of 2021.
To migrate from CentOS 7 to CentOS 8 Stream, follow these steps:
Update the system: sudo dnf update -y
Install CentOS 8 release stream repository: sudo dnf install centos-release-stream -y
Adjust repositories to point to CentOS Stream: sudo dnf swap centos-linux-repos centos-stream-repos -y3.


3
Let make simple,

on new server copy Public Key from: # cat /root/.ssh/id_rsa.pub
and paste Public key to Old server: # nano /root/.ssh/authorized_keys

Nice this method looks like its working any way once complete will update here

4
Hi facing the same error after update cwp I think am facing this issue....

5
DNS / Re: Domain doesn't work without 'www'
« on: December 12, 2021, 03:12:53 PM »
delete all dns records and create new one :-

A
Cname
MX
NS

A record will be non www and should point to server ip address

eg.
A    domain.com    192.168.0.1
cname    www   domain.com

My domain is s4hosting.in hostname is cwp.s4hosting.in using cloudflare ns records dns records are looking fine http://leafdns.com/index.cgi?testid=196F7599 but still i couldnt renew letsencrypt ssl every time getting www or without ww error can u pls help in this......

6
SSL / Re: All domains getting ssl error
« on: October 02, 2021, 12:19:49 PM »
facing the same problem couldnt find the error in error log too...

apache/domlogs/smithikamobiles.in error log also not showing anything

domain name : http://smithikamobiles.in without ssl working fine

https://smithikamobiles.in not working getting ERR_SSL_PROTOCOL_ERROR

any one help me to fix more than 5 days searching for solution...

Pages: [1]