停止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了

posted @ 2009-05-17 03:18  Andy  阅读(517)  评论(0编辑  收藏  举报