Merge "only run the console.html logs through os-loganalyzer"

This commit is contained in:
Jenkins 2013-10-14 22:39:55 +00:00 committed by Gerrit Code Review
commit 4b92a92542
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