
1 tuding Oct 24, 2017 应该是在<VirtualHost>里面配置. |
2 scxiaoxu OP 是的,但是我现在在 vhost 里面配置了没用,这个是我现在配置的 |
3 scxiaoxu OP <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> |