|
Thanks for the continued assist.
While my host may allow (in this case) the implementation of a proxy (Squid) or similar front end, I'm constantly striving towards simplistic and purist approaches. My experience has always been that (well implemented and understood) less is more, as more tends to have its own baggage in terms of maintenance and security.
The goal is to meet my masochistic and highly retentive desire to enact some form of diluted justice upon the bots and skiddies without taxing everyone else.
Are there any (non-additive) alternatives?
Magical .conf entries?
How about virtual directories?
Does the <FilesMatch> approach do anything for me?
How about <LocationMatch) or <DirectoryMatch> given a tree something like this:
/var/htdocs/ - All php scripts
/var/htdocs/includedir/ - All php/html includes
/var/htdocs/cssdir/ - All external style sheets
/var/htdocs/jscriptdir/ - All javascript
/var/htdocs/imagedir/ - All images
Is the content in a <...MATCH> block skipped on false or parsed regardless?
Last edited by Envision_frodo; 12-30-2008 at 02:22 PM..
Reason: Added a couple more ideas
|