- Timestamp:
- Nov 9, 2015, 4:26:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/vhosts.d/dormbase.conf
r2624 r2731 1 # do not trailing-slash DocumentRoot2 3 <VirtualHost *:80>4 ServerName dormbase.mit.edu5 ServerAlias dormbase6 DocumentRoot /afs/sipb.mit.edu/project/dormbase/web_scripts7 Alias /~dormbase /afs/sipb.mit.edu/project/dormbase/web_scripts8 SuExecUserGroup dormbase dormbase9 Include conf.d/vhosts-common.conf10 </VirtualHost>11 12 1 <IfModule ssl_module> 13 2 <VirtualHost *:443> 14 3 ServerName dormbase.mit.edu 15 4 ServerAlias dormbase 16 DocumentRoot /afs/sipb.mit.edu/project/dormbase/web_scripts 17 Alias /~dormbase /afs/sipb.mit.edu/project/dormbase/web_scripts 18 SuExecUserGroup dormbase dormbase 5 Include conf.d/vhost_ldap.conf 19 6 Include conf.d/vhosts-common-ssl.conf 20 7 SSLCertificateFile /etc/pki/tls/certs/dormbase.pem … … 24 11 ServerName dormbase.mit.edu 25 12 ServerAlias dormbase 26 DocumentRoot /afs/sipb.mit.edu/project/dormbase/web_scripts 27 Alias /~dormbase /afs/sipb.mit.edu/project/dormbase/web_scripts 28 SuExecUserGroup dormbase dormbase 13 Include conf.d/vhost_ldap.conf 29 14 Include conf.d/vhosts-common-ssl.conf 30 15 Include conf.d/vhosts-common-ssl-cert.conf
Note: See TracChangeset
for help on using the changeset viewer.