Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] GET vs POST issue w/ a Proxy/Redirect

Scott Moseman

2008-07-09

Replies: Find Java Web Hosting

Author LoginPost Reply
>>
>> ProxyPass / http://remoteserver/portal/
>> ProxyPassReverse / http://remoteserver/portal/
>> RewriteCond %{REQUEST_URI} ^/portal/(.*)
>> RewriteRule ^/portal/(.*) /$1 [R]
>>
>> <form name="loginForm" method="post" action="/portal/login.do">
>>

Thanks for the information, Nick. That said, is there another way to
accomplish what I'm trying to do? The theory is that "remoteserver"
will host several /portal/ type subdirectories, and we will use
virtual hosts on the Apache proxy to provide a clean URL for each
instance, instead of including that path (and most likely a
non-standard port) in the URLs. The application, unfortunately, it
not controlled by myself, so the "/portal/login.do" reference on the
login forms I can do nothing about.

Thanks,
Scott

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.