apace搭建站点

Listen 127.0.0.1:3310
<VirtualHost *:3306>
ServerName 127.0.0.1:3306
DocumentRoot "F:/BaiduYunDownload/pigcms/pigcms7.1/"
<Directory "F:/BaiduYunDownload/pigcms/pigcms7.1/">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.php index.Html index.html
</Directory>
</VirtualHost>

原文地址:https://www.cnblogs.com/laogao/p/4243324.html