| Rev | Line | |
|---|
| [9556] | 1 | <VirtualHost *:80>
|
|---|
| 2 | ServerAdmin techniek@lijst.wirelessleiden.nl
|
|---|
| 3 | DocumentRoot /var/empty
|
|---|
| 4 | ServerName maps.wirelessleiden.nl
|
|---|
| 5 | ServerAlias a.maps.wirelessleiden.nl b.maps.wirelessleiden.nl c.maps.wirelessleiden.nl d.maps.wirelessleiden.nl e.maps.wirelessleiden.nl f.maps.wirelessleiden.nl
|
|---|
| 6 |
|
|---|
| 7 | ErrorLog /var/log/httpd/nl.wirelessleiden.maps-error.log
|
|---|
| 8 | CustomLog /var/log/httpd/nl.wirelessleiden.maps-access.log common
|
|---|
| 9 |
|
|---|
| 10 | <Directory /var/empty>
|
|---|
| 11 | Allow from all
|
|---|
| 12 | </Directory>
|
|---|
| 13 |
|
|---|
| 14 | RedirectMatch temp ^/$ /d/wlheatmap/
|
|---|
| 15 | Alias /d/static /usr/local/django_gheat/sitestatic
|
|---|
| 16 | WSGIScriptAlias /d /usr/local/django_gheat/django.wsgi
|
|---|
| 17 | <Directory /usr/local/django_gheat>
|
|---|
| 18 | Order allow,deny
|
|---|
| 19 | Allow from all
|
|---|
| 20 | </Directory>
|
|---|
| 21 |
|
|---|
| 22 | CacheEnable disk /d/wlheatmap/tile/
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | # 1 week
|
|---|
| 26 | CacheDefaultExpire 604800
|
|---|
| 27 | CacheRoot "/usr/local/var/httpd/cache/maps"
|
|---|
| 28 | CacheDirLevels 2
|
|---|
| 29 | CacheDirLength 1
|
|---|
| 30 | CacheMaxFileSize 1000000
|
|---|
| 31 | CacheMinFileSize 1
|
|---|
| 32 | CacheIgnoreCacheControl On
|
|---|
| 33 | CacheIgnoreNoLastMod On
|
|---|
| 34 | CacheIgnoreQueryString Off
|
|---|
| 35 | CacheIgnoreHeaders None
|
|---|
| 36 | CacheLastModifiedFactor 0.1
|
|---|
| 37 | CacheMaxExpire 86400
|
|---|
| 38 | CacheStoreNoStore On
|
|---|
| 39 | CacheStorePrivate On
|
|---|
| 40 | </VirtualHost>
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.