Ubuntu
# Apache 2.4
Require all granted
# Apache 2.2
Order Allow,Deny
Allow from all
# Apache < 2.3
Order allow,deny
Deny from all
Satisfy All
# Apache >= 2.3
Require all denied