NOTE: THIS IS NOW OBSOLETE - please request a site in #debconf-team irc for a wafer instance.

This document aims to help folks maintaining MiniDebConf India website

Note: The server supports ONLY SHTML (Server Side Includes), CSS and ?JavaScript (No PHP, CGI or any other server side scripts)

Note: If you are planning to make changes, use your git clone at github. If you are new to git, then follow this tutorial to learn git.

127.0.0.1    local.in2016.mini.debconf.org

<VirtualHost local.in2016.mini.debconf.org:80>
        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/in2016.mini/website/
        <Directory />
                Options +FollowSymLinks +Includes 
                AllowOverride None
        </Directory>
        <Directory /var/www/in2016.mini/website/>
                Options +Indexes +FollowSymLinks +MultiViews +Includes 
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
</VirtualHost>

 # a2ensite minidebconfindia 

 # a2enmod include 

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml 

 # /etc/init.d/apache2 restart