[opencms-dev] proxying the admin tool

Jeff Moser jeff.moser at refinery.com
Tue Nov 15 17:54:58 CET 2005


Does anyone have any input on this?  I put this up about a week ago and
have not received a single reply.
 
To summarize I am looking for a way to proxy out the OpenCMS workplace
so that it is not available on a production network.  The way I am doing
it below 99% works but has a few serious quirks like the upload applet
not working.
 
Please help!
 
-Jeff 
 
________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Jeff Moser
Sent: Wednesday, November 09, 2005 10:26 AM
To: opencms-dev at opencms.org
Subject: [opencms-dev] proxying the admin tool
 
To all,
 
Has anyone come up with a process for proxying the admin tool to
internal users only?  I am working with OpenCMS 6 and have a production
and development VLAN.  I would like to make it so that the admin tool is
not accessible on the production network (externally available) but is
accessible on the development network.  Currently I have Apache setup to
allow access to the proxy host on the development VLAN using the
following:
 
ProxyPass          /system/ http://production_server/system/ 
ProxyPassReverse   /system/ http://production_server/system/ 
ProxyPass          /export/ http://production_server/export/ 
ProxyPassReverse   /export/ http://production_server/export/ 
ProxyPass          /resources/ http://production_server/resources/ 
ProxyPassReverse   /resources/ http://production_server/resources/ 
ProxyPass          /opencms/ http://production_server/opencms/ 
ProxyPassReverse   /opencms/ http://production_server/opencms/
 
This allows access to the Admin tool from the proxy host; however the
upload applet does not work.  I ran a snoop on the requests being made
through the proxy host for the upload applet and it seems that the call
to that upload jar file is being made directly to the production host,
not through the proxy.
 
Any input on why this is happening or perhaps a better method of
proxying the admin tool would be greatly appreciated!
 
Regards,
Jeff
jeff.moser
network administrator
tel 267.615.2682
cell 215.990.3467 
refinery
top 30 US interactive agency
Click for: Useful tips and sage advice on interactive. 5 Minute
Whitepaper. <http://www.refinery.com/whitepapers.aspx>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20051115/d9293dcb/attachment.htm>


More information about the opencms-dev mailing list