誰かが私を助けることができるかもしれません。Windows 7 PC で FMS 4.5.5 を使用しています。
FMS 4.5.5 にサーバー管理者を追加できましたが、仮想ホスト管理者を追加しようとすると、FMS 管理コンソールに入れられません。
サーバー管理者の資格情報 () を使用してサーバーに ping を実行しようとすると、次のように返されます。
状態
NetConnection.Call.Success
2013/11/8 10:55:08 午前
しかし、すでに作成されているvhost 管理者資格情報 ( http://www.host311.com:1111/admin/ping?auser=host311&apswd=password12 ) を使用している場合、このエラーが発生します。
エラー
NetConnection.Connect.Rejected
管理者ユーザーには、有効なユーザー名とパスワードが必要です。
2013/11/8 10:57:26 午前
Application.xml および Vhost.xml は、...\Flash Media Server 4.5\conf_defaultRoot__defaultVHost_\ から取得されています。
それに応じて Vhost.xml が変更されました。(正しいディレクトリを選択しています)
Users.xml ファイルは ...\Flash Media Server 4.5\conf\ から取得され、適切なユーザーがファイルに追加されています。
<!-- This tag defines an administrator for the server. -->
<User name="host311">
<!-- Password for this vhost administrator. -->
<Password encrypt="false">password12</Password>
<!-- This admin can only connect to the server from the specified -->
<!-- hosts. This is specified as a comma delimited list of -->
<!-- hostnames or domain names, and/or (full or partial) IP -->
<!-- addresses. For example, -->
<!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60" -->
<Allow></Allow>
<!-- This admin cannot connect to the server from any of the -->
<!-- specified hosts. This is specified as a comma delimited list -->
<!-- of hostnames or domain names, and/or (full or partial) IP -->
<!-- addresses. For example, -->
<!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60" -->
<Deny></Deny>
<!-- Specifies the order in which to evaluate the <Allow> and -->
<!-- <Deny> tags. This can be "Allow,Deny" or "Deny,Allow". The -->
<!-- default is "Deny,Allow" which means that access is allowed -->
<!-- unless specified in <Deny> and not specified in <Allow>. -->
<Order>Allow,Deny</Order>
</User>
</UserList>
仮想ホスト管理者を追加する可能性はもうないかもしれません
お知らせ下さい。
前もって感謝します。