Changeset 2107


Ignore:
Timestamp:
Jan 3, 2012, 12:19:08 PM (12 years ago)
Author:
achernya
Message:
Correct picker.mit.edu aliases

In r2106, there was a change to the aliases line that added pickr and
pickr.mit.edu, bringing this configuration into sync with LDAP.
However, this is clearly Wrong (TM) as the certificate has been issued
for picker.mit.edu only.  This change reflects a re-sync with LDAP
after the aliases have been corrected.
File:
1 edited

Legend:

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

    r2106 r2107  
    33<VirtualHost *:80>
    44        ServerName picker.mit.edu
    5         ServerAlias picker pickr.mit.edu pickr
     5        ServerAlias picker
    66        DocumentRoot /afs/athena.mit.edu/course/urop/picker/web_scripts
    77        Alias /~picker /afs/athena.mit.edu/course/urop/picker/web_scripts
     
    1313        <VirtualHost *:443>
    1414                ServerName picker.mit.edu
    15                 ServerAlias picker pickr.mit.edu pickr
     15                ServerAlias picker
    1616                DocumentRoot /afs/athena.mit.edu/course/urop/picker/web_scripts
    1717                Alias /~picker /afs/athena.mit.edu/course/urop/picker/web_scripts
     
    2323        <VirtualHost *:444>
    2424                ServerName picker.mit.edu
    25                 ServerAlias picker pickr.mit.edu pickr
     25                ServerAlias picker
    2626                DocumentRoot /afs/athena.mit.edu/course/urop/picker/web_scripts
    2727                Alias /~picker /afs/athena.mit.edu/course/urop/picker/web_scripts
Note: See TracChangeset for help on using the changeset viewer.