Changes between Version 54 and Version 55 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/13/10 21:24:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v54 v55 446 446 447 447 === Serve Tiles === 448 Tiles can simply be served by Apache 448 Tiles can simply be served by Apache: 449 {{{ 449 450 cd ~/mapnik 450 451 mv tiles /var/www … … 460 461 </VirtualHost> 461 462 apache2ctl restart 462 463 }}} 463 464 == Printing == 464 465 For Printing TMS layers, need to compile the Trunk version of the [http://www.mapfish.org/doc/print/ MapFish Print Module] & then serve the resultant .war with [http://tomcat.apache.org Tomcat]: