Advertisement
dmontal2

apache-vhosts

Jul 9th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1.  
  2.  /usr/local/etc/apache22/extra/httpd-vhosts.conf
  3.  
  4. <VirtualHost *:80>
  5.     ServerAdmin info@awesomeapps.tk
  6.     DocumentRoot "/usr/local/www/apache22/data"
  7.     ServerName awesomeapps.tk
  8.     ErrorLog "urloid.com-error_log"
  9.     CustomLog "urloid.com-access-log" common
  10. </VirtualHost>
  11.  
  12. <VirtualHost *:80>
  13.     ServerAdmin info@awesomeapps.tk
  14.     DocumentRoot /usr/local/www/apache22/data/forums
  15.     ServerName forums.awesomeapps.tk
  16.     ErrorLog "forums.awesomeapps.tk-error_log"
  17.     CustomLog "forums.awesomeapps.tk-access_log" common
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement