update apache sample file to have the kind of stanza we want

Change-Id: Ib91b6a9dea9940dc7b76ef7571ec22f12bee7011
This commit is contained in:
Sean Dague 2013-10-12 07:04:02 -04:00
parent 5286e24464
commit 5d27fef150
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
RewriteEngine On
# rewrite all txt.gz files to map to our internal htmlify wsgi app
RewriteRule ^/(.*\.txt\.gz)$ /htmlify/$1 [QSA,L,PT]
WSGIScriptAlias /htmlify /usr/local/bin/htmlify-screen-log.py
WSGIScriptAlias /htmlify /usr/local/lib/python2.7/dist-packages/os_loganalyze/wsgi.py