aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-01 13:32:46 +0100
committerGitHub <noreply@github.com>2017-03-01 13:32:46 +0100
commit71460a8ba56daf74b7e069b25590f3b5e71ce7ce (patch)
tree820e9c489dcc6bcf36019912f6ac0b4fbff950b8 /docs/en/user/installation.rst
parent29969f854c9d99974fca7f32a49c8aeb1938afe8 (diff)
parent3529ce35e43f08ec03be63beeea81406396c686c (diff)
downloadwallabag-71460a8ba56daf74b7e069b25590f3b5e71ce7ce.tar.gz
wallabag-71460a8ba56daf74b7e069b25590f3b5e71ce7ce.tar.zst
wallabag-71460a8ba56daf74b7e069b25590f3b5e71ce7ce.zip
Merge pull request #2926 from qtheuret/master
Add activation of 'rewrite' mod of Apache
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 7fb81aeb..2b730b83 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -110,6 +110,12 @@ Virtual hosts
110Configuration on Apache 110Configuration on Apache
111~~~~~~~~~~~~~~~~~~~~~~~ 111~~~~~~~~~~~~~~~~~~~~~~~
112 112
113Do not forget to active the *rewrite* mod of Apache
114
115.. code-block:: bash
116
117 a2enmod rewrite && systemctl reload apache2
118
113Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag: 119Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag:
114 120
115:: 121::