Changeset 11407


Ignore:
Timestamp:
Aug 16, 2012, 9:13:25 PM (12 years ago)
Author:
rick
Message:

Make sure to enable test right.

Location:
src/django_gheat
Files:
2 edited

Legend:

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

    r11406 r11407  
    1212 
    1313  RedirectMatch temp ^/$ /d/wlheatmap/
    14   Alias /d/static /usr/local/django_gheat/sitestatic
     14  Alias /static /usr/local/django_gheat/sitestatic
    1515  WSGIDaemonProcess maps processes=2 threads=15 display-name=%{GROUP}
    1616  WSGIProcessGroup maps
     
    2121  </Directory>
    2222 
    23   CacheEnable disk /d/wlheatmap/tile/
    24  
     23  CacheEnable disk /
    2524 
    2625  # 1 week
  • src/django_gheat/settings.py

    r11406 r11407  
    3737        'NAME': 'project_heatmap',
    3838        'USER': 'root',
    39         'PASSWORD': 'R00tj3!',
     39        'PASSWORD': 'XXXXXX',
    4040        'HOST': 'localhost',
    4141        'PORT': '3306',
Note: See TracChangeset for help on using the changeset viewer.