hgbook

view it/examples/ch06-apache-config.lst.it @ 882:50d09b8f3c4f

Remove /tmp/REV*-hello when clean
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 16:33:28 2009 +0800 (2009-10-21)
parents
children
line source
1 <!-- BEGIN ch06/apache-config.lst -->
2 <programlisting>&lt;Directory /home/*/public_html&gt;
3 AllowOverride FileInfo AuthConfig Limit
4 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
5 &lt;Limit GET POST OPTIONS&gt;
6 Order allow,deny
7 Allow from all
8 &lt;/Limit&gt;
9 &lt;LimitExcept GET POST OPTIONS&gt;
10 Order deny,allow Deny from all
11 &lt;/LimitExcept&gt;
12 &lt;/Directory&gt;</programlisting>
13 <!-- END ch06/apache-config.lst -->