source: vhosts/conf.d/presbrey.conf @ 638

Last change on this file since 638 was 638, checked in by andersk, 16 years ago
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 size: 665 bytes
Line 
1
2<VirtualHost *:80>
3        ServerName kumonga.com
4        ServerAlias *.kumonga.com
5        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
6        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
7        SuExecUserGroup presbrey presbrey
8        Include conf.d/vhosts-common.conf
9</VirtualHost>
10
11<IfModule ssl_module>
12        <VirtualHost *:443 *:444>
13                ServerName kumonga.com
14                ServerAlias *.kumonga.com
15                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
16                Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
17                SuExecUserGroup presbrey presbrey
18                Include conf.d/vhosts-common-ssl.conf
19        </VirtualHost>
20</IfModule>
Note: See TracBrowser for help on using the repository browser.