[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache + proxy. Как заставить работать?



Dmitry Zhukov пишет:
> On 15 июн, 21:50, Andrey Fedoseev <andrey.fedos...@gmail.com> wrote:
> 
>> Посмотри /etc/apache2/mods-enabled/proxy.conf на тему Allow/Deny
>>
> 
>         ProxyRequests Off
> 
>         <Proxy *>
>                 AddDefaultCharset off
>                 Order deny,allow
>                 Deny from all
>                 #Allow from .example.com
>         </Proxy>
> 

Сделай:
        <Proxy *>
                AddDefaultCharset off
                Order deny,allow
                Deny from all
                #Allow from .example.com
                Allow from all
        </Proxy>

-- 
Regards! Andrey Fedoseev
<andrey.fedoseev@gmail.com>



Reply to: