Ok, I'm sure this is simple and is already documented somewhere, but I can't find it for the life of me. I've got an HTTP listener set up and I need it to redirect everything to HTTPS except for a single keepalive.html file that the load balancer needs to get a 200 on. I've got the below redirect in httpd.conf, but I can't figure out how to tell it to rewrite everything except for keepalive.html. Any help is greatly appreciated.
RedirectPermanent / [
abc123.com...]