Changes between Version 125 and Version 126 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 03/05/11 22:11:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v125 v126 711 711 * http://trac.mapfish.org/trac/mapfish/ticket/161 712 712 713 == Cache == 713 == Proxy / Cache == 714 A Proxy can cache remote servers &/or do Reprojection or Combination of Layers 715 716 If just wanting to cache the WMS served by !GeoServer, then it's probably best to use the integrated !GeoWebCache: 717 * http://geowebcache.org 718 719 Alternatives: 720 * http://tilecache.org 721 * http://github.com/migurski/GridTile 722 714 723 * http://mapproxy.org 715 724 * http://mapproxy.org/docs/1.0.0/install.html … … 746 755 </VirtualHost> 747 756 757 mkdir -p /home/mapproxy/var 758 chown www-data /home/mapproxy/var 748 759 a2ensite proxy 749 760 /etc/init.d/apache2 force-reload 750 761 }}} 751 762 * http://mapproxy.org/docs/1.0.0/configuration.html 752 {{{ 753 754 }}} 755 756 * http://tilecache.org 757 * http://github.com/migurski/GridTile 758 759 * http://geowebcache.org 760 * e.g. included as part of [http://opengeo.org/community/suite/download/ OpenGeoSuite] 763 * http://mapproxy.org/docs/1.0.0/configuration_examples.html 764 {{{ 765 vim /home/mapproxy/etc/mapproxy.yaml 766 767 }}} 761 768 762 769 ----