tl;dr: How do I do the following in a .conf or .htaccess file:
# Do A # Do B &
Assuming you have mod_version installed (many distributions ship it by default) you can do the following:
= 2.4> # Require ... # Order ... # Deny ... # Allow ...