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

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

3
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!

4
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

5
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!!

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

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

8
CentOS-WebPanel Bugs / Re: File upload limit
« on: March 03, 2023, 10:18:10 AM »
Check user end PHP.INI value. The user may be have own custom value. You need to increase that value to higher.

9
CentOS-WebPanel Bugs / Re: Problem with SSL
« on: March 03, 2023, 10:16:51 AM »
Hi, never seen this issue before. However, you can try to install SSL from user panel if cwp admin don't show the domain list.

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

Hi, already release new version 0.9.8.1151 but same issue still exit!

11
PHP / When PHP 8.2 will be available?
« on: February 28, 2023, 05:31:09 PM »
Hi, guys! Is there any timeframe about when PHP 8.2 will be available with CWP/CWP Pro for PHP Switcher, PHP Selector & PHP-FPM Selector? I can see others panel already make it available for users. Thanks.

12
CentOS-WebPanel Bugs / Re: Mongo DB wrong linkup from user panel home page
« on: February 13, 2023, 03:28:57 AM »
Thank you for your report, this has already been corrected and will be available in our next version.

Thank you for the update news!

13
CentOS-WebPanel Bugs / Mongo DB wrong linkup from user panel home page
« on: February 10, 2023, 09:43:05 AM »
Hi, why "Mongo db" goes to "Node.JS Apps" link while I clicked it from user panel home page? However, from left menubar it's working fine. I think it's a bug & developer need to fix it.

14
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 17, 2022, 09:24:18 PM »
@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

15
Aplications / Re: CWP - BoxBilling
« on: August 17, 2022, 08:51:03 PM »
Try this one: https://github.com/yokowasis/boxbilling-cwp
Don't see any official version for boxbilling.

Pages: [1] 2 3