Am 16.04.2010 12:12, schrieb Krist van Besien:
> On Wed, Apr 14, 2010 at 11:10 AM, wrote:
>
>> A request to https://inthewild.org gets forwarded all right to
>> http://localhost:9090/index.jsp. The server on localhost:9090
>> itself does a http 302 (redirect) to
>> http://localhost:9090/setup/lo
On Wed, Apr 14, 2010 at 11:10 AM, wrote:
> A request to https://inthewild.org gets forwarded all right to
> http://localhost:9090/index.jsp. The server on localhost:9090
> itself does a http 302 (redirect) to
> http://localhost:9090/setup/login.jsp and returns that to
> the browser.
>
> The brow
On Wed, Apr 14, 2010 at 8:11 AM, Mark Watts wrote:
> On Wed, 2010-04-14 at 08:03 -0400, Eric Covener wrote:
>> On Wed, Apr 14, 2010 at 6:32 AM, wrote:
>> > On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener wrote:
>> >>> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
>> >>
>> >>> The brow
On Wed, 2010-04-14 at 08:03 -0400, Eric Covener wrote:
> On Wed, Apr 14, 2010 at 6:32 AM, wrote:
> > On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener wrote:
> >>> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
> >>
> >>> The browser ends up with a not working URL:
> >>> http://localhost:
On Wed, Apr 14, 2010 at 6:32 AM, wrote:
> On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener wrote:
>>> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
>>
>>> The browser ends up with a not working URL:
>>> http://localhost:9090/setup/login.jsp
>>
>> http://httpd.apache.org/docs/2.2/mod/mod
On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener wrote:
>> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
>
>> The browser ends up with a not working URL:
>> http://localhost:9090/setup/login.jsp
>
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse
I did not mention
> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
> The browser ends up with a not working URL:
> http://localhost:9090/setup/login.jsp
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse
--
Eric Covener
cove...@gmail.com
Dear all,
since quite some time every now and then (can i say that ;) )
i get stuck with a rewriting issue.
i would like to use the rewrite capabilities with the
proxy flag.
Example:
RewriteEngine on
RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
Assume the server configured with the