+ -
当前位置:首页 → 问答吧 → apache(win2003)下如何让局域网映射盘Alias到指定目录下?

apache(win2003)下如何让局域网映射盘Alias到指定目录下?

时间:2010-11-22

来源:互联网

1、win2003下安装XAMPP
2、httpd.conf下可以Alias本地磁盘目录
  Alias /icons "D:/icons"
<Directory "D:/icons">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>

3、httpd.conf下测试网络磁盘(x:为另外一台服务器上的共享文件夹,X:为网路映射磁盘),apache无法启动?
  Alias /product "X:/"
<Directory "X:/">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>




作者: fenggu_xt   发布时间: 2010-11-22

没有人在吗?

作者: fenggu_xt   发布时间: 2010-11-22

热门下载

更多