Skip to content

Commit 5e217dc

Browse files
committed
Enable mod_wsgi, it may be disabled
1 parent 70240ea commit 5e217dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deb_utils/localwiki.postinst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ case "$1" in
4848
echo "Configuring localwiki ..."
4949
localwiki-manage setup_all
5050

51+
# Enable mod_wsgi
52+
a2enmod wsgi > /dev/null 2>&1
53+
5154
# If first time setup, initialize site and wiki
5255
if [ ! -d "$datadir/deploy" ]; then
5356
echo "Configuring apache ..."

0 commit comments

Comments
 (0)