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.
Pages: [1] 2
1
Suggestions / posibility to restore backup via cli
« on: November 03, 2024, 09:24:52 AM »
It would be great to be able to use a script like in cPanel with restorepkg
with new backup CWP
with new backup CWP
2
New Modules / cloudflare module
« on: October 24, 2024, 07:56:38 AM »
Does anyone have any module to integrate Cloudflare in CWP user panel?
3
Aplications / 2fa not working
« on: October 14, 2024, 10:55:12 AM »
I have tested in two differents servers, and 2fa is not working.
Google QR is not loading
Does it work for you?
Google QR is not loading
Does it work for you?
4
How to / local environment to create themes
« on: September 18, 2024, 02:53:33 PM »
Hi,
How can I create a local environment to create/modify CWP themes?
Anyone know how use TWIG for this?
How can I create a local environment to create/modify CWP themes?
Anyone know how use TWIG for this?
5
Nginx / custom to block /whm
« on: September 07, 2023, 06:46:57 AM »
Hi,
I need to block domain.com/whm
¿How can I block this?
I need to block domain.com/whm
¿How can I block this?
6
CSF Firewall / unlock ip
« on: August 24, 2023, 11:10:29 AM »
Is there any option to unlock ips from other server via api?
Like in cPanel from https://server:2087/cgi/configserver/csf.cgi?action=kill&ip=XXX.XXX.
Or any option to be able unlock one ip from whmcs, or similar?
Like in cPanel from https://server:2087/cgi/configserver/csf.cgi?action=kill&ip=XXX.XXX.
Or any option to be able unlock one ip from whmcs, or similar?
7
CentOS-WebPanel Bugs / 2FA not working
« on: March 16, 2023, 12:51:01 PM »
Hi,
I am triying to use 2FA in user panel, but not working
Is there a bug?
does it work for you?
I am triying to use 2FA in user panel, but not working
Is there a bug?
does it work for you?
8
Backup / New backup restoration
« on: November 14, 2022, 03:56:16 PM »
Hi,
Is there any option to users are able to restore a backup generated from new backup tool?
i.e. not from admin panel but restore these backups from your user control panel
Thanks
Is there any option to users are able to restore a backup generated from new backup tool?
i.e. not from admin panel but restore these backups from your user control panel
Thanks
9
CWP API / language in new accounts created via api
« on: October 27, 2022, 09:51:17 AM »
Hi,
In option "Feature, themes, Languages" default language is spanish.
However, when i create a new account via api the account is created always with english
Any idea how to fix it?
In option "Feature, themes, Languages" default language is spanish.
However, when i create a new account via api the account is created always with english
Any idea how to fix it?
10
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?
11
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?
12
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?
13
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?
14
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
15
Softaculous / Softaculous icon missing
« on: November 21, 2021, 07:20:46 PM »
If I make changes in "Feature Manager" the Softcalous icon does not show
Any suggestions please?
Any suggestions please?
Pages: [1] 2