# $Id$ # # VirtualHost configuration for a YUM server. On RedHat Linux, install # this file under /etc/httpd/conf.d, change the FIXME_YUM_DIR strings # below to point at the root of the various YUM repositories, and # restart the httpd service. Ensure the yum.example.org DNS name points # to the appropriate system(s). ServerName yum.example.org ServerAlias yum ServerAdmin webmaster@example.org ServerSignature Off ErrorLog logs/error_log CustomLog logs/access_log combined Options FollowSymLinks AllowOverride None Order allow,deny Deny from all # override index.html.var map crud set in the main httpd.conf DirectoryIndex index.html # where YUM data located, e.g. /var/www/yum DocumentRoot FIXME_YUM_DIR Options Indexes FollowSymLinks AllowOverride None IndexOptions -FancyIndexing +FoldersFirst Order allow,deny Allow from all Order deny,allow Deny from all UserDir disabled