Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to set up a sub domain in Ubuntu Server 11.10
  2. <VirtualHost *>
  3.         ServerName <herbs>.tropicalrefresh.com
  4.         ServerAlias <herbs>.tropicalrefresh.com
  5.         DocumentRoot /var/www/tropicalrefreshherbs
  6.         CustomLog /var/www/logs/tropicalrefreshherbs.log combined
  7.         ErrorLog /var/www/logs/tropicalrefreshherbs.com
  8. </VirtualHost>