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:
commit
ee09c63002
1 changed files with 1 additions and 3 deletions
|
@ -955,11 +955,9 @@ Here is one example of Apache configuration file:
|
|||
AuthName "Radicale Authentication"
|
||||
AuthBasicProvider file
|
||||
AuthUserFile /usr/share/radicale/radicale.passwd
|
||||
Require valid-user
|
||||
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Require valid-user
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REMOTE_USER}%{PATH_INFO} !^([^/]+/)\1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue