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

Pages: [1]
1
I followed these steps and it did not resolve my problem, I am still getting the "DNS does not point to your server" error.
Can this be done via CLI ?
How is it checking the DNS ? I do not see this error in the apache logs.

2
CentOS 7 Problems / Re: 404 Not Found User Login
« on: October 11, 2018, 07:21:11 PM »
I noticed that that file indeed does not exsist.
There is an index.php that exists, manually changing the URL for the client panel works.

So how do I fix it redirecting to the wrong address and path ?
It was originally redirecting to the IP and index.html, I want it to redirect to the hostname and index.php.

3
CentOS 7 Problems / Re: 404 Not Found User Login
« on: October 11, 2018, 07:18:02 PM »
I am encountering the same problem, but without it redirecting to a strange address.
Following the instructions in this thread did not help, but also, none of the commands generated any errors.

The log shows:
2018/10/11 15:10:07 [error] 9573#0: *7 open() "/usr/local/cwpsrv/var/services/users/login/index.html" failed (2: No such file or directory), client: *******, server: localhost, request: "GET /index.html?username=cloudope&password=******* HTTP/1.1", host: "*******:2083", referrer: "https://*******4:2083/"

2018/10/11 15:11:14 [error] 9573#0: *22 open() "/usr/local/cwpsrv/var/services/users/login/index.html" failed (2: No such file or directory), client: *******, server: localhost, request: "GET /index.html?username=cloudope&password=******* HTTP/1.1", host: "h03.*******.com:2083"

4
Scripts / Re: Creating new account.
« on: October 10, 2018, 03:49:41 PM »
I am also wondering what script CWP uses for adding new users. I assume it is currently mostly in PHP, but it should still be possible to trigger it from CLI. I am trying to add users with specific subdomains which will later be used to configure non-web services but want to keep it consistent with CWP account system.

Pages: [1]