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:
parent
bccdd75827
commit
c1eda80751
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue