From c495c8618877de0343031c14977dcb9f8a07f4d8 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 10 Sep 2025 17:45:35 +0000 Subject: [PATCH] Generate documentation --- master.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/master.html b/master.html index bd76dd0a..cdc0a4d3 100644 --- a/master.html +++ b/master.html @@ -648,7 +648,10 @@ below.

RequestHeader set X-Script-Name /radicale RequestHeader set X-Forwarded-Port "%{SERVER_PORT}s" RequestHeader set X-Forwarded-Proto expr=%{REQUEST_SCHEME} -</Location> + <IfVersion >= 2.4.40> + Proxy100Continue Off + </IfVersion> +</Location>

Example Apache .htaccess configuration:

DirectoryIndex disabled
 RewriteEngine On
@@ -717,9 +720,12 @@ and disables HTTP authentication.

ProxyPass http://localhost:5232/ retry=0 ProxyPassReverse http://localhost:5232/ - RequestHeader set X-Script-Name /radicale - RequestHeader set X-Remote-User expr=%{REMOTE_USER} -</Location>
+ <IfVersion >= 2.4.40> + Proxy100Continue Off + </IfVersion> + RequestHeader set X-Script-Name /radicale + RequestHeader set X-Remote-User expr=%{REMOTE_USER} +</Location>

Example Apache .htaccess configuration:

DirectoryIndex disabled
 RewriteEngine On