text Apache 2基本虚拟主机模板

Posted

tags:

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

<VirtualHost template.url:80>

    ServerAdmin template.email
    ServerName template.url
    DocumentRoot template.webroot

    <Directory "template.webroot" >
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

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

apache主配置文件模板和基于域名虚拟主机配置文件模板

apache主配置文件模板和基于域名虚拟主机配置文件模板

ini Apache虚拟主机模板

text Apache的虚拟主机

使用java Apache poi 根据word模板生成word报表

text 创建apache2虚拟主机的脚本#bash #linux #apache #wsl #host #vhost