]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Doc - informations about Apache 2.4 2875/head
authorKevin Gautreau <contact@kgaut.net>
Tue, 14 Feb 2017 14:29:33 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2017 14:29:33 +0000 (15:29 +0100)
docs/fr/user/installation.rst

index 9ef5ee9828516c6d7cc19686ced5abf0fd4f4b58..319735afc1244978337268a291021cfb5621ce87 100644 (file)
@@ -147,6 +147,24 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall
         CustomLog /var/log/apache2/wallabag_access.log combined
     </VirtualHost>
 
+.. tip:: Pour Apache 2.4, dans la section `<Directory /var/www/wallabag/web>` vous devez remplacer les directives suivantes :
+
+::
+
+    AllowOverride None
+    Order Allow,Deny
+    Allow from All
+
+
+par 
+
+::
+    
+    Require All granted
+    
+
+
+
 Après que vous ayez rechargé/redémarré Apache, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld.
 
 Configuration avec Nginx