Apache Software Foundation配置多个services服务
Apache Software Foundation\Apache2.2\conf\httpd.conf
//第一个
Alias /ftp1 "E:/****/"
<Directory "e:/****/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
//第二个
Alias /ftp2 "d:/****/"
<Directory "d:/****/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
浙公网安备 33010602011771号