Changes between Version 6 and Version 7 of ZooWorkshop/FOSS4GJapan/UsingZooFromOSGeoLiveVM
- Timestamp:
- Oct 15, 2010, 10:56:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/UsingZooFromOSGeoLiveVM
v6 v7 39 39 40 40 {{{ 41 #!sh 41 42 <Directory /var/www/zoo/> 42 Options Indexes FollowSymLinks MultiViews43 AllowOverride All44 Order allow,deny45 allow from all43 Options Indexes FollowSymLinks MultiViews 44 AllowOverride All 45 Order allow,deny 46 allow from all 46 47 </Directory> 47 48 }}} … … 50 51 51 52 {{{ 53 #!sh 52 54 RewriteEngine on 53 55 RewriteRule (.*)/(.*) /cgi-bin/zoo_loader.cgi?metapath=$1 [L,QSA]