1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Fix #413 about Apache access control directives

This commit is contained in:
Jeremy Nation 2016-05-27 09:17:03 -04:00
parent bccdd75827
commit c1eda80751

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