Frequently asked questions about Reverse Proxy Plugin
- Frequently asked questions about Reverse Proxy Plugin
- Reverse Proxy Plugin and Web Server 6.1
- 1. How to rewrite response header ?
- 2. Getting 501 problems when routing WebDAV extended HTTP methods (like BMOVE, BDELETE, BPROFIND, BPROPPATCH, POLL, SEARCH, SUBSCRIBE) using reverse proxy plugin using Sun One Web Server 6.1.
- Reverse Proxy and Web Server 7
- 1. How do I configure reverse proxy in Web Server 7?
- 2. I have SJSWS 7.0 installed, which is acting as a reverse proxy. Origin server has an audit trail that logs all the IP addresses of users who used the site. But, the IP addresses that we are seeing now belong to the web server's IP. How do I forward client's (browser's) IP address to the origin server?
Reverse Proxy Plugin and Web Server 6.1
http://blogs.sun.com/walter/entry/sun_java_system_web_server1
1. How to rewrite response header ?
http://docs.sun.com/source/819-0902-05/rpp61.html
rewrite-host=true is needed to rewrite Location header from http to https
More details can be found from sunsolve.sun.com and searched for 6457051 in the All Results - Include bugs and community content tab.
2. Getting 501 problems when routing WebDAV extended HTTP methods (like BMOVE, BDELETE, BPROFIND, BPROPPATCH, POLL, SEARCH, SUBSCRIBE) using reverse proxy plugin using Sun One Web Server 6.1.
You have to register these methods using register-http-method For more information refer http://docs.sun.com/source/817-1834-10/crmagnus.html
Lets you extend the HTTP protocol by registering new HTTP methods.
Reverse Proxy and Web Server 7
1. How do I configure reverse proxy in Web Server 7?
*http://blogs.sun.com/regi_rp/entry/web_server_7_balance_your
*http://blogs.sun.com/meena/entry/configuring_reverse_proxy_in_sun
*http://blogs.sun.com/dee/entry/forwarding_client_credentials_through_reverse1
*http://blogs.sun.com/basant/entry/reverse_proxy_and_redirecting_request
*http://blogs.sun.com/basant/entry/reverse_proxy_instance_health_check
2. I have SJSWS 7.0 installed, which is acting as a reverse proxy. Origin server has an audit trail that logs all the IP addresses of users who used the site. But, the IP addresses that we are seeing now belong to the web server's IP. How do I forward client's (browser's) IP address to the origin server?
Please try to set the forward-ip SAF and have origin server take the Client-ip header value. For more information refer http://docs.sun.com/app/docs/doc/820-4841/aebjo?a=view
Comments (3)
Jul 30, 2008
pranav.olkar says:
I have configured reverse proxy for sun one web server 6.1. Interestingly, when ...I have configured reverse proxy for sun one web server 6.1. Interestingly, when I give the address of a default tomcat instance in the 'servers' attribute, everything is fine. But after I give the address of a confluence wiki instance (http://servername:8080/confluence) it gives a PASS1034: returning error code 400 .
( I observed that wikis.sun.com is on a confluence instance).
The http://servername:8080/confluence actually gives http://servername:8080/confluence/login.action when tried on a browser separately.
I tried adding a login.action in the find-index directive, but still nothing seems to work. Sun one tries to find index.html only, and since it does not get it gives the error.Any ideas ? Also, is this the right page to post such questions? Thanks !
Jul 30, 2008
sriram.natarajan says:
we manage this page to track / get your feedback on how to improve our documenta...we manage this page to track / get your feedback on how to improve our documentation or contents. if you have any problem - looks like you have, you might want to post your questions to
http://forums.sun.com/forum.jspa?forumID=759\\
along with your obj.conf snippet
hope this helps
Jul 30, 2008
pranav.olkar says:
Thank you so much, Sriram !Thank you so much, Sriram !