[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]
[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.
[ 确定 ]