From 726cfa66c8fe8d4b5c44821a51c23ed956fd23bc Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 28 Jan 2011 11:53:47 +0000 Subject: starting planet installation --- modules/planet/templates/02_planet_vhosts.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/planet/templates/02_planet_vhosts.conf diff --git a/modules/planet/templates/02_planet_vhosts.conf b/modules/planet/templates/02_planet_vhosts.conf new file mode 100644 index 00000000..18417c14 --- /dev/null +++ b/modules/planet/templates/02_planet_vhosts.conf @@ -0,0 +1,11 @@ + +ServerName planet.mageia.org +DocumentRoot /var/www/html/planet.mageia.org/ + + Order deny,allow + Allow from All + AllowOverride All + Options FollowSymlinks + Options +Indexes + + -- cgit v1.2.1