Hi Paul, You can use mod_proxy on apache.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass Set up a ProxyPass directive to forward requests from apache to GeoServer. Of course you need to hide the Tomcat's http connector port, 8080 by default, to avoid user accessing it. Kind Regards, Stefano --------------------------------------------------- 41.95581N 12.52854E http://www.linkedin.com/in/stefanoiacovella http://twitter.com/#!/Iacovellas 2012/11/28 Paul Meems <[email protected]>: > I have an Ubuntu server with GeoServer v2.2.1 on TomCat7 and a Apache server > with PHP5. > > I've created several pages using OpenLaysers that show maps from Geoserver. > This is working great. > > I now want to restrict access to my Geoserver data so that only my apache > server can show the maps. I don't want to set up user accounts because my > web pages are accessible to everybody. > > So everybody can go to my web pages and see the data. But nobody can access > my Geoserver data directly. > > Is this possible? > > Thanks, > > Paul > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > INSIGHTS What's next for parallel hardware, programming and related areas? > Interviews and blogs by thought leaders keep you ahead of the curve. > http://goparallel.sourceforge.net > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
