ini vhost.conf

Posted

tags:

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

<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    ServerName yourproject.loc
    DocumentRoot /home/yourname/Sites/projectname/

    <Directory />
        Options FollowSymLinks
        AllowOverride All
    </Directory>
    <Directory /home/yourname/Sites/projectname/ >
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride All
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        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>

以上是关于ini vhost.conf的主要内容,如果未能解决你的问题,请参考以下文章

Plesk:通过 vhost_ssl.conf 覆盖 httpd.conf SSLCertificateFile?

Apache虚拟机vhost.conf详细配置

用于 ? (特殊字符)在 httpd-vhost.conf 的服务器名中

如何配置 apache-vhost.conf 文件以从 Java 获取会话值

mac中httpd-vhost.conf在哪

普莱斯克vhost.conf文件用于将httpdocs符号链接到另一个域