Changes between Version 125 and Version 126 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
03/05/11 22:11:24 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v125 v126  
    711711 * http://trac.mapfish.org/trac/mapfish/ticket/161
    712712
    713 == Cache ==
     713== Proxy / Cache ==
     714A Proxy can cache remote servers &/or do Reprojection or Combination of Layers
     715
     716If just wanting to cache the WMS served by !GeoServer, then it's probably best to use the integrated !GeoWebCache:
     717 * http://geowebcache.org
     718
     719Alternatives:
     720 * http://tilecache.org
     721  * http://github.com/migurski/GridTile
     722
    714723 * http://mapproxy.org
    715724  * http://mapproxy.org/docs/1.0.0/install.html
     
    746755</VirtualHost>
    747756
     757mkdir -p /home/mapproxy/var
     758chown www-data /home/mapproxy/var
    748759a2ensite proxy
    749760/etc/init.d/apache2 force-reload
    750761}}}
    751762  * 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{{{
     765vim /home/mapproxy/etc/mapproxy.yaml
     766
     767}}}
    761768
    762769----