機器轉譯配置入門

如果要讓 IBM HTTP Server 能夠在執行中隨時轉譯網頁.... 您必須完成兩項作業:

  1. 起始 MT Server
  2. 配置 MT

起始 MT Server

在配置 IBM HTTP Server 中的 MT 功能之前,請先啟動 MT 伺服器:

平台 指令
AIX /usr/lpp/mt/MTserver /usr/lpp/mt 5001 1
Linux 及 Solaris /opt/IBMmt/MTserver /opt/IBMmt/ 5001 1
Windows NT 進入 C:\Program Files\IBM HTTP Server\Mt

在 IBM HTTP Server 上配置 MT 功能

啟動 MT 伺服器之後,請配置 IBM HTTP Server 中的 MT 功能:
  1. 使用 IBMMachineTranslation[ON/OFF] 來配置 IBM HTTP Server 以執行 MT 功能。
  2. 使用 IBMMachineTranslationOptions 來設定要套用在此範圍的語音規則。

    例如:
    <Directory /path/to/as400/info>
    IBMMachineTranslationOptions "*subject=as400"
    </Directory>

  3. 使用 IBMMachineTranslationMachine machine.raleigh.ibm.com 來設定要執行 MT 伺服器的主電腦名稱。

    預設值: name.of.machine.com

  4. 使用 IBMMachineTranslationMachinePort 5001 來設定要執行 MT 伺服器的埠。

    預設埠: 5001

相關資訊

機器轉譯
機器轉譯指引