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

Pages: [1]
1
Updates / Re: How can update PHP for cwpsrv
« on: December 25, 2023, 01:31:04 PM »
Facing an Issue when upgrading from PHP-FPM 8.2.11 to 8.2.13 OR Installing 8.3 with CWP PRO on Almalinux 8.9. Kindly suggest if anyone else also faces same issues in regular updates. What can be the solution to this? Thanks in Advance.

2
Other / Re: node js 18 NOT FOUND. but already install it.
« on: October 22, 2023, 03:32:23 PM »
you need to copy the path and then need to execute the commands like:

/opt/nvm/versions/node/v14.21.3/bin/node -v
/opt/nvm/versions/node/v16.20.2/bin/node -v
/opt/nvm/versions/node/v17.9.1/bin/node -v

But facing the same issues in the latest versions v18, 19 and 20 of missing libraries or files

3
How to / Re: how to secure CentOS server using CWP features
« on: March 14, 2023, 07:32:09 PM »
My TCP IN and TCP OUT are changining automatically

Defaults are:
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2030,2031"
# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,2030,2031"

If i reboot server it changes them to
TCP
IN: 1:65535
OUT: 1:65535
UDP
IN: 1:65535
OUT: 1:65535

My this vps is on NVMe as on my VPS with SSD i am not facing this issue.

Pages: [1]