# 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 # Follow symbolic links Options +FollowSymLinks # Set up MIME content type recognition LoadModule mime_module modules/mod_mime.so TypesConfig /etc/mime.types # Enable automatic indexing of directories LoadModule autoindex_module modules/mod_autoindex.so Options +Indexes # Make the indexes "fancy" IndexOptions FancyIndexing # 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