Changeset 648
- Timestamp:
- Feb 11, 2008, 2:39:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/config/etc/httpd/conf/httpd.conf
r642 r648 318 318 # LDAP vhost, w00t w00t 319 319 <VirtualHost *:443> 320 ServerName localhost 321 Include conf.d/vhost_ldap.conf 322 Include conf.d/vhosts-common-ssl.conf 323 </VirtualHost> 324 <VirtualHost *:443> 325 ServerName scripts.scripts.mit.edu 326 ServerAlias *.scripts.mit.edu 327 SSLCertificateFile /etc/pki/tls/certs/star.scripts.pem 328 SSLCertificateKeyFile /etc/pki/tls/private/star.scripts.key 320 329 Include conf.d/vhost_ldap.conf 321 330 Include conf.d/vhosts-common-ssl.conf … … 327 336 </VirtualHost> 328 337 <VirtualHost *:443> 329 338 Include conf.d/vhosts-vhost-names.conf 330 339 DocumentRoot /afs/athena.mit.edu/contrib/scripts/vhosts/server.php 331 340 Include conf.d/vhosts-common-ssl.conf … … 334 343 <VirtualHost *:444> 335 344 Include conf.d/vhost_ldap.conf 336 337 345 Include conf.d/vhosts-common-ssl.conf 346 Include conf.d/vhosts-common-ssl-cert.conf 338 347 </VirtualHost> 339 348 <VirtualHost *:444> … … 344 353 </VirtualHost> 345 354 <VirtualHost *:444> 346 355 Include conf.d/vhosts-vhost-names.conf 347 356 DocumentRoot /afs/athena.mit.edu/contrib/scripts/vhosts/server.php 348 357 Include conf.d/vhosts-common-ssl.conf
Note: See TracChangeset
for help on using the changeset viewer.