關閉SPLX 3.0網頁主控台的HTTP連線:
- 在 SPLX 3.0 伺服器上開啟終端機。
- 使用 "VI" 指令開啟 splxhttpd.conf 設定檔:
vi /opt/TrendMicro/SProtectLinux/SPLX.httpd/conf/splxhttpd.conf
- 搜尋 "14942" 字串,搜尋結果類似以下訊息:
--------------
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 14942
##
## SSL Support
##
## When we also provide SSL we have to listen to the
## standard HTTP port (see above) and to the HTTPS port
##
###<IfDefine SSL>
Listen 14942
Listen 14943
###</IfDefine>
-------------- - 將其更改為:
--------------
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 14943##
## SSL Support
##
## When we also provide SSL we have to listen to the
## standard HTTP port (see above) and to the HTTPS port
##
###<IfDefine SSL>
#Listen 14942
Listen 14943
###</IfDefine>
-------------- - 編輯後儲存,並退出Vi模式:"wq"
- 重新啟動 splxhttpd 服務:
/etc/init.d/splxhttpd restart