Ignore:
Timestamp:
Feb 8, 2008, 3:33:55 AM (16 years ago)
Author:
andersk
Message:
Migrate most vhosts from vhosts.d to LDAP, where they can be
manipulated with the new vhostadd and vhostedit commands.  For now
I've left behind vhosts with wildcard aliases, and a few with
customized configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/presbrey.conf

    r600 r638  
    1 <VirtualHost *:80>
    2         ServerName presbrey.mit.edu
    3         ServerAlias presbrey
    4         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    5         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    6         SuExecUserGroup presbrey presbrey
    7         Include conf.d/vhosts-common.conf
    8 </VirtualHost>
    9 
    10 <IfModule ssl_module>
    11         <VirtualHost *:443 *:444>
    12                 ServerName presbrey.mit.edu
    13                 ServerAlias presbrey
    14                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    15                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    16                 SuExecUserGroup presbrey presbrey
    17                 Include conf.d/vhosts-common-ssl.conf
    18         </VirtualHost>
    19 </IfModule>
    20 
    21 <VirtualHost *:80>
    22         ServerName presbrey.net
    23         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/presbrey.net
    24         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    25         SuExecUserGroup presbrey presbrey
    26         Include conf.d/vhosts-common.conf
    27 </VirtualHost>
    28 
    29 <IfModule ssl_module>
    30         <VirtualHost *:443 *:444>
    31                 ServerName presbrey.net
    32                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/presbrey.net
    33                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    34                 SuExecUserGroup presbrey presbrey
    35                 Include conf.d/vhosts-common-ssl.conf
    36         </VirtualHost>
    37 </IfModule>
    38 
    39 <VirtualHost *:80>
    40         ServerName scripts.presbrey.net
    41         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
    42         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    43         SuExecUserGroup presbrey presbrey
    44         Include conf.d/vhosts-common.conf
    45 </VirtualHost>
    46 
    47 <IfModule ssl_module>
    48         <VirtualHost *:443 *:444>
    49                 ServerName scripts.presbrey.net
    50                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
    51                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    52                 SuExecUserGroup presbrey presbrey
    53                 Include conf.d/vhosts-common-ssl.conf
    54         </VirtualHost>
    55 </IfModule>
    561
    572<VirtualHost *:80>
     
    7419        </VirtualHost>
    7520</IfModule>
    76 
    77 <VirtualHost *:80>
    78         ServerName hub.mit.edu
    79         ServerAlias hub
    80         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/hub.mit.edu
    81         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    82         SuExecUserGroup presbrey presbrey
    83         Include conf.d/vhosts-common.conf
    84 </VirtualHost>
    85 
    86 <IfModule ssl_module>
    87         <VirtualHost *:443 *:444>
    88                 ServerName hub.mit.edu
    89                 ServerAlias hub
    90                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/hub.mit.edu
    91                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    92                 SuExecUserGroup presbrey presbrey
    93                 Include conf.d/vhosts-common-ssl.conf
    94         </VirtualHost>
    95 </IfModule>
    96 
    97 <VirtualHost *:80>
    98         ServerName rdf.mit.edu
    99         ServerAlias rdf
    100         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/rdf.mit.edu
    101         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    102         SuExecUserGroup presbrey presbrey
    103         Include conf.d/vhosts-common.conf
    104 </VirtualHost>
    105 
    106 <IfModule ssl_module>
    107         <VirtualHost *:443 *:444>
    108                 ServerName rdf.mit.edu
    109                 ServerAlias rdf
    110                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/rdf.mit.edu
    111                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    112                 SuExecUserGroup presbrey presbrey
    113                 Include conf.d/vhosts-common-ssl.conf
    114         </VirtualHost>
    115 </IfModule>
Note: See TracChangeset for help on using the changeset viewer.