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
CentOS 7 Problems / Re: disk space usage wrong
« on: October 25, 2022, 08:08:35 AM »
umm
i am using CWPpro version: 0.9.8.1146
Now, i have created a new account and seems disk space correct...
i am using CWPpro version: 0.9.8.1146
Now, i have created a new account and seems disk space correct...
32
CentOS 7 Problems / disk space usage wrong
« on: October 25, 2022, 05:18:29 AM »
Hi,
Quotas in my vps seems ok.
However, when I create a new account disk space is wrong.
https://ibb.co/NZyfS2g
And in CWPpro.user panel:
https://ibb.co/dpHGYcj
https://ibb.co/bmNSJXH
Any idea?
Quotas in my vps seems ok.
However, when I create a new account disk space is wrong.
https://ibb.co/NZyfS2g
And in CWPpro.user panel:
https://ibb.co/dpHGYcj
https://ibb.co/bmNSJXH
Any idea?
33
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 25, 2022, 10:27:16 AM »@enginama, few days ago I contacted with support & they confirm it's a bug & they will release a fixing with next update. current bug included version is: 0.9.8.1142
any update about your support ticket?
I am trying to conect ClientExec and I think the issue is the same
34
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 23, 2022, 09:58:05 AM »On further investigation, I started going through all logs to find something on source server.
In 'secure' log (look in CWP-Log viewer under General-Secure).
I see that the root password is failing ... checked the password multiple times and its right.
Can others confirm that their problem looks to be the same?
Yes, same
Aug 23 11:55:50 s01 sshd[1343]: Failed password for root from xxxx port 58130 ssh2
Aug 23 11:55:50 s01 sshd[1343]: Failed password for root from xxxport 58130 ssh2
Aug 23 11:55:50 s01 sshd[1343]: Connection closed by xxx port 58130 [preauth]
My ssh port is 2222. I think the problem seems ssh port
35
CWP API / Client Exec
« on: August 22, 2022, 04:01:26 PM »
I am trying to use Client Exec with CWP.
But I have a problem related to testing API conection
In account_transfer log:
2022-08-22 11:05:09 export SSHPASS=**********;/usr/bin/sshpass -e ssh-copy-id "-p 22" root@xxxx-o StrictHostKeyChecking=no 2>&1
2022-08-22 11:05:09 /usr/bin/ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@xxx test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
2022-08-22 11:05:09 false
any idea?
But I have a problem related to testing API conection

In account_transfer log:
2022-08-22 11:05:09 export SSHPASS=**********;/usr/bin/sshpass -e ssh-copy-id "-p 22" root@xxxx-o StrictHostKeyChecking=no 2>&1
2022-08-22 11:05:09 /usr/bin/ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@xxx test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
2022-08-22 11:05:09 false
any idea?
36
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 22, 2022, 02:38:22 PM »
still not working

37
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 18, 2022, 09:19:54 AM »
I have same problem
cwp-cwp tool migration is not working

cwp-cwp tool migration is not working
38
Nginx / i am trying to install brotli module
« on: April 30, 2022, 05:40:37 PM »
hello,
I try installing brotli as per instructions here: https://wiki.centos-webpanel.com/enabling-brotli-compression-on-nginx
however
Apr 30 19:28:57 hostname nginx[11905]: nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7
[root@s01 modules]# head /etc/nginx/nginx.conf
user nobody;
worker_processes auto;
#worker_rlimit_nofile 65535;
error_log /var/log/nginx/error.log crit;
pid /var/run/nginx.pid;
load_module "modules/ngx_http_brotli_filter_module.so";
load_module "modules/ngx_http_brotli_static_module.so";
[root@s01 modules]# ls -liah /etc/nginx/modules/
total 28K
79792935 drwxr-xr-x 2 root root 86 Apr 30 19:14 .
75501142 drwxr-xr-x 3 root root 21 Apr 30 17:32 ..
79785643 -rw-r--r-- 1 root root 16K Apr 28 2019 ngx_http_brotli_filter_module.so
79785644 -rw-r--r-- 1 root root 12K Apr 28 2019 ngx_http_brotli_static_module.so
[root@s01 modules]# nginx -v
nginx version: nginx/1.20.2
any idea?
I try installing brotli as per instructions here: https://wiki.centos-webpanel.com/enabling-brotli-compression-on-nginx
however
Apr 30 19:28:57 hostname nginx[11905]: nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7
[root@s01 modules]# head /etc/nginx/nginx.conf
user nobody;
worker_processes auto;
#worker_rlimit_nofile 65535;
error_log /var/log/nginx/error.log crit;
pid /var/run/nginx.pid;
load_module "modules/ngx_http_brotli_filter_module.so";
load_module "modules/ngx_http_brotli_static_module.so";
[root@s01 modules]# ls -liah /etc/nginx/modules/
total 28K
79792935 drwxr-xr-x 2 root root 86 Apr 30 19:14 .
75501142 drwxr-xr-x 3 root root 21 Apr 30 17:32 ..
79785643 -rw-r--r-- 1 root root 16K Apr 28 2019 ngx_http_brotli_filter_module.so
79785644 -rw-r--r-- 1 root root 12K Apr 28 2019 ngx_http_brotli_static_module.so
[root@s01 modules]# nginx -v
nginx version: nginx/1.20.2
any idea?
39
CentOS-WebPanel Bugs / Re: Custom Features doesn't appear
« on: April 18, 2022, 08:51:49 AM »
Do custom packages and feature manager work for you?
40
CentOS-WebPanel Bugs / Custom Features doesn't appear
« on: April 03, 2022, 02:53:40 PM »
Hello,
I am trying to configure custom features to certain package.
However doesn't appear custom features in accounts with that package.
Features option in cwp is working?
I am trying to configure custom features to certain package.
However doesn't appear custom features in accounts with that package.
Features option in cwp is working?
41
Mod_Security / Re: modsec not working
« on: December 03, 2021, 04:51:11 PM »
I just realized that the problem is only in the test on CWP
Acording to logs Modsec is working
However, is test on panel cwp fail
Acording to logs Modsec is working

However, is test on panel cwp fail
42
Mod_Security / Re: modsec not working
« on: November 28, 2021, 03:51:58 PM »
modsec is installed but not working.
i think i have some problem in apache, but I do not know what could be
thanks!
i think i have some problem in apache, but I do not know what could be
thanks!
43
Mod_Security / modsec not working
« on: November 27, 2021, 09:07:25 PM »
i am incapable to make it work modsec 
i am trying to change webserver to apache only, nginx-apache, rebuild apache, rebuild vhost etc
CWPpro version: 0.9.8.1103

i am trying to change webserver to apache only, nginx-apache, rebuild apache, rebuild vhost etc
CWPpro version: 0.9.8.1103
44
Information / Re: File Manager & Softaculous not showing at User Panel with Version: 0.9.8.1101
« on: November 23, 2021, 03:25:32 PM »
yes!, i was checking wrong
I have same problem that you.
I have same problem that you.
45
Information / Re: File Manager & Softaculous not showing at User Panel with Version: 0.9.8.1101
« on: November 23, 2021, 10:44:45 AM »
softacolous icon stiil does not showing for me
