aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/blog/templates/01_blogs_vhosts.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/blog/templates/01_blogs_vhosts.conf b/modules/blog/templates/01_blogs_vhosts.conf
new file mode 100644
index 00000000..7a86ab82
--- /dev/null
+++ b/modules/blog/templates/01_blogs_vhosts.conf
@@ -0,0 +1,12 @@
+<VirtualHost *:80>
+ServerName blog.mandriva.com
+ServerPath /
+Alias /blog-test /blogs.mageia.org/test
+DocumentRoot /var/www/html/blogs.mageia.org/
+<Directory /blogs.mageia.org/test>
+ Order deny,allow
+ Allow from all
+ Options FollowSymlinks
+ Options +Indexes
+</Directory>
+</VirtualHost>