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

Pages: [1]
1
Hello kindest peoples,

i have 2 physical nic card.
for example: (Private IP)
one having ip 1.1.1.1
another having ip 2.2.2.2

now, how to configure cwp, if one nic card goes down my website can be accessible from another nic card?

please guide me step by step. i was searching for this for 7 days and unable to find any solution.

what i have done, i have configured my router to forward all traffic to both of these IPs. but if 1.1.1.1 goes down my websites also goes down. 2.2.2.2 ip not working.

in cwp > in IP manager both IPs are showing. i can access cwp admin panel locally from both ip. but from internet only working IP is 1.1.1.1.

in CWP info only one Server IP showing and it is 1.1.1.1 | cwp.example.com . 2nd ip not showing.

2
Thanks. But the issue was i did not enable Node.js from NodeJS User panel Configuration.  :P

3
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.

4
Node.js / Node Js not available, please contact admin for more information.
« on: November 06, 2022, 10:46:06 AM »
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.

5
SSL / Re: ssl expire
« on: November 03, 2022, 05:12:43 PM »
I have just figured my problem thanks to this post.
http://forum.centos-webpanel.com/ssl/dns-of-your-domain-doesn't-point-to-this-server-or-you-have-htaccess-5490/msg19395/#msg19395

I did have a redirect in my nginx_proxy_vhost to force http to https with this.
Code: [Select]
return 301 https://$host$request_uri;
I have to removed that off and then after certs installed, I put it back. I wish there's a better solution for the force redirect from http to https. If anyone knows of a better solution then please let me know.

Hello dear, can you please help me to find the file location. somehow i edited this file and now auto ssl isnt working.

6
How to / Re: [Tutorial] How to Change the IP Address of Server?
« on: May 16, 2022, 05:00:30 PM »
Thanks for the info but How to change subdomain dns? this isnt changing subdomain ips. Do i have to manually edit subdomain dns zone ip?

7
CentOS 7 Problems / Re: Issue with total disk space
« on: April 01, 2022, 12:09:09 AM »
try this: resize2fs /dev/........

this command fixed my issue...

Pages: [1]