Ignore:
Timestamp:
Nov 9, 2015, 4:26:30 PM (8 years ago)
Author:
andersk
Message:
Configure reified vhosts through LDAP

Reduces duplication, allows the owners to configure these vhosts
through Pony again, and potentially simplifies future automation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/vhosts.d/psetcentral.conf

    r2624 r2731  
    1 # do not trailing-slash DocumentRoot
    2 
    3 <VirtualHost *:80>
    4         ServerName psetcentral.mit.edu
    5         ServerAlias psetcentral
    6         DocumentRoot /afs/athena.mit.edu/course/21/21w785/web_scripts/psetcentral
    7         Alias /~21w785 /afs/athena.mit.edu/course/21/21w785/web_scripts
    8         SuExecUserGroup 21w785 21w785
    9         Include conf.d/vhosts-common.conf
    10 </VirtualHost>
    11 
    121<IfModule ssl_module>
    132        <VirtualHost *:443>
    143                ServerName psetcentral.mit.edu
    154                ServerAlias psetcentral
    16                 DocumentRoot /afs/athena.mit.edu/course/21/21w785/web_scripts/psetcentral
    17                 Alias /~21w785 /afs/athena.mit.edu/course/21/21w785/web_scripts
    18                 SuExecUserGroup 21w785 21w785
     5                Include conf.d/vhost_ldap.conf
    196                Include conf.d/vhosts-common-ssl.conf
    207                SSLCertificateFile /etc/pki/tls/certs/psetcentral.pem
     
    2411                ServerName psetcentral.mit.edu
    2512                ServerAlias psetcentral
    26                 DocumentRoot /afs/athena.mit.edu/course/21/21w785/web_scripts/psetcentral
    27                 Alias /~21w785 /afs/athena.mit.edu/course/21/21w785/web_scripts
    28                 SuExecUserGroup 21w785 21w785
     13                Include conf.d/vhost_ldap.conf
    2914                Include conf.d/vhosts-common-ssl.conf
    3015                Include conf.d/vhosts-common-ssl-cert.conf
Note: See TracChangeset for help on using the changeset viewer.