This is a discussion on missig the right url after redirect within the Apache Web Server forums, part of the Web Server and Related Forums category; Hey ! i had a problem after a redirect. http://groups.google.de/group/alt.ap...55fe8f23f7fc85 I changed it in: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey !
i had a problem after a redirect. http://groups.google.de/group/alt.ap...55fe8f23f7fc85 I changed it in: ProxyRequests ON ProxyPass /foo/ http://192.168.0.6/foo ProxyPassReverse /foo/ http://192.168.0.6/foo I get the response from the right apache After my log in the url in the browser should look like: http://www.mywebpage/secondpage.jsp but the url in the browser is http://192.168.0.6/secondpage.jsp but why !?! horst |
|
|||
|
o.k my solution !
In the login.jsp was standing <html:base> then in the httpd.conf ProxyPass /foo/ http://192.168.0.6/foo ProxyPassReverse /foo/ http://192.168.0.6/foo fine ;-0 > Hey ! > > i had a problem after a redirect. > > http://groups.google.de/group/alt.ap...55fe8f23f7fc85 > > I changed it in: > > ProxyRequests ON > ProxyPass /foo/ http://192.168.0.6/foo > ProxyPassReverse /foo/ http://192.168.0.6/foo > > I get the response from the right apache > > After my log in > the url in the browser should look like: > > http://www.mywebpage/secondpage.jsp > > but the url in the browser is > http://192.168.0.6/secondpage.jsp > > > but why !?! > > > horst |