only run the console.html logs through os-loganalyzer

... not other html.gz files, as that massively messes up the
testr result files.

Change-Id: Ie77ce3d87617c35cfee3900646bb0bb61b986fcf
This commit is contained in:
Sean Dague 2013-10-14 17:19:05 -04:00
parent 3168f541e7
commit 129f521c88
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
RewriteEngine On
# rewrite all txt.gz & html.gz files to map to our internal htmlify wsgi app
RewriteRule ^/(.*\.txt\.gz)$ /htmlify/$1 [QSA,L,PT]
RewriteRule ^/(.*\.html\.gz)$ /htmlify/$1 [QSA,L,PT]
RewriteRule ^/(.*console\.html(\.gz)?)$ /htmlify/$1 [QSA,L,PT]
WSGIScriptAlias /htmlify /usr/local/lib/python2.7/dist-packages/os_loganalyze/wsgi.py
ErrorLog /var/log/apache2/<%= name %>_error.log

View File

@ -60,7 +60,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
RewriteEngine On
# rewrite all txt.gz & html.gz files to map to our internal htmlify wsgi app
RewriteRule ^/(.*\.txt\.gz)$ /htmlify/$1 [QSA,L,PT]
RewriteRule ^/(.*\.html\.gz)$ /htmlify/$1 [QSA,L,PT]
RewriteRule ^/(.*console\.html(\.gz)?)$ /htmlify/$1 [QSA,L,PT]
WSGIScriptAlias /htmlify /usr/local/lib/python2.7/dist-packages/os_loganalyze/wsgi.py
ErrorLog /var/log/apache2/<%= name %>_error.log