Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: Comenius on January 03, 2022, 03:43:28 PM

Title: How to stop cwpsrv from listening on port 443?
Post by: Comenius on January 03, 2022, 03:43:28 PM
I've checked /usr/local/cwpsrv/conf/cwpsrv.conf and port 443 is not listed.

Yet when I run netstat, I can see the service is actively listening on port 443.

Code: [Select]
$ netstat -tulpn | grep :443
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      14647/cwpsrv: maste

How can I disable cwpsrv from listening on port 443?