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

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

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

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

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

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

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

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

24
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

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

26
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 04, 2022, 03:01:24 PM »
Hi, I did everything as the poster did & previously, I did similar setup & migrated many servers. Today not able to do cwp to cwp migration. I got same your as you get. Can anyone confirm is it bugs or it's my end issue?

CWPpro version: 0.9.8.1142

27
PostgreSQL / Re: Your PHP installation does not support PostgreSQ
« on: July 26, 2022, 07:33:36 AM »
Hi, none of the answer working now a days! Because in 2022 today the panel php setting up system has been changed. When I try switch php there have only on/off php extension not possible to write anything with default php. I already enabled pgsql extension while complied but still seeing that odd message " "Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.""

How to overcome this situation, does anyone know it?

28
This is actually one of the first questions I had when joining this forum for the first time.
https://forum.centos-webpanel.com/index.php?topic=11602.msg39624#msg39624

So, it should be included in your notes to remove the "any" account after installing a new server.

I already replied it about how to solved it. Thanks for your reply, at least someone replied me.

29
Hi, I got the solution. Some how in my phpmyadmin "User accounts" section added a entry like: Any -->localhost--->yes--->usage--->No, So this entry means anyone can login to main localhost if anyone have a authorized user id & password. So, solution is just remove that user from the table. That's all. Hope it will help any one else. Today full night is gone to investigate this issue.

30
Hi, recently I notice by one of my users that any users of my cwp servers can see all phpmyadmin database and can do any operation with any database which one actually he is not the owner. I tried several things, like: fixing all account permission, reinstall mariadb, change mysql password, rebuild the server, rebooting the server but nothing is working. It's affected only 1 of my VPS server that are running under KVM. Does anyone know the causes & if you know the solutions then kindly reply here quickly, I am in big trouble. Thanks.

Pages: 1 [2] 3 4