停止FMS3.5的Apache服务
裝備了FMS3.5的Apache后,80端口被占用了。
在服務中關閉了fmshttpd服務后,發現還是無法使用。
查了80端口的占用程序,是FMSEdge,看來還得關閉FMS服務 -_-!!!
開始求助文檔:
http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WSE2A5A7B9-E118-496f-92F9-E295038DB7DB.html#WS850F7C75-11EB-4893-ACE1-B14A1D964D8E
內容如下:
Enable Apache
When you install Flash Media Server and choose to install Apache, it is enabled by default. To manually enable Apache, edit the fms.ini and Adaptor.xml files.
Open the fms.ini file in a text editor.
Add port 80 to the ADAPTOR.HOSTPORT tag.
ADAPTOR.HOSTPORT = :1935, 80
To start and stop Apache when Flash Media Server starts and stops, set the SERVER.HTTPD_ENABLED parameter to true:
SERVER.HTTPD_ENABLED = true
Open the Adaptor.xml configuration file in a text editor.
If you have multiple adaptors, open the file for the adaptor you want to configure. The default Adaptor.xml file is located in the RootInstall\conf\_defaultRoot_ folder.
Set the enable attribute of the HttpProxy tag to "true", as in the following:
<HttpProxy enable="true" maxbuf="16384">
??? <Host port="80">${HTTPPROXY.HOST}</Host>
</HttpProxy>
Set the value of the HTTPPROXY.HOST variable in the RootInstall/conf/fms.ini file. You can also remove the variable and set the value directly in the Host tag.
Save and validate the Adaptor.xml file.
Restart the server.
將SERVER.HTTPD_ENABLED設置為false,ADAPTOR.HOSTPORT = :1935, 80中的80去掉,重啟FMS服務,OK了
轉載于:https://www.cnblogs.com/AndySong/archive/2009/05/17/1458586.html
總結
以上是生活随笔為你收集整理的停止FMS3.5的Apache服务的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CSDN博客 专用备份工具
- 下一篇: Discuz!NT 模板机制分析(转)