<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
时间: 2024-11-12 10:55:01