summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postinst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-02 21:35:06 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-02 21:35:06 +0100
commitfb6cf950d8ecf0f082d390ac6b3c53ace3c5b152 (patch)
treef2cac10840f833a901670bbdd64d147f9749a609 /debian/taler-merchant.postinst
parent0ccc6504209c155ee036893288ac0bc7e988d43a (diff)
downloadmerchant-fb6cf950d8ecf0f082d390ac6b3c53ace3c5b152.tar.gz
merchant-fb6cf950d8ecf0f082d390ac6b3c53ace3c5b152.tar.bz2
merchant-fb6cf950d8ecf0f082d390ac6b3c53ace3c5b152.zip
fix web server integration
Diffstat (limited to 'debian/taler-merchant.postinst')
-rw-r--r--debian/taler-merchant.postinst16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst
index 54268d24..5cfb4e02 100644
--- a/debian/taler-merchant.postinst
+++ b/debian/taler-merchant.postinst
@@ -15,11 +15,6 @@ apache_install() {
then
cat /etc/taler-merchant/apache.conf | sed -e "s/%SECURITYTOKEN%/$1/" > /etc/apache2/conf-available/taler-merchant.conf
fi
- # TODO: might want to remember if *we* enabled those, and disable in postrm
- a2enmod proxy
- a2enmod proxy_http
- a2enmod headers
- a2enmod rewrite
}
# 1st argument will be the SECURITYTOKEN to use.
@@ -122,17 +117,6 @@ EOF
else
apache_install "$SECRET"
fi
- if [ -f /etc/init.d/$webserver ] ; then
- if which invoke-rc.d > /dev/null ; then
- if invoke-rc.d $webserver status > /dev/null 2>&1 ; then
- invoke-rc.d $webserver reload 3>/dev/null || true
- fi
- else
- if /etc/init.d/$webserver status > /dev/null 2>&1 ; then
- /etc/init.d/$webserver reload 3>/dev/null || true
- fi
- fi
- fi
done
db_stop