`

apache虚拟主机配置

阅读更多

<VirtualHost *:80>
ServerName localhost
DocumentRoot "********"
<Directory "********">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
</Directory>
</VirtualHost>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics