lomg 发表于 2016-12-31 06:24:11

apache 多目录

  Alias   /pototype   "/opt/pototype"
<Directory /opt/pototype>
    Options FollowSymLinks
    AllowOverride None
</Directory>
  Alias   /html   "/opt/html"
<Directory /opt/html>
    Options FollowSymLinks
    AllowOverride None
</Directory>
页: [1]
查看完整版本: apache 多目录