projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do better at SSL/TLS with only strong ciphers
[invirt/packages/invirt-web.git]
/
debian
/
invirt-web.postinst
diff --git
a/debian/invirt-web.postinst
b/debian/invirt-web.postinst
index
9ab1554
..
14f8469
100755
(executable)
--- a/
debian/invirt-web.postinst
+++ b/
debian/invirt-web.postinst
@@
-21,11
+21,13
@@
set -e
case "$1" in
configure)
cd /var/www/invirt-web
case "$1" in
configure)
cd /var/www/invirt-web
- make clean && make all
- chgrp -R invirt .
- chmod -R g+w .
+ make all
+
+ a2enmod rewrite
+ a2enmod ssl
+ a2enmod auth_sslcert
- # Our init script proxies all requests Apache's, so Apache's
+ # Our init script proxies all requests to Apache's, so Apache's
# running is just a NOP
update-rc.d -f apache2 remove
;;
# running is just a NOP
update-rc.d -f apache2 remove
;;