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:
disabled
DirectoryIndexRewriteEngine On
@@ -717,9 +720,12 @@ and disables HTTP authentication.
http://localhost:5232/ retry=0
ProxyPass http://localhost:5232/
- ProxyPassReverse set X-Script-Name /radicale
- RequestHeader set X-Remote-User expr=%{REMOTE_USER}
- RequestHeader</Location>
Example Apache .htaccess configuration:
disabled
DirectoryIndexRewriteEngine On