# These are the absolute basics to launch the web server. Listen 80 User apache Group apache ServerRoot /etc/httpd # Turn off all options for didactic reasons. Options None # Set up MIME content type recognition LoadModule mime_module modules/mod_mime.so TypesConfig /etc/mime.types # Set up name-based virtual hosting on all interfaces. NameVirtualHost * ServerName chalk.dept.cam.ac.uk DocumentRoot /var/www/CHALK ServerName cheese.dept.cam.ac.uk DocumentRoot /var/www/CHEESE