diff --git a/contrib/apache/radicale.conf b/contrib/apache/radicale.conf
index 7499be61..98a25a72 100644
--- a/contrib/apache/radicale.conf
+++ b/contrib/apache/radicale.conf
@@ -57,13 +57,15 @@
Require all granted
- ## You may want to use apache's authentication (config: [auth] type = remote_user)
+ ## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
+ ## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
#AuthBasicProvider file
#AuthType Basic
#AuthName "Enter your credentials"
- #AuthUserFile /path/to/httpdfile/
+ #AuthUserFile /etc/httpd/conf/htpasswd-radicale
#AuthGroupFile /dev/null
#Require valid-user
+ #RequestHeader set X-Remote-User expr=%{REMOTE_USER}
@@ -106,13 +108,15 @@
Require all granted
- ## You may want to use apache's authentication (config: [auth] type = remote_user)
+ ## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
+ ## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
#AuthBasicProvider file
#AuthType Basic
#AuthName "Enter your credentials"
- #AuthUserFile /path/to/httpdfile/
+ #AuthUserFile /etc/httpd/conf/htpasswd-radicale
#AuthGroupFile /dev/null
#Require valid-user
+ #RequestHeader set X-Remote-User expr=%{REMOTE_USER}
@@ -179,11 +183,12 @@ CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
Require all granted
- ## You may want to use apache's authentication (config: [auth] type = remote_user)
+ ## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
+ ## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
#AuthBasicProvider file
#AuthType Basic
#AuthName "Enter your credentials"
- #AuthUserFile /path/to/httpdfile/
+ #AuthUserFile /etc/httpd/conf/htpasswd-radicale
#AuthGroupFile /dev/null
#Require valid-user
@@ -221,11 +226,12 @@ CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
Require all granted
- ## You may want to use apache's authentication (config: [auth] type = remote_user)
+ ## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
+ ## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
#AuthBasicProvider file
#AuthType Basic
#AuthName "Enter your credentials"
- #AuthUserFile /path/to/httpdfile/
+ #AuthUserFile /etc/httpd/conf/htpasswd-radicale
#AuthGroupFile /dev/null
#Require valid-user