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]
46
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?

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

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

49
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

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

 ::)

51
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



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

53
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

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

55
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?

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

57
Installation / Re: help install
« on: July 03, 2020, 01:41:22 PM »
Hello.

Code: [Select]
yum clean all
yum install -y deltarpm
yum -y install epel-release
yum -y install ccache
yum -y update && yum -y upgrade
yum -y install wget

and.... continue

58
Installation / Re: LXC & CentOS Web Panel Installtion / Modification
« on: July 03, 2020, 01:32:31 PM »
Right, I just posted this in another LXC post ... I did a clean install and had no problem actually installed just to test everything to see if the CWP developers misstepped you into something new, but it even seemed to be all perfect

WTHF... this weird but...

im using a LXC with a
centos-7-default_20190926 template...
CWPpro version: 0.9.8.994... CWP
In a Proxmox 6.2... Server

working around 2 week, and work properly

ironically I never walk so well ... apparently the CWP guys got their batteries.

the only problem I had was with the php-fpm when I migrated a site from another server to test ... and it was because I had not yet installed the fpm ... but I installed them from the same panel ... and boilá

Now i have all php versions installed and tested.

59
Installation / Re: LXC php-fpm
« on: July 03, 2020, 01:28:10 PM »
WTHF... this weird but...

im using a LXC with a
centos-7-default_20190926 template...
CWPpro version: 0.9.8.994... CWP
In a Proxmox 6.2... Server

working around 2 week, and work properly

ironically I never walk so well ... apparently the CWP guys got their batteries.

the only problem I had was with the php-fpm when I migrated a site from another server to test ... and it was because I had not yet installed the fpm ... but I installed them from the same panel ... and boilá

Now i have all php versions installed and tested.

60
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?

Pages: 1 2 3 [4]