Ignore:
Timestamp:
Apr 29, 2012, 7:59:27 PM (13 years ago)
Author:
rick
Message:

Weed out whole bunch of unused code, to avoid huge dependency listing.

Location:
src/django_gheat/httpd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/httpd/maps.conf

    r9556 r10615  
    1414  RedirectMatch temp ^/$ /d/wlheatmap/
    1515  Alias /d/static /usr/local/django_gheat/sitestatic
     16  WSGIDaemonProcess maps processes=2 threads=15 display-name=%{GROUP}
     17  WSGIProcessGroup maps
    1618  WSGIScriptAlias /d /usr/local/django_gheat/django.wsgi
    1719  <Directory /usr/local/django_gheat>
  • src/django_gheat/httpd/osmproxy.conf

    r9556 r10615  
    1818  </Proxy>
    1919  # Example /7/63/43.png
     20  <Location /osm-tile-proxy>
     21    Order allow,deny
     22    Allow from all
     23  </Location>
    2024  ProxyPassMatch ^/osm-tile-proxy/(\d{1,2}/\d{1,6}/\d{1,6}\.png)$ balancer://osmcluster/$1 lbmethod=byrequests
    2125  CacheEnable disk /osm-tile-proxy/
Note: See TracChangeset for help on using the changeset viewer.