| « IPTables - Filter ICMP Timestamp Requests & Replies | Zabbix - Monitor for Apache config errors » |
Assume that you have a folder that is restricted by HTTP Basic Auth but you want to allow access to a sub-folder. Here's how:
<Directory /var/www/vhosts/domain.com/httpdocs/myfolder > Satisfy Any Allow from all </Directory>