Use honest <h2>s for second-level headings instead of styled <p>s.
[mkws-moved-to-github.git] / tools / apache2 / mkws-dev
index 0abf86a..4ca23d8 100644 (file)
     RewriteLog /var/log/apache2/mkws-dev-rewrite.log 
 
     DocumentRoot /home/indexdata/mkws/examples/htdocs
+    Alias /tools/htdocs /home/indexdata/mkws/tools/htdocs
+
+    # compress text output
+    <Location />
+        AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml
+        SetOutputFilter DEFLATE 
+    </Location> 
 
     RewriteRule /service-proxy-auth  /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P]