Advertisement
Guest User

default

a guest
Sep 6th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NameVirtualHost 46.38.240.85
  2. NameVirtualHost mytitan.org
  3. NameVirtualHost lostlegends.mytitan.org
  4. NameVirtualHost ts.mytitan.org
  5. #NameVirtualHost downloads.mytitan.org
  6.  
  7. <VirtualHost 46.38.240.85>
  8.         ServerName 88.198.95.226
  9.         ServerAdmin Technik@MyTitan.org
  10.         DocumentRoot /var/www/46.38.240.85/
  11.         ErrorLog /var/www/logs/46.38.240.85-error.log
  12.         LogLevel warn
  13.         CustomLog /var/www/logs/46.38.240.85-access.log combined
  14.         ServerSignature On
  15. </VirtualHost>
  16.  
  17. #<VirtualHost downloads.mytitan.org>
  18. #        ServerName downloads.mytitan.org
  19. #        ServerAdmin Technik@MyTitan.org
  20. #        DocumentRoot /var/www/downloads.mytitan.org/
  21. #        ErrorLog /var/www/logs/downloads.mytitan.org-error.log
  22. #        LogLevel warn
  23. #        CustomLog /var/www/logs/downloads.mytitan.org-access.log combined
  24. #        ServerSignature On
  25. #</VirtualHost>
  26.  
  27. <VirtualHost mytitan.org>
  28.         ServerName mytitan.org
  29.         ServerAlias www.mytitan.org
  30.         ServerAdmin Technik@MyTitan.org
  31.         DocumentRoot /var/www/mytitan.org/
  32.         ErrorLog /var/www/logs/mytitan.org-error.log
  33.         LogLevel warn
  34.         CustomLog /var/www/logs/mytitan.org-access.log combined
  35.         ServerSignature On
  36. </VirtualHost>
  37.  
  38. <VirtualHost lostlegends.mytitan.org>
  39.         ServerName lostlegends.mytitan.org
  40.         ServerAdmin Technik@MyTitan.org
  41.         DocumentRoot /var/www/lostlegends.mytitan.org/
  42.         ErrorLog /var/www/logs/lostlegends.mytitan.org-error.log
  43.         LogLevel warn
  44.         CustomLog /var/www/logs/lostlegends.mytitan.org-access.log combined
  45.         ServerSignature On
  46. </VirtualHost>
  47.  
  48. <VirtualHost ts.mytitan.org>
  49.         ServerName ts.mytitan.org
  50.         ServerAdmin Technik@MyTitan.org
  51.         DocumentRoot /var/www/ts.mytitan.org/
  52.         ErrorLog /var/www/logs/ts.mytitan.org-error.log
  53.         LogLevel warn
  54.         CustomLog /var/www/logs/ts.mytitan.org-access.log combined
  55.         ServerSignature On
  56. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement