apache 配置ip + 端口
NameVirtualHost *:8080
<VirtualHost *:8080>
ServerName localhost
ServerAlias localhosts
DocumentRoot D:/development/www/Child
</VirtualHost>
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
NameVirtualHost *:8080
<VirtualHost *:8080>
ServerName localhost
ServerAlias localhosts
DocumentRoot D:/development/www/Child
</VirtualHost>
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭