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