- 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/adviseme.conf
r2624 r2731 1 # do not trailing-slash DocumentRoot2 3 <VirtualHost *:80>4 ServerName adviseme.mit.edu5 ServerAlias adviseme6 DocumentRoot /afs/athena.mit.edu/activity/p/peeradvising/web_scripts/home7 Alias /~peeradvising /afs/athena.mit.edu/activity/p/peeradvising/web_scripts8 SuExecUserGroup peeradvising peeradvising9 Include conf.d/vhosts-common.conf10 </VirtualHost>11 12 1 <IfModule ssl_module> 13 2 <VirtualHost *:443> 14 3 ServerName adviseme.mit.edu 15 4 ServerAlias adviseme 16 DocumentRoot /afs/athena.mit.edu/activity/p/peeradvising/web_scripts/home 17 Alias /~peeradvising /afs/athena.mit.edu/activity/p/peeradvising/web_scripts 18 SuExecUserGroup peeradvising peeradvising 5 Include conf.d/vhost_ldap.conf 19 6 Include conf.d/vhosts-common-ssl.conf 20 7 SSLCertificateFile /etc/pki/tls/certs/adviseme.pem … … 24 11 ServerName adviseme.mit.edu 25 12 ServerAlias adviseme 26 DocumentRoot /afs/athena.mit.edu/activity/p/peeradvising/web_scripts/home 27 Alias /~peeradvising /afs/athena.mit.edu/activity/p/peeradvising/web_scripts 28 SuExecUserGroup peeradvising peeradvising 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.