Changes between Version 60 and Version 61 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/14/10 00:57:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v60 v61 438 438 Tiles can simply be served by Apache: 439 439 {{{ 440 cd ~/mapnik441 mv tiles /var/www442 ln -s /var/www/tiles443 440 vim /etc/apache2/sites-available/mysite 444 441 <VirtualHost *:80>