aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/templates/01_blogs_vhosts.conf
blob: dae15b400964dbd6f9284728a8eed4c86aa025bd (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
ServerName blog-test.mageia.org
DocumentRoot /var/www/html/blog.mageia.org/
<Directory /var/www/html/blog.mageia.org/>
       Order deny,allow
       Allow from All
       AllowOverride All
       Options FollowSymlinks	
       Options +Indexes
</Directory>
</VirtualHost>