[plug] Apache Config question ..
Brian Tombleson
brian at ParadigmIT.com.au
Fri Oct 27 16:00:54 WST 2000
If this is added to the access.conf file in Apache
<Directory "/home">
Options None
AllowOverride AuthConfig
</Directory>
Does this allow just access to the home pages for users and
keep all else off limits?
Of do I need something like this?:
<Directory "/home/*/public_html">
Options None
AllowOverride AuthConfig
</Directory>
Or something different?
Any help (including a pointer to more specific doco) appreciated.
- Brian.
More information about the plug
mailing list