hgbook
view it/examples/ch06-apache-config.lst.it @ 1050:add323f1ff4e
1.6.2 finished,and first 2 paras of 1.6.3 refined
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Tue Nov 10 19:05:24 2009 -0500 (2009-11-10) |
parents | |
children |
line source
1 <!-- BEGIN ch06/apache-config.lst -->
2 <programlisting><Directory /home/*/public_html>
3 AllowOverride FileInfo AuthConfig Limit
4 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
5 <Limit GET POST OPTIONS>
6 Order allow,deny
7 Allow from all
8 </Limit>
9 <LimitExcept GET POST OPTIONS>
10 Order deny,allow Deny from all
11 </LimitExcept>
12 </Directory></programlisting>
13 <!-- END ch06/apache-config.lst -->