**Apache/mod_alias [#gd53fcb2]

Windowsマシン上のApacheの場合、「管理ツール」-「サービス」からApacheのプロパティの「ログオン」タグ内のアカウントを設定する。

設定するアカウントは別サーバへのログオン権限のあるユーザ

http.conf
>
    Alias /example/ "//192.168.24.51/example/"
    <Directory "//192.168.24.51/example">
	Options FollowSymLinks Indexes MultiViews
	AllowOverride All
	Order allow,deny
	Allow from all
    </Directory>
>

[[Apache]]


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS