1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Merge pull request #414 from jeremyn/website

Fix #413 about Apache access control directives
This commit is contained in:
Guillaume Ayoub 2016-05-27 15:22:09 +02:00
commit ee09c63002

View file

@ -955,11 +955,9 @@ Here is one example of Apache configuration file:
AuthName "Radicale Authentication" AuthName "Radicale Authentication"
AuthBasicProvider file AuthBasicProvider file
AuthUserFile /usr/share/radicale/radicale.passwd AuthUserFile /usr/share/radicale/radicale.passwd
Require valid-user
AllowOverride None AllowOverride None
Order allow,deny Require valid-user
allow from all
RewriteEngine On RewriteEngine On
RewriteCond %{REMOTE_USER}%{PATH_INFO} !^([^/]+/)\1 RewriteCond %{REMOTE_USER}%{PATH_INFO} !^([^/]+/)\1