How do I configure my Apache Alias directive to capture all paths except two?
I'm using Apache 2 on Linux 18.04 with Python 3.6. I have the following virtual host set up ... <VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself.…