mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 12:02:23 +00:00
Merge pull request #2875 from kgaut/patch-3
Doc - information about Apache 2.4
This commit is contained in:
commit
a92718dba2
1 changed files with 18 additions and 0 deletions
|
@ -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
|
CustomLog /var/log/apache2/wallabag_access.log combined
|
||||||
</VirtualHost>
|
</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.
|
Après que vous ayez rechargé/redémarré Apache, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld.
|
||||||
|
|
||||||
Configuration avec Nginx
|
Configuration avec Nginx
|
||||||
|
|
Loading…
Reference in a new issue