QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1213|回复: 2

apache的虚拟目录里是不是不能再放虚拟目录了?

[复制链接]
发表于 2006-2-26 20:47:13 | 显示全部楼层 |阅读模式
[code:1]
Alias /ftproot "/home/ftproot/"
<Directory "/home/ftproot/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Alias /ftproot/music "/home/music/"
<Directory "/home/music/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
[/code:1]
然后重起apache,提示
[code:1]
[root@www conf.d]# /etc/init.d/httpd restart
停止 httpd:                                               [  确定  ]
启动 httpd:[Sun Feb 26 20:43:52 2006] [warn] The Alias directive in /etc/httpd/conf.d/myhttpd.conf at line 9 willever match because it overlaps an earlier Alias.
                                                           [  确定  ]
[/code:1]
发表于 2006-2-26 21:46:01 | 显示全部楼层

Re: apache的虚拟目录里是不是不能再放虚拟目录了?

[root@www conf.d]# /etc/init.d/httpd restart
停止 httpd:                                               [  确定  ]
启动 httpd:[Sun Feb 26 20:43:52 2006] [warn] The Alias directive in /etc/httpd/conf.d/myhttpd.conf at line 9 willever match because it overlaps an earlier Alias.
                                                           [  确定  ]

注意匹配顺序。

先定义 /ftproot/music, 再定义 /ftproot 就行了。
回复

使用道具 举报

 楼主| 发表于 2006-2-27 19:41:30 | 显示全部楼层
成了,多谢
不过用浏览器时,在/ftproot里看不到music目录阿
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 20:34 , Processed in 0.069488 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表