Example:
{
program /usr/sbin/httpd;
allow /var/www/cgi-bin/test.cgi r,s,dx;
}
{
program /var/www/cgi-bin/test.cgi;
allow ............
}
In this case, /usr/sbin/httpd have dx permission to
test.cgi. Domain is defined below. So, test.cgi runs as
different domain.
deny /home/ynakam/public_html;does not work.