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]
1
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?
2
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?
3
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?
4
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
5
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?
6
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?
7
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?
8
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?
9
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?
10
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
11
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?
12
E-Mail / horde webmail
« on: November 28, 2020, 08:55:22 AM »
Hi,
Is it possible to install Horde webmail in CWP?
Thanks
Is it possible to install Horde webmail in CWP?
Thanks
13
Backup / Restore backup
« on: November 28, 2019, 08:05:35 PM »
is there any option to restore a backup generated from CWP?
If the only option is manually... is very, very sad
In my opinion this is main problem of CWP. If CWP had a sell script to restore the backups like cPanel it would be great
If the only option is manually... is very, very sad

In my opinion this is main problem of CWP. If CWP had a sell script to restore the backups like cPanel it would be great
14
CentOS-WebPanel Bugs / dns editor not working
« on: November 22, 2019, 09:09:19 AM »
When I try to modify a dns record in CPW.User > DNS Functions > DNS Zone Editor
Select the domain > Add type record
The screen is shaded but I can't access to modify or create a new record?
Any idea? Could anyone assist here?
Select the domain > Add type record
The screen is shaded but I can't access to modify or create a new record?
Any idea? Could anyone assist here?
Pages: [1]