Jason Haar wrote: > <Directory /etc> > IncludeAll > Recursive yes > Exclude file( ^/etc$ ) > Exclude file( ^/etc/prelink.cache$ ) > </Directory> Hi Jason, You will need to put the IncludeAll after your exclude statements. That should fix your problem. -dave