03/06/03 15:28 I3lhMM9Y.net
NT4+SP3 で apache 使ってるんですが、他の PC の共有ディレクトリを
apache に認識させる方法ってありますか?
Alias /hogehoe/ "//share_name/dir/"
<Directory "//share_name/dir">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
↑こんな感じで、
クライアント(ブラウザ)から、
URLリンク(saba)
ってやるとディレクトリとかファイルにアクセスさせたいんですが…。