Merge "Issue #1265 remove pypies gzip handling" into development
Former-commit-id:d0f2925f45
[formerly935ddb3224
] [formerly3723250e50
] [formerlycd9306a537
[formerly3723250e50
[formerly fd47306a1247721d53b227bf94cc94818b4efc39]]] Former-commit-id:cd9306a537
Former-commit-id: 35e5f6584a432fb89498c0f0d47d57ccd6381cb1 [formerlyc7894c5cda
] Former-commit-id:aa26b2a623
This commit is contained in:
commit
afe520cfaa
1 changed files with 1 additions and 16 deletions
|
@ -15,20 +15,5 @@ WSGIPythonHome /awips2/python
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Location /zipped>
|
|
||||||
SetInputFilter DEFLATE
|
|
||||||
SetOutputFilter DEFLATE
|
|
||||||
</Location>
|
|
||||||
|
|
||||||
ProxyPass /zipped http://localhost:9582/
|
|
||||||
ProxyPassReverse /zipped http://localhost:9582/
|
|
||||||
|
|
||||||
DeflateFilterNote Input instream
|
|
||||||
DeflateFilterNote Output outstream
|
|
||||||
DeflateFilterNote Ratio ratio
|
|
||||||
|
|
||||||
LogFormat '%t "%r" %{outstream}n/%{instream}n (%{ratio}n%%) %D' deflate
|
|
||||||
CustomLog logs/compression_log deflate
|
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Reference in a new issue