ini Apache虚拟主机模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini Apache虚拟主机模板相关的知识,希望对你有一定的参考价值。

## ServerName should have the same value as the URL in the hosts file.
## Assuming XAMPP is utilizing port 80...
## No need for a trailing slash on DocumentRoot or <Directory "">
## Unsure if forward slash or backward slash makes a difference...

## <Site name> ##
<VirtualHost *:80>
    DocumentRoot "C:\Users\PATH\TO\SITE"
    ServerName site-name.tld
    <Directory "C:\Users\PATH\TO\SITE">
		Options FollowSymLinks
		AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

以上是关于ini Apache虚拟主机模板的主要内容,如果未能解决你的问题,请参考以下文章

ini Apache站点配置模板

ini Apache虚拟主机

ini 虚拟主机apache magento2

ini Apache的主机配置

ini 在Jessie上设置新的虚拟主机:https://www.linode.com/docs/websites/apache/apache-web-server-debian-8

ini 配置Apache虚拟主机和PHP使用; http://stackoverflow.com/questions/9110179/adding-virtualhost-fails-access-f