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

Pages: [1] 2 3 4
1
Updates / Re: Remove File Issue After Update to Latest Version
« on: July 31, 2025, 07:25:21 PM »
I think this issue almost fixed with V: 0.9.8.1210, but I found only ".trash" folder "Empty" button does not work at all. It's not doing anything, even in same .trash folder the above "Delete" button not working, however .trash folder can be empty If i do right click & hit delete.

2
It did come out of nowhere.

Every cPanel and CWP, to mention a few use it.

csf is NOT anti-virus, that is handled by ClamAV.
So there is no need for any other anti-virus like imunifyAV, etc.

csf also hasn't been 'forked', that is an add-on to csf.

There is FirewallD and fail2ban as options.

but with our CWP, CSF is coming as default. So, it's time to changed it to FirewallD+Fail2ban with a GUI. Also, we were using CXS as antivirus. Because ClamAV does not have better option to cleanup infected file. From admin panel we can only scan for infected file but there have no option to cleanup or remove the files. So, need a solution of it as well.

3
Hello, anyone notice this yet "Way to the Web Ltd and Configserver.com will be closing down permanently on 31 August 2025." As we are using CSF as firewall & CXS as antivirus, what will be our next choice? I think we need support of imunifyAV, AV+, 360 & cPGuard as well. What are you thinking? More details here: https://configserver.com/announcement/

4
Aplications / Re: 2fa not working
« on: March 09, 2025, 07:34:19 PM »
Any update regarding the issue? Still, it's not fixed for us as I can see!

5
CentOS-WebPanel Bugs / Re: Wrong permission for folders or files
« on: January 31, 2025, 09:41:12 PM »
I simply using CWP user panel "file manager" to upload & extract any zip files & got that issue.

6
CentOS-WebPanel Bugs / Wrong permission for folders or files
« on: January 30, 2025, 10:59:03 PM »
Hello, recently I notice wrong folders or files permissions with latest CWP V: 0.9.8.1190, Before I was not notice this with any others version. If I upload & extract any zip files to cwp user panel, then all folder permission become 777 & all files permission become 666. And each time I need to fix it by click "Fix Permissions" button from CWP User panel. Anyone facing this issue except me? Is it any bug or any problem with my setup?

7
Hi, this issue has been resolved after the updated version of CWPpro version: 0.9.8.1186. So, if anyone have similar issue then kindly update to the latest version. Thanks.

8
Hello, last few days I notice no user able to login user panel: 2083, after creating a new hosting account via API or manually form CWP admin. But login working if reset/change the password from CWP admin after account creation. I think it's a bug & need to fix immediately, because once client get the login details after his/her order & payment, they are not able to login & start complaining & reputation become lower as well.

CWPpro version: 0.9.8.1185

9
Hi, I found once I configured my master server with Slave DNS server there have no way to disconnect it. Yeah, I know I can type wrong information in API/Secret/URL section but that's not a solutions. If anyone know where this data stored, kindly share it that why I can disconnect one of my server from my Slave DNS. Thanks.

10
DNS / Re: DNS manager GUI not working
« on: May 29, 2023, 12:36:21 AM »
Also, by looking at Apache error log i see:

PHP Fatal error:  <br>The encoded file <b>/home/slave/public_html/index.php</b> has expired. in Unknown on line 0

Any idea?

Hi, you need to use PHP-CGI version not PHP-FPM. So, some how your domain PHP version changed to PHP-FPM & it's stop working. Use PHP-CGI with PHP 5.6 or 7.0 not more above version. Thanks.

11
CentOS-WebPanel Bugs / Re: Cronjob not added from user panel
« on: May 21, 2023, 04:12:10 AM »
It's not actually a make-or-break feature for me, as most end users don't know what a cron job is! I prefer it be kept to the admin side with root access. I'm always glad to set up cron jobs if necessary for users who ask me for support -- and that way I can vet the task and make sure it is necessary and runs most efficiently, rather than needlessly often or with resource intensive tasks running at bad times of day. I'm remembering back to my cPanel days when user cronjobs were decidedly NOT a panacea!

Hi, what kind of thinking it is? Just image you have 500+ users & most of them needed this cronjob add/delete for different purpose then what you will do? We have lot's of others task rather than add/delete users cronjob from admin panel. Cronjob a regular hosting feature & most of the client need to use it for different purpose. So, we need to make sure it's working fine from user panel. Good news is that it's already has been fixed with the next update. Thanks, CWP team!

12
CentOS-WebPanel Bugs / Cronjob not added from user panel
« on: May 11, 2023, 08:49:31 PM »
Hi,
Today I found that adding new cronjob entry from CWP Pro user panel no more possible after latest update: CWPpro version: 0.9.8.1155 .

Only possible & working if i added same entry from CWP admin panel as a root user. Kindly fix the issue as soon as possible. It's not only my issue, because I got same results with all of my CWP server.

Thanks

13
Thank you for your report, this has already been corrected and will be available in our next version.

Hi, several updates already applied but this issue still not fixed!!

14
Updates / Re: Upgrade Nginx
« on: April 01, 2023, 10:40:04 PM »
Sandeep has a tutorial here:
https://www.uxlinux.com/update-nginx-to-latest-official-version-in-centos-8-el8-cwp/

Also consider hardening Nginx with the instructions here:
https://www.awsmonster.com/2019/09/how-to-secureharden-cwp-nginx-server.html

Thanks for quick reply, but I did it in a different way for my all server & found all of them working fine. I followed few tutorials from google & combine them:

Update CWP Nginx to latest stable version:

1. Go to CWP admin ---> Server Settings--->Yum Manager--->nginx.repo & replace with below code & save:

[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true

[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true

2. Login as root via SSH & run below code:

yum update -y

3. Now you can give Nginx a restart, if don't found any error then you are & you can check your Nginx
version by below command:
nginx -v

4. If you found error while restarting Nginx then rebuild CWP Web Servers with Nginx & it's done, no error anymore, this
time CWP will build webserver with latest Nginx version.

15
Updates / Re: Upgrade Nginx
« on: April 01, 2023, 08:40:30 PM »
Hi, you can update nginx manually.
Apache must be update via CWP only.

How to do it? I mean how can update NGINX manually for CWP Pro?

Pages: [1] 2 3 4