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

Pages: 1 2 3 [4] 5
46
CentOS-WebPanel Bugs / Error 500 and not CWP PRO
« on: December 23, 2020, 04:50:15 PM »
Hello, my server was working correctly until 1 hour ago ... all the pages throw error 500 and the CWP PRO appears in red.
"You are NOT running CWPpro, get it here!"

i run the  sh /scripts/update_cwp but... nothing... in the cwp pro panel appear my ip normal.

47
How to / WildCard SubDomain
« on: December 15, 2020, 03:20:52 PM »
Hello there! any have idea How to configure a wildcard Subdomain?

i making a platform multi tenant... and i need users enter shop1.domain.com or shop2.domain.com... and i dont need add a subdomain for any shop and refeer it to a main folder.

48
DNS / Re: CNAME run into default web page CWP
« on: October 29, 2020, 06:21:13 PM »
u don't need to add all strings...

yes:
Type: CNAME..... Name: (app) .... Destiny : domain2.com TTL 3600

no:
Type: CNAME..... Name: (app.domain1.com) .... Destiny : domain2.com TTL 3600

49
DNS / Re: CNAME run into default web page CWP
« on: October 26, 2020, 02:20:06 PM »
CNAME not assign an IP... CNAME assign an address..

BAD:
 # name  -  direction - time(ttl)
abc.mydomain.com - 123.456.789 - 3600

CORRECTLY
# name  -  direction - time(ttl)

 abc - def.mydomain.com - 3600

50
Suggestions / Re: Redirections for Users
« on: October 14, 2020, 03:45:56 PM »
yes can entry with ?module=redirect... but stay in processing...

y have apache & nginx maybe this is the problem?

51
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...

52
Nginx / Re: Aply Reverse proxy for other IP
« on: September 29, 2020, 03:53:35 PM »
Solved... it's very slow but... it's working. take much time to work.

53
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

54
Information / Re: Elasticsearch
« on: August 13, 2020, 09:32:01 PM »
Certainly appears that your powers of search/observation aren't great.  ::)
http://forum.centos-webpanel.com/index.php?topic=9426.msg32966

Hardly a priority, when so many other already included things are needing fixed/refined.

bad reading of the post, that post is still without answers.

 ::)

55
CWP API / Re: Blesta Integration
« on: August 11, 2020, 08:42:37 PM »
The ip is the same of server... i have the api linked to same ip.

the server is in DMZ to test.

in the Error Logs.

Code: [Select]

[Tue Aug 11 20:35:02.743052 2020] [proxy_fcgi:error] [pid 14144:tid 140307337287424] (70007)The timeout specified has expired: [client 162.158.195.137:48954] AH01075: Error dispatching request to : (polling) [Tue Aug 11 20:38:29.735085 2020] [proxy_fcgi:error] [pid 14144:tid 140307286931200] (70007)The timeout specified has expired: [client 162.158.195.139:22084] AH01075: Error dispatching request to : (polling) [Tue Aug 11 20:40:20.431047 2020] [proxy_fcgi:error] [pid 14144:tid 140307495520000] (70007)The timeout specified has expired: [client 162.158.195.139:21156] AH01075: Error dispatching request to : (polling), referer: https://katiahost.com/order/cart/index/vps



56
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.

57
DNS / Re: Existential doubt
« on: August 02, 2020, 06:39:17 PM »
i have a energy, generators... all... but... all ISP dont sell any more static ip... and the question is... if possible and how... until I can locate a static ip

58
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.
)

59
It would be great if would be any way to turn off the Hidden Processes - SECURITY ISSUE alert "Hide all processes if not owned by the user is NOT activated on your server, click <a title='Hidden Processes' href='index.php?module=security_UserProcess'>here</a> to enable it."
on the LXC container VPS.

I run several VPS and some of the is running on the LXC container and as it described on the page, the function, "Hide all processes if not owned by the user" may not work.

Some modules requires like security processes and cgroups needs own kernel for correct operation, LXC doesn't runs on own OS kernel.

But it would be very useful any possibility in CWP Pro to disable noneffective checking this security issue in this case - for LXC container.

What are 'u using to create a LXC Container?

60
Installation / Re: My server Is Worthy
« on: July 03, 2020, 02:25:21 PM »
Yep  ;)

Pages: 1 2 3 [4] 5