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

Pages: [1]
1
Apache / Re: Run Node js with CWP
« on: November 29, 2023, 09:12:48 PM »
Sorry for necro-posting but here's a solution.

I think the problem is on NAT systems.

Just listen your private ip on your node app. (source code)
and modify your vhost template to listen your private ip (Manage WebServers Configuration)

https://imgur.com/a/dJlAkId (This is my first post and I'm not sure if posting images with imgur is allowed. But I couldn't upload images here)

Then it will work fine!

2
Nginx / Re: Issues With Nginx
« on: November 29, 2023, 05:45:52 PM »
Fresh installation of cwp pro fixed it. I was upgraded to cwp pro I think which caused problem.

3
Nginx / Issues With Nginx
« on: November 29, 2023, 12:11:00 PM »
New CWP User here,  I'm using CWP Pro.

Only Apache:
* Auto SSL Works
* accessing the site over http and https works

Only Nginx:
* Auto SSL doesn't works. (It says "DNS of your domain doesn't point to this server or you have htaccess restrictions")
* accessing the site over http gives ERR_EMPTY_RESPONSE
* accessing the site over https causes browser error. When proceed, it shows test page instead of expected.
* Ne erros on var/messages/logs, service is running fine.


I have tried rebuilding several times. Also logging with root doesn't fixes it.

Pages: [1]