Re: Apache ProxyPass does not return errors, only 500 (Internal Server Error)

2013-04-29 Thread Gregor Kovač
I'm using RequestHeader edit X-GWT-Module-Base ^(http)://([^/]+)/(.*)$ $1://$2/babyCenter/$3 and it works. :) Thanks a lot. Dne petek, 19. april 2013 23:39:19 UTC+2 je oseba Thomas Broyer napisala: On Friday, April 19, 2013 9:20:49 AM UTC+2, Gregor Kovač wrote: I have two ProxyPass

Apache ProxyPass does not return errors, only 500 (Internal Server Error)

2013-04-19 Thread Gregor Kovač
I have two ProxyPass directives: ProxyPass /client/ http://10.0.0.8:8080/client/Location /client/ RequestHeader edit X-GWT-Module-Base ^(.*)/client/(.*)$ $1/client/$2/Location ProxyPass / http://10.0.0.8:8080/client/Location / RequestHeader edit X-GWT-Module-Base ^(.*)/(.*)$

Re: Apache ProxyPass does not return errors, only 500 (Internal Server Error)

2013-04-19 Thread Thomas Broyer
On Friday, April 19, 2013 9:20:49 AM UTC+2, Gregor Kovač wrote: I have two ProxyPass directives: ProxyPass /client/ http://10.0.0.8:8080/client/Location /client/ RequestHeader edit X-GWT-Module-Base ^(.*)/client/(.*)$ $1/client/$2/Location ProxyPass /