Skip to content

Instantly share code, notes, and snippets.

@jacobandresen
Created June 2, 2011 15:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jacobandresen/1004676 to your computer and use it in GitHub Desktop.
Save jacobandresen/1004676 to your computer and use it in GitHub Desktop.
mod_proxy geoserver
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /geoserver http://localhost:8080/geoserver
ProxyPreserveHost On
ProxyStatus On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment