Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin admin@dc4.us
  3. ServerName interlinked.cf
  4. ServerAlias www.interlinked.cf
  5. DocumentRoot /var/www/html/naveenalbert
  6. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  7. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  8. </VirtualHost>
  9.  
  10.  
  11. <VirtualHost *:80>
  12. ServerAdmin admin@dc4.us
  13. ServerName telephony.ml
  14. ServerAlias www.telephony.ml
  15. DocumentRoot /var/www/html/naveenalbert/sites/telephony
  16. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  17. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  18. </VirtualHost>
  19.  
  20.  
  21. <VirtualHost *:80>
  22. ServerAdmin admin@dc4.us
  23. ServerName landlines.ml
  24. ServerAlias www.landlines.ml
  25. DocumentRoot /var/www/html/naveenalbert/sites/telephony/landlines
  26. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  27. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  28. </VirtualHost>
  29.  
  30.  
  31. <VirtualHost *:80>
  32. ServerAdmin admin@dc4.us
  33. ServerName mabell.ml
  34. ServerAlias www.mabell.ml
  35. DocumentRoot /var/www/html/naveenalbert/sites/telephony/bell
  36. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  37. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  38. </VirtualHost>
  39.  
  40.  
  41. <VirtualHost *:80>
  42. ServerAdmin admin@dc4.us
  43. ServerName phreak.ml
  44. ServerAlias www.phreak.ml
  45. DocumentRoot /var/www/html/naveenalbert/sites/telephony/phreak
  46. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  47. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  48. </VirtualHost>
  49.  
  50.  
  51. <VirtualHost *:80>
  52. ServerAdmin admin@dc4.us
  53. ServerName 2600hz.ml
  54. ServerAlias www.2600hz.ml
  55. DocumentRoot /var/www/html/naveenalbert/sites/telephony/phreak/bluebox
  56. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  57. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  58. </VirtualHost>
  59.  
  60.  
  61. <VirtualHost *:80>
  62. ServerAdmin admin@dc4.us
  63. ServerName rotary.ga
  64. ServerAlias www.rotary.ga
  65. DocumentRoot /var/www/html/naveenalbert/sites/telephony/phreak/rotary
  66. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  67. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  68. </VirtualHost>
  69.  
  70. <VirtualHost *:80>
  71. ServerAdmin admin@dc4.us
  72. ServerName dtmf.ml
  73. ServerAlias www.dtmf.ml
  74. DocumentRoot /var/www/html/naveenalbert/sites/telephony/phreak/dtmf
  75. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  76. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  77. </VirtualHost>
  78.  
  79.  
  80. <VirtualHost *:80>
  81. ServerAdmin admin@dc4.us
  82. ServerName morse.cf
  83. ServerAlias www.morse.cf
  84. DocumentRoot /var/www/html/naveenalbert/sites/telephony/phreak/telegraph
  85. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  86. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  87. </VirtualHost>
  88.  
  89.  
  90. <VirtualHost *:80>
  91. ServerAdmin admin@dc4.us
  92. ServerName analogfiles.ml
  93. ServerAlias www.analogfiles.ml
  94. DocumentRoot /var/www/html/naveenalbert/sites/analog
  95. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  96. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  97. </VirtualHost>
  98.  
  99.  
  100. <VirtualHost *:80>
  101. ServerAdmin admin@dc4.us
  102. ServerName windows2000.ml
  103. ServerAlias www.windows2000.ml
  104. DocumentRoot /var/www/html/naveenalbert/sites/win2000
  105. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  106. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  107. </VirtualHost>
  108.  
  109.  
  110. <VirtualHost *:80>
  111. ServerAdmin admin@dc4.us
  112. ServerName windowstour.ml
  113. ServerAlias www.windowstour.ml
  114. DocumentRoot /var/www/html/naveenalbert/sites/wintour
  115. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  116. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  117. </VirtualHost>
  118.  
  119.  
  120. <VirtualHost *:80>
  121. ServerAdmin admin@dc4.us
  122. ServerName interlinked.tk
  123. ServerAlias www.interlinked.tk
  124. DocumentRoot /var/www/html/naveenalbert/sites/legacy/interlinked.tk
  125. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  126. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  127. </VirtualHost>
  128.  
  129.  
  130. <VirtualHost *:80>
  131. ServerAdmin admin@dc4.us
  132. ServerName beta.interlinked.tk
  133. ServerAlias www.beta.interlinked.tk
  134. DocumentRoot /var/www/html/naveenalbert/sites/legacy/beta.interlinked.tk
  135. ErrorLog ${APACHE_LOG_DIR}/interlinked_error.log
  136. CustomLog ${APACHE_LOG_DIR}/interlinked_access.log combined
  137. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement