Changeset 11407
- Timestamp:
- Aug 16, 2012, 9:13:25 PM (12 years ago)
- Location:
- src/django_gheat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/httpd/maps.conf
r11406 r11407 12 12 13 13 RedirectMatch temp ^/$ /d/wlheatmap/ 14 Alias / d/static /usr/local/django_gheat/sitestatic14 Alias /static /usr/local/django_gheat/sitestatic 15 15 WSGIDaemonProcess maps processes=2 threads=15 display-name=%{GROUP} 16 16 WSGIProcessGroup maps … … 21 21 </Directory> 22 22 23 CacheEnable disk /d/wlheatmap/tile/ 24 23 CacheEnable disk / 25 24 26 25 # 1 week -
src/django_gheat/settings.py
r11406 r11407 37 37 'NAME': 'project_heatmap', 38 38 'USER': 'root', 39 'PASSWORD': ' R00tj3!',39 'PASSWORD': 'XXXXXX', 40 40 'HOST': 'localhost', 41 41 'PORT': '3306',
Note:
See TracChangeset
for help on using the changeset viewer.