I change my directive <Directory>, but not work again.

<VirtualHost *:80>
    ServerAdmin webmas...@openlabtec.com
    DocumentRoot /var/www/www.portal.oduvaldocozzi.intranet
    ServerName portal.oduvaldocozzi.intranet
        <Directory /var/www/www.portal.oduvaldocozzi.intranet>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
                DirectoryIndex index.php index.html
        </Directory>

    ErrorLog "logs/portal-error_log"
    CustomLog "logs/portal-access_log" common
</VirtualHost>


2015-01-20 14:32 GMT-02:00 Eric Covener <cove...@gmail.com>:

> On Tue, Jan 20, 2015 at 11:06 AM, Rodrigo Cunha
> <rodrigo.root...@gmail.com> wrote:
> >         <Directory /var/www/>
> >                 Options Indexes FollowSymLinks MultiViews
> >                 AllowOverride None
> >                 Order allow,deny
> >                 allow from all
> >                 DirectoryIndex index.php index.html
> >         </Directory>
> >
> >     ErrorLog      "logs/portal-error_log"
>
> Was your error in the expected log?  Could be wrong vhost.
>
> In 2.4, you should be using 'require all granted' rather than Order
> and Allow. Does it make a difference?
>
>
> --
> Eric Covener
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Atenciosamente,
Rodrigo da Silva Cunha

Reply via email to