slitaz-forge diff labs/system-config/apache/labs.slitaz.org.conf @ rev 3

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/labs/system-config/apache/labs.slitaz.org.conf	Wed Dec 22 14:03:22 2010 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<VirtualHost *>
     1.5 +    ServerAdmin webmaster@forum.slitaz.org
     1.6 +    DocumentRoot /home/slitaz/www/labs/public
     1.7 +    ServerName labs.slitaz.org
     1.8 +    ErrorLog /home/slitaz/logs/labs-error_log
     1.9 +    CustomLog /home/slitaz/logs/labs-access_log combined
    1.10 +
    1.11 +
    1.12 +#PassengerUserSwitching off
    1.13 +#PassengerDefaultUser www-data
    1.14 +
    1.15 +   <Directory /home/slitaz/www/labs/public>
    1.16 +       	AllowOverride all
    1.17 +		Options -MultiViews FollowSymLinks
    1.18 +   </Directory>
    1.19 +</VirtualHost>
    1.20 +