From 9898a8210813f468fb31b2c114dd8d5553fee5ba Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 31 Oct 2016 11:10:10 -0400 Subject: Initial commit --- etc/httpd/sites/mntscripts.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etc/httpd/sites/mntscripts.conf (limited to 'etc/httpd/sites/mntscripts.conf') diff --git a/etc/httpd/sites/mntscripts.conf b/etc/httpd/sites/mntscripts.conf new file mode 100644 index 0000000..31cdc6b --- /dev/null +++ b/etc/httpd/sites/mntscripts.conf @@ -0,0 +1,24 @@ + + + ServerName mntscripts.example.com:80 + ServerAlias mntscripts scripts scripts.example.com + + DocumentRoot "/var/www/html/mntscripts.example.com" + + AddType application/octet-stream .iso + + #Alias /mirror /mnt/mirror + + Options +Indexes + IndexOptions FancyIndexing NameWidth=* DescriptionWidth=* + IndexIgnore FOOTER.html repodata + ReadmeName FOOTER.html + + + AllowOverride None + Order allow,deny + Allow from all + Options Indexes FollowSymLinks + + + -- cgit