Sat, 01/05/2010 - 17:14 — horuskol
For most applications, there really isn't all that much to Apache configuration beyond setting up the virtual host and document root.
But Apache has a lot more to offer, and this set of articles will show how to set up some security on your site.
These articles assume that you are familiar with the basics of editing Apache configuration files. All of these settings can be performed at the directory level (as long as directory-level overrides are allowed), so you should not need access to the site configuration (meaning that you can do this on a shared host where you might not have access to the site/host configuration).
The information in these articles has been gathered from using Apache and reading the documentation.