this is my vhost configuration file in the httpd.conf

<VirtualHost *:80>
    ServerAdmin webmas...@openlabtec.com
    DocumentRoot "/var/www/www.portal.oduvaldocozzi.intranet"
    ServerName portal.oduvaldocozzi.intranet
        <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"
    CustomLog "logs/portal-access_log" common
</VirtualHost>

2015-01-20 14:04 GMT-02:00 Rodrigo Cunha <rodrigo.root...@gmail.com>:

> 192.168.0.2 - - [20/Jan/2015:14:04:07 -0200] "GET / HTTP/1.1" 403 209
>
> This ip 192.168.0.2 is my client host.
>
> 2015-01-20 14:00 GMT-02:00 Eric Covener <cove...@gmail.com>:
>
>>
>> On Tue, Jan 20, 2015 at 10:57 AM, Rodrigo Cunha <
>> rodrigo.root...@gmail.com> wrote:
>>
>>> my vhosts dont work, they are status 403 "dont forbiden access".
>>>
>>
>> ​What does the error log say?
>>
>
>
>
> --
> Atenciosamente,
> Rodrigo da Silva Cunha
>
>


-- 
Atenciosamente,
Rodrigo da Silva Cunha

Reply via email to