source: vhosts/conf.d/bpope.conf @ 385

Last change on this file since 385 was 383, checked in by andersk, 17 years ago
bpope, kraplan, tabbott.
  • Property svn:eol-style set to native
File size: 634 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName bpope.mit.edu
5        ServerAlias bpope
6        DocumentRoot /afs/athena.mit.edu/user/b/p/bpope/web_scripts/blog
7        Alias /~bpope /afs/athena.mit.edu/user/b/p/bpope/web_scripts
8        SuExecUserGroup bpope bpope
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443 *:444>
14                ServerName bpope.mit.edu
15                ServerAlias bpope
16                DocumentRoot /afs/athena.mit.edu/user/b/p/bpope/web_scripts/blog
17                Alias /~bpope /afs/athena.mit.edu/user/b/p/bpope/web_scripts
18                SuExecUserGroup bpope bpope
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.