This shows you the differences between two versions of the page.
|
build:apache [2010/03/03 15:10] 99.100.133.164 old revision restored |
build:apache [2010/08/01 15:04] (current) 99.100.133.164 Alias for webmail site. |
||
|---|---|---|---|
| Line 286: | Line 286: | ||
| a2ensite blog.craigbuchek.com | a2ensite blog.craigbuchek.com | ||
| </code> | </code> | ||
| - | + | ==== Webmail Sites ==== | |
| - | ==== Webmail Site ==== | + | |
| <code rootshell> | <code rootshell> | ||
| Line 298: | Line 297: | ||
| Edit ''/etc/apache2/sites-available/webmail.boochtek.com'': | Edit ''/etc/apache2/sites-available/webmail.boochtek.com'': | ||
| + | |||
| <file> | <file> | ||
| <VirtualHost *:80> | <VirtualHost *:80> | ||
| ServerName webmail.boochtek.com | ServerName webmail.boochtek.com | ||
| + | ServerAlias wm.boochtek.com | ||
| UseCanonicalName On | UseCanonicalName On | ||
| Line 316: | Line 317: | ||
| </file> | </file> | ||
| - | <code rootshell> | + | <code bash> |
| - | a2ensite webmail.boochtek.com | + | sudo a2ensite webmail.boochtek.com |
| </code> | </code> | ||