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.
31
Suggestions / Redirections for Users
« on: October 13, 2020, 05:13:42 PM »
The panel needs add... a Redirection (for http to https) or forwards and similars...
in a panel for users.
like CPanel...
in a panel for users.
like CPanel...
32
Nginx / Aply Reverse proxy for other IP
« on: September 29, 2020, 03:51:09 PM »
Hello i have a CWP in a 192.168.1.100 and i have other server with 192.168.1.101
i have the domain xxxx.com and the subdomain myapp.xxxx.com and api.xxxx.com.... how add a reverse proxy to 192.168.1.101?
i have changed the apache for apache & Nginx... i have a xxxx.com domain working in a cwp... in what file add this?
server {
server_name myapp.mydomain.com;
location / {
proxy_pass http://192.168.1.101:3333;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
}
}
and
server {
server_name api.mydomain.com;
location / {
proxy_pass http://192.168.1.101:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
}
}
i added this code in same files and when enter a myapp.xxxx.com and api.xxxx.com only see the TEST PAGE
i have the domain xxxx.com and the subdomain myapp.xxxx.com and api.xxxx.com.... how add a reverse proxy to 192.168.1.101?
i have changed the apache for apache & Nginx... i have a xxxx.com domain working in a cwp... in what file add this?
server {
server_name myapp.mydomain.com;
location / {
proxy_pass http://192.168.1.101:3333;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
}
}
and
server {
server_name api.mydomain.com;
location / {
proxy_pass http://192.168.1.101:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
}
}
i added this code in same files and when enter a myapp.xxxx.com and api.xxxx.com only see the TEST PAGE
33
CWP API / Blesta Integration
« on: August 10, 2020, 10:52:36 PM »
someone tried the blesta integration that comes by default? I installed it but I can't get the accounts to be created when they "buy" the service.
34
DNS / Existential doubt
« on: August 02, 2020, 06:04:38 PM »
Hello, I comment the following situation ... in the city where I live that there is no service with Fixed IP ... it is all with Pseudo Dynamic IP (it changes every so long) ... I am now using my main domain ... www.dominiohost.com .... directed to ns1.centos-webpanel.com
ns2.centos-webpanel.com
and the accounts of my clients too ... but they must manually create their entries ... and when the IP of my server changes ... I have to change them in the FreeDNS ...
There is the possibility of doing something similar to this:
www.domainhost.com point them to
ns1.centos-webpanel.com
ns2.centos-webpanel.com
there create for example ns1.domainhost.com and ns2.domainhost.com
and that my clients put that in their registers ... so when my ip changes ... only I should change the ip in ns1.host domain.com and ns2.host domain.com and they should not do anything? and that the dns zones are updated from the CWP even if I have to do it manually?
Basically I want to use FreeDNS as a gateway to my servers, and have the rest take care of my server's CWP.
(NOTE: i have 4 or 5 webs and the idea is not to disturb the clients with the falls, even if they take a few minutes to be functional again.
)
ns2.centos-webpanel.com
and the accounts of my clients too ... but they must manually create their entries ... and when the IP of my server changes ... I have to change them in the FreeDNS ...
There is the possibility of doing something similar to this:
www.domainhost.com point them to
ns1.centos-webpanel.com
ns2.centos-webpanel.com
there create for example ns1.domainhost.com and ns2.domainhost.com
and that my clients put that in their registers ... so when my ip changes ... only I should change the ip in ns1.host domain.com and ns2.host domain.com and they should not do anything? and that the dns zones are updated from the CWP even if I have to do it manually?
Basically I want to use FreeDNS as a gateway to my servers, and have the rest take care of my server's CWP.
(NOTE: i have 4 or 5 webs and the idea is not to disturb the clients with the falls, even if they take a few minutes to be functional again.
)
35
Other / Forum Bug?
« on: June 24, 2020, 01:09:29 PM »
What happened? I should have registered again ... my account was deleted or was deleted?