projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe999b6
)
Made Apache config snippets compatible with Apache 2.4 (for installation from sources...
author
Roland Mas
<lolando@debian.org>
Thu, 27 Jun 2013 08:37:46 +0000
(10:37 +0200)
committer
Roland Mas
<lolando@debian.org>
Thu, 27 Jun 2013 08:37:46 +0000
(10:37 +0200)
src/install/deps
patch
|
blob
|
history
diff --git
a/src/install/deps
b/src/install/deps
index
42a4cb2
..
7c3d869
100755
(executable)
--- a/
src/install/deps
+++ b/
src/install/deps
@@
-68,6
+68,10
@@
deps_debian() {
a2enmod ssl
a2enmod rewrite
a2enmod vhost_alias
+ a2enmod access_compat
+ a2enmod alias
+ a2enmod dir
+ a2enmod authn_core
# TODO: automate next
msg red "You Must Install Mailman Manually: apt-get install mailman postfix"
}