标签:lin dex grant rect 访问 server options direct err
<VirtualHost *:8080>
ServerName localhost
ServerAlias localhost
DocumentRoot D:\wamp\www\Auth_Demo\public
<Directory "D:\wamp\www\Auth_Demo\public/">
Require all granted
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
允许手机或局域网内的访问本地电脑apache
标签:lin dex grant rect 访问 server options direct err
原文地址:http://www.cnblogs.com/swocn/p/7355485.html