From e1e2510f3cc96611f1a83d5692054a5a6476b3ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 30 Oct 2002 15:53:30 +0000 Subject: apache: Add vhosts.d, include.d and some example config snippets. --- apache/vhosts.d/00Virtual | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apache/vhosts.d/00Virtual (limited to 'apache/vhosts.d/00Virtual') diff --git a/apache/vhosts.d/00Virtual b/apache/vhosts.d/00Virtual new file mode 100644 index 0000000..9a7bf64 --- /dev/null +++ b/apache/vhosts.d/00Virtual @@ -0,0 +1,17 @@ +DocumentRoot /home + + + AllowOverride FileInfo AuthConfig Limit + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + + Order allow,deny + Allow from all + + + Order deny,allow + Deny from all + + + +UseCanonicalName Off +NameVirtualHost * -- cgit v1.2.3