檢視次數:

關閉SPLX 3.0網頁主控台的HTTP連線:

  1. 在 SPLX 3.0 伺服器上開啟終端機。
  2. 使用 "VI" 指令開啟 splxhttpd.conf 設定檔:

    vi /opt/TrendMicro/SProtectLinux/SPLX.httpd/conf/splxhttpd.conf

  3. 搜尋 "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>
    --------------

  4. 將其更改為:

    --------------
    # 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>
    --------------
  5. 編輯後儲存,並退出Vi模式:"wq"
  6. 重新啟動 splxhttpd 服務:

    /etc/init.d/splxhttpd restart