日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

停止FMS3.5的Apache服务

發布時間:2025/3/14 编程问答 22 豆豆
生活随笔 收集整理的這篇文章主要介紹了 停止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服务的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。