Index: /src/django_gheat/httpd/maps.conf
===================================================================
--- /src/django_gheat/httpd/maps.conf	(revision 11406)
+++ /src/django_gheat/httpd/maps.conf	(revision 11407)
@@ -12,5 +12,5 @@
   
   RedirectMatch temp ^/$ /d/wlheatmap/
-  Alias /d/static /usr/local/django_gheat/sitestatic
+  Alias /static /usr/local/django_gheat/sitestatic
   WSGIDaemonProcess maps processes=2 threads=15 display-name=%{GROUP}
   WSGIProcessGroup maps
@@ -21,6 +21,5 @@
   </Directory>
   
-  CacheEnable disk /d/wlheatmap/tile/
-  
+  CacheEnable disk /
   
   # 1 week
Index: /src/django_gheat/settings.py
===================================================================
--- /src/django_gheat/settings.py	(revision 11406)
+++ /src/django_gheat/settings.py	(revision 11407)
@@ -37,5 +37,5 @@
         'NAME': 'project_heatmap',
         'USER': 'root',
-        'PASSWORD': 'R00tj3!',
+        'PASSWORD': 'XXXXXX',
         'HOST': 'localhost',
         'PORT': '3306',
