<VirtualHost *:8081>
ServerAdmin
[email protected] DocumentRoot "${SRVROOT}/htdocs/wechat"
ServerName gongzhonghao.tcgames.vip
ErrorLog "logs/gongzhonghao.log"
CustomLog "logs/gongzhonghao.log" common
<Directory "${SRVROOT}/htdocs/wechat">
Options -Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>