What is the point of the <Directory / > definition in apache configurations?
- by ben
I noticed that lots of example apache configuration files (and the one that came with my installation) have a block like:
Options FollowSymLinks
AllowOverride None
But I can't understand or find an explanation of what this is for. I mean, what would the web server be doing in any directory other than the document root?