projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34742f
)
Adding xmlent and idlchunk to the apache mods to enable.
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 28 Jun 2017 15:31:26 +0000
(11:31 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 28 Jun 2017 15:31:26 +0000
(11:31 -0400)
Also, we need to *dis*able deflate.
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
6756087
..
0c386c3
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-140,10
+140,12
@@
a2enmod include
a2enmod proxy
a2enmod proxy_http
a2enmod rewrite
-a2
enmod
deflate
+a2
dismod -f
deflate
a2dismod mpm_event
a2enmod mpm_prefork
a2enmod cgi
+a2enmod xmlent
+a2enmod idlchunk
a2disconf serve-cgi-bin
if [ -e /etc/apache2/sites-enabled/000-default.conf ]