ini apache2的虚hosting.conf

Posted

tags:

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

<VirtualHost *:80>

        ServerAdmin seu_email@email.com.br
        DocumentRoot /var/www/html/diretorio_do_projeto

        ServerName  nome_do_projeto.local
        ServerAlias  www.nome_do_projeto.local

        <Directory /var/www/html/lemos>
                AllowOverride all
                Options Indexes FollowSymLinks MultiViews
                Order allow,deny
                Allow from all
                Require all granted
        </Directory>
        # ou
        <Directory /var/www/html/diretorio_do_projeto>
                # Options FollowSymLinks
                # AllowOverride None
                # Require all denied
                Options Indexes FollowSymLinks Includes ExecCGI MultiViews
                AllowOverride All
                Require all granted
        </Directory>


        ErrorLog ${APACHE_LOG_DIR}/evsdesucesso-error.log
        CustomLog ${APACHE_LOG_DIR}/evsdesucesso-access.log combined

</VirtualHost>

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

ini /etc/apache2/sites-available/000-default.conf

ini 使用file2ban(apache2 / httpd)防止Wordpress pingback攻击

我需要在文件“/etc/php5/apache2/php.ini”中更改哪些内容以显示错误、警告、异常?我应该如何保存我所做的更改?

sh iseng bikin安装程序untuk 3 halaman html / mini site note instalasi ini work di debian deriv apache2

debian下的apache2的配置文件apache2.conf缺失语句?

ini 用于cas的apache2.conf用于映射在/ cas / v1上的restlet crap的位置过滤器,因此对restlet的请求被限制为IPv4 11.22.33.44