So there is no difference in using:

Order allow,deny
Allow from all

vs.

Require all granted

You get the same level of security. They changed the config options that is
all and so this is the new way to do the same thing (Apache 2.2 vs 2.4).
See link below:

http://httpd.apache.org/docs/2.4/upgrading.html

On Tue, Jan 20, 2015 at 4:03 PM, Rodrigo Cunha <rodrigo.root...@gmail.com>
wrote:

> Hello everybody,
> This question is solved, i'm insert the "Require all granted" in the
> global entires after the vhost tag,
> But i have questions about this, i dont know why configfile did it.
> I think this entire about security and this change reduces the safety of
> my system.
> Well, this work now!
> Tks.
>
> 2015-01-20 18:36 GMT-02:00 Jason Cox <csco...@gmail.com>:
>
> Please update to this... and try again. If this still does not work,
>> please post the latest entries in the portal-error_log 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
>>                 Require all granted
>>                 DirectoryIndex index.php index.html
>>         </Directory>
>>
>>     ErrorLog "logs/portal-error_log"
>>     CustomLog "logs/portal-access_log" common
>> </VirtualHost>
>>
>> On Tue, Jan 20, 2015 at 11:16 AM, Rodrigo Cunha <
>> rodrigo.root...@gmail.com> wrote:
>>
>>> The service not work, i dont know what is provlem,but i like shoud be
>>> easy.
>>>
>>> Em terça-feira, 20 de janeiro de 2015, Eric Covener <cove...@gmail.com>
>>> escreveu:
>>>
>>> > On Tue, Jan 20, 2015 at 11:32 AM, Eric Covener <cove...@gmail.com>
>>> wrote:
>>> >>>     ErrorLog      "logs/portal-error_log"
>>> >>
>>> >> Was your error in the expected log?  Could be wrong vhost.
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>> > For additional commands, e-mail: users-h...@httpd.apache.org
>>> >
>>> >
>>>
>>> --
>>> Atenciosamente,
>>> Rodrigo da Silva Cunha
>>>
>>>
>>>
>>
>>
>> --
>> Jason Cox
>>
>
>
>
> --
> Atenciosamente,
> Rodrigo da Silva Cunha
>
>


-- 
Jason Cox

Reply via email to