Advertisement
Guest User

hh

a guest
Apr 24th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. # Virtual Hosts
  2. #
  3. # Required modules: mod_log_config
  4.  
  5. # If you want to maintain multiple domains/hostnames on your
  6. # machine you can setup VirtualHost containers for them. Most configurations
  7. # use only name-based virtual hosts so the server doesn't need to worry about
  8. # IP addresses. This is indicated by the asterisks in the directives below.
  9. #
  10. # Please see the documentation at
  11. # <URL:http://httpd.apache.org/docs/2.4/vhosts/>
  12. # for further details before you try to setup virtual hosts.
  13. #
  14. # You may use the command line option '-S' to verify your virtual host
  15. # configuration.
  16.  
  17. #
  18. # Use name-based virtual hosting.
  19. #
  20. ##NameVirtualHost *:80
  21. #
  22. # VirtualHost example:
  23. # Almost any Apache directive may go into a VirtualHost container.
  24. # The first VirtualHost section is used for all requests that do not
  25. # match a ##ServerName or ##ServerAlias in any <VirtualHost> block.
  26. #
  27. ##<VirtualHost *:80>
  28. ##ServerAdmin webmaster@dummy-host.example.com
  29. ##DocumentRoot "C:/xampp/htdocs/dummy-host.example.com"
  30. ##ServerName dummy-host.example.com
  31. ##ServerAlias www.dummy-host.example.com
  32. ##ErrorLog "logs/dummy-host.example.com-error.log"
  33. ##CustomLog "logs/dummy-host.example.com-access.log" common
  34. ##</VirtualHost>
  35.  
  36. # <VirtualHost *:80>
  37. # ServerAdmin webmaster@dummy-host2.example.com
  38. # DocumentRoot "C:/xampp/htdocs/dummy-host2.example.com"
  39. # ServerName dummy-host2.example.com
  40. # ErrorLog "logs/dummy-host2.example.com-error.log"
  41. # CustomLog "logs/dummy-host2.example.com-access.log" common
  42. # </VirtualHost>
  43.  
  44. ## ISABEL IGLESIAS
  45. ########################################
  46. # <VirtualHost *:80>
  47. # ServerAdmin a.esclapez@trestristestigres.com
  48. # DocumentRoot "C:/xampp/htdocs/isabeliglesias.com"
  49. # ServerName isabeliglesias.dev.trestristestigres.com
  50. # ErrorLog "logs/dummy-host2.example.com-error.log"
  51. # CustomLog "logs/dummy-host2.example.com-access.log" common
  52.  
  53. # <Directory "C:/xampp/htdocs/isabeliglesias.com">
  54. # Options Indexes FollowSymLinks
  55. # AllowOverride All
  56. # Order allow,deny
  57. # Allow from all
  58. # </Directory>
  59. # </VirtualHost>
  60.  
  61. ## RUIZ Y GALVEZ
  62. ########################################
  63. # <VirtualHost *:80>
  64. # ServerAdmin a.esclapez@trestristestigres.com
  65. # DocumentRoot "C:/xampp/htdocs/ruizygalvez.com"
  66. # ServerName ruizygalvez.dev.trestristestigres.com
  67. # ErrorLog "logs/dummy-host2.example.com-error.log"
  68. # CustomLog "logs/dummy-host2.example.com-access.log" common
  69.  
  70. # <Directory "C:/xampp/htdocs/ruizygalvez.com">
  71. # Options Indexes FollowSymLinks
  72. # AllowOverride All
  73. # Order allow,deny
  74. # Allow from all
  75. # </Directory>
  76. # </VirtualHost>
  77.  
  78. ## RUIZ Y GALVEZ (VIEJO)
  79. ########################################
  80. # <VirtualHost *:80>
  81. # ServerAdmin a.esclapez@trestristestigres.com
  82. # DocumentRoot "C:/xampp/htdocs/hola.com"
  83. # ServerName hola.com
  84. # ErrorLog "logs/dummy-host2.example.com-error.log"
  85. # CustomLog "logs/dummy-host2.example.com-access.log" common
  86.  
  87. # <Directory "C:/xampp/htdocs/hola.com">
  88. # Options Indexes FollowSymLinks
  89. # AllowOverride All
  90. # Order allow,deny
  91. # Allow from all
  92. # </Directory>
  93. # </VirtualHost>
  94.  
  95. ## DEPORTES CAMPELLO
  96. ########################################
  97. # <VirtualHost *:80>
  98. # ServerAdmin a.esclapez@trestristestigres.com
  99. # DocumentRoot "C:/xampp/htdocs/deporteselcampello.com"
  100. # ServerName deporteselcampello.dev.trestristestigres.com
  101. # ErrorLog "logs/dummy-host2.example.com-error.log"
  102. # CustomLog "logs/dummy-host2.example.com-access.log" common
  103.  
  104. # <Directory "C:/xampp/htdocs/deporteselcampello.com">
  105. # Options Indexes FollowSymLinks
  106. # AllowOverride All
  107. # Order allow,deny
  108. # Allow from all
  109. # </Directory>
  110. # </VirtualHost>
  111.  
  112. ## DEPORTES CAMPELLO (VIEJO)
  113. ########################################
  114. # <VirtualHost *:80>
  115. # ServerAdmin a.esclapez@trestristestigres.com
  116. # DocumentRoot "C:/xampp/htdocs/viejodep.com"
  117. # ServerName viejodep.com
  118. # ErrorLog "logs/dummy-host2.example.com-error.log"
  119. # CustomLog "logs/dummy-host2.example.com-access.log" common
  120.  
  121. # <Directory "C:/xampp/htdocs/viejodep.com">
  122. # Options Indexes FollowSymLinks
  123. # AllowOverride All
  124. # Order allow,deny
  125. # Allow from all
  126. # </Directory>
  127. # </VirtualHost>
  128.  
  129.  
  130. ## GRUPO ALACANT
  131. ########################################
  132. <VirtualHost *:80>
  133. ServerAdmin a.esclapez@trestristestigres.com
  134. DocumentRoot "C:/xampp/htdocs/grupoalacant.com"
  135. ServerName grupoalacant.com
  136. ErrorLog "logs/dummy-host2.example.com-error.log"
  137. CustomLog "logs/dummy-host2.example.com-access.log" common
  138.  
  139. <Directory "C:/xampp/htdocs/grupoalacant.com">
  140. Options Indexes FollowSymLinks
  141. AllowOverride All
  142. Order allow,deny
  143. Allow from all
  144. </Directory>
  145. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement