Warning, /iDDS/main/etc/idds/website/25-port443.conf is written in an unsupported language. File is not indexed.
0001 # ************************************
0002 # Vhost template in module puppetlabs-apache
0003 # Managed by Puppet
0004 # ************************************
0005 #
0006 <VirtualHost *:443>
0007 ServerName idds.cern.ch
0008
0009 ## Vhost docroot
0010 DocumentRoot "/var/www/html"
0011
0012 ## Directories, there should at least be a declaration for /var/www/html
0013
0014 <Directory "/var/www/html">
0015 Options FollowSymLinks MultiViews
0016 Options -Indexes
0017 AllowOverride None
0018 Require all granted
0019 </Directory>
0020
0021 ## Logging
0022 ErrorLog "/var/log/httpd/idds.cern.ch_error_ssl.log"
0023 ServerSignature Off
0024 CustomLog "/var/log/httpd/idds.cern.ch_access_ssl.log" combined
0025
0026 ## SSL directives
0027 SSLEngine on
0028 SSLCertificateFile "/etc/grid-security/hostcert.pem"
0029 SSLCertificateKeyFile "/etc/grid-security/hostkey.pem"
0030 </VirtualHost>