Solved it !
The module was not loaded. This fixed it:
LoadModule asis_modulemodules/mod_asis.so
In my (feeble) defense I think I would have expected some
warnings/errors in the log when referring to an unknown handler. (i.e.
in SetHandler, AddHandler or in RewriteRule with "H" flag).
For e
pect the "Status"
header to override the real HTTP status when the server sends its
output, rather than leaving such override for the HTTP client to
interpret.
Thanks
/Lars
On Thu, Mar 4, 2021 at 9:24 PM Christophe JAILLET
wrote:
>
>
>
> Le 04/03/2021 à 21:15, Christophe
How do I customize the HTTP Reason Phrase ?
Definition: The Reason Phrase is sent in an HTTP response on the very
first line immediately following the status code, for example such
line may look like this:
HTTP/1.1 401 Unauthorized
In this case "Unauthorized" is the Reason Phrase.
I've tried