[mod_proxy] ProxyPass without slash not working

2013-10-08 Thread Tiago Braga
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

Re: [mod_proxy] ProxyPass without slash not working

2013-10-08 Thread Fred Moyer
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

Re: [mod_proxy] ProxyPass without slash not working

2013-10-08 Thread Tiago Braga
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: >>