I have a RedirectMatch
to a remote server in my Apache httpd.conf
file. However, sometimes the remote server gives a 404 HTTP response. Is there a way for the Apache server to ping the remote server first and, if it doesn't give a 404 response, only then enable the RedirectMatch
, such as by wrapping some kind of <If>
statement around the RedirectMatch
?
Home
/
user-273858
Geremia's questions
Is it possible to log clients' HPKP errors in Apache? It would seem this would be logged in in the error_log
or ssl_request_log
, but even when I set LogLevel debug
, I don't see anything regarding pinning errors. Am I missing something?