Hello!
I'm using the httpd Apache/2.2.15 in Linux RedHat with mod_proxy.
I have the below configuration:
ServerName www.host.com.br
ProxyPass / http://static.host.com.br/html/directory/
When the url is: www.host.com.br/test/
It's works.
When the url is: www.host.com.br/test
It's not
You may also need a ProxyPassReverse directive.
On Oct 8, 2013 3:11 PM, "Tiago Braga" wrote:
> Hello!
>
> I'm using the httpd Apache/2.2.15 in Linux RedHat with mod_proxy.
>
> I have the below configuration:
>
>
> ServerName www.host.com.br
> ProxyPass / http://static.host.com.br/html/di
I tried and It not works too.
Em 08/10/2013 22:52, "Fred Moyer" escreveu:
> You may also need a ProxyPassReverse directive.
> On Oct 8, 2013 3:11 PM, "Tiago Braga" wrote:
>
>> Hello!
>>
>> I'm using the httpd Apache/2.2.15 in Linux RedHat with mod_proxy.
>>
>> I have the below configuration:
>>