A couple of quick adds to these excellent suggestions:
1) Just remember that the cost of .htaccess files is that Apache will
parse them with every single directory access, vs configs in the
httpd.conf file. Not a big cost on the margin, but if you're site is
busy it adds up to finite costs.
2) Remember that Directory, Location, and Files directives are
absolute and not relative to DocumentRoot or ServerRoot
Thanks all for the thread.
Walt
On 2/22/06, Joao Prado Maia <jp...@alertlogic.net> wrote:
Bryan,
In Eventum 2.0 we will be changing the directory structure to locate
logs, include files, etc in a directory not under the webroot. The
current structure is in place to make Eventum easy to install.
You could also add a pre-made .htaccess file to the directories that
shouldn't be visible to the Eventum distribution, and that would be a
nice-to-have feature while 2.0 is not ready yet.
--Joao