icefusion

Conf Virtual Hosts

Nov 7th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. #
  2. # Virtual Hosts
  3. #
  4. # If you want to maintain multiple domains/hostnames on your
  5. # machine you can setup VirtualHost containers for them. Most configurations
  6. # use only name-based virtual hosts so the server doesn't need to worry about
  7. # IP addresses. This is indicated by the asterisks in the directives below.
  8. #
  9. # Please see the documentation at
  10. # <URL:http://httpd.apache.org/docs/2.2/vhosts/>
  11. # for further details before you try to setup virtual hosts.
  12. #
  13. # You may use the command line option '-S' to verify your virtual host
  14. # configuration.
  15.  
  16. #
  17. # Use name-based virtual hosting.
  18. #
  19.  
  20.  
  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 [email protected]
  29. ##DocumentRoot "C:/xampp/htdocs/dummy-host.localhost"
  30. ##ServerName dummy-host.localhost
  31. ##ServerAlias www.dummy-host.localhost
  32. ##ErrorLog "logs/dummy-host.localhost-error.log"
  33. ##CustomLog "logs/dummy-host.localhost-access.log" combined
  34. ##</VirtualHost>
  35.  
  36. ##<VirtualHost *:80>
  37. ##ServerAdmin [email protected]
  38. ##DocumentRoot "C:/xampp/htdocs/dummy-host2.localhost"
  39. ##ServerName dummy-host2.localhost
  40. ##ServerAlias www.dummy-host2.localhost
  41. ##ErrorLog "logs/dummy-host2.localhost-error.log"
  42. ##CustomLog "logs/dummy-host2.localhost-access.log" combined
  43. ##</VirtualHost>
  44. #
  45.  
  46. NameVirtualHost *:80
  47.  
  48. <VirtualHost *:80>
  49. ServerAdmin [email protected]
  50. DocumentRoot "C:/desenvolvimento/source/k2/lprmontadora"
  51. <Directory "C:/desenvolvimento/source/k2/lprmontadora">
  52. Options Indexes FollowSymLinks
  53. AllowOverride All
  54. Order allow,deny
  55. Allow from all
  56. </Directory>
  57. ServerName lpr.proprio.net.br
  58. ServerAlias lpr.proprio.net.br
  59. UseCanonicalName Off
  60. </VirtualHost>
  61.  
  62. <VirtualHost *:80>
  63. ServerAdmin [email protected]
  64. DocumentRoot "C:/desenvolvimento/source/drupal/exemplo"
  65. <Directory "C:/desenvolvimento/source/drupal/exemplo">
  66. Options Indexes FollowSymLinks
  67. AllowOverride All
  68. Order allow,deny
  69. Allow from all
  70. </Directory>
  71. ServerName drupal.dp.net.br
  72. ServerAlias drupal.dp.net.br
  73. UseCanonicalName Off
  74. </VirtualHost>
  75.  
  76. <VirtualHost *:80>
  77. ServerAdmin [email protected]
  78. DocumentRoot "C:/desenvolvimento/source/wordpress/exemplo"
  79. <Directory "C:/desenvolvimento/source/wordpress/exemplo">
  80. Options Indexes FollowSymLinks
  81. AllowOverride All
  82. Order allow,deny
  83. Allow from all
  84. </Directory>
  85. ServerName exemplo.wp.net.br
  86. ServerAlias exemplo.wp.net.br
  87. UseCanonicalName Off
  88. </VirtualHost>
  89.  
  90. <VirtualHost *:80>
  91. ServerAdmin [email protected]
  92. DocumentRoot "C:/desenvolvimento/source/wordpress/concepthosting1"
  93. <Directory "C:/desenvolvimento/source/wordpress/concepthosting1">
  94. Options Indexes FollowSymLinks
  95. AllowOverride All
  96. Order allow,deny
  97. Allow from all
  98. </Directory>
  99. ServerName concepthosting1.wp.net.br
  100. ServerAlias concepthosting1.wp.net.br
  101. UseCanonicalName Off
  102. </VirtualHost>
  103.  
  104. <VirtualHost *:80>
  105. ServerAdmin [email protected]
  106. DocumentRoot "C:/desenvolvimento/source/wordpress/icefusion"
  107. <Directory "C:/desenvolvimento/source/wordpress/icefusion">
  108. Options Indexes FollowSymLinks
  109. AllowOverride All
  110. Order allow,deny
  111. Allow from all
  112. </Directory>
  113. ServerName icefusion.wp.net.br
  114. ServerAlias icefusion.wp.net.br
  115. UseCanonicalName Off
  116. </VirtualHost>
  117.  
  118. <VirtualHost *:80>
  119. ServerAdmin [email protected]
  120. DocumentRoot "C:/desenvolvimento/source/wordpress/concepthosting2"
  121. <Directory "C:/desenvolvimento/source/wordpress/concepthosting2">
  122. Options Indexes FollowSymLinks
  123. AllowOverride All
  124. Order allow,deny
  125. Allow from all
  126. </Directory>
  127. ServerName concepthosting2.wp.net.br
  128. ServerAlias concepthosting2.wp.net.br
  129. UseCanonicalName Off
  130. </VirtualHost>
  131.  
  132. <VirtualHost *:80>
  133. ServerAdmin [email protected]
  134. DocumentRoot "C:/desenvolvimento/source/wordpress/studioconcept"
  135. <Directory "C:/desenvolvimento/source/wordpress/studioconcept">
  136. Options Indexes FollowSymLinks
  137. AllowOverride All
  138. Order allow,deny
  139. Allow from all
  140. </Directory>
  141. ServerName studioconcept.wp.net.br
  142. ServerAlias studioconcept.wp.net.br
  143. UseCanonicalName Off
  144. </VirtualHost>
  145.  
  146. <VirtualHost *:80>
  147. ServerAdmin [email protected]
  148. DocumentRoot "C:/desenvolvimento/source/wordpress/classipress"
  149. <Directory "C:/desenvolvimento/source/wordpress/classipress">
  150. Options Indexes FollowSymLinks
  151. AllowOverride All
  152. Order allow,deny
  153. Allow from all
  154. </Directory>
  155. ServerName classipress.wp.net.br
  156. ServerAlias classipress.wp.net.br
  157. UseCanonicalName Off
  158. </VirtualHost>
  159.  
  160. <VirtualHost *:80>
  161. ServerAdmin [email protected]
  162. DocumentRoot "C:/desenvolvimento/source/magento/exemplo"
  163. <Directory "C:/desenvolvimento/source/magento/exemplo">
  164. Options Indexes FollowSymLinks
  165. AllowOverride All
  166. Order allow,deny
  167. Allow from all
  168. </Directory>
  169. ServerName magento.mg.net.br
  170. ServerAlias magento.mg.net.br
  171. UseCanonicalName Off
  172. </VirtualHost>
  173.  
  174. <VirtualHost *:80>
  175. ServerAdmin [email protected]
  176. DocumentRoot "C:/desenvolvimento/source/zendframework/exemplo"
  177. <Directory "C:/desenvolvimento/source/zendframework/exemplo">
  178. Options Indexes FollowSymLinks
  179. AllowOverride All
  180. Order allow,deny
  181. Allow from all
  182. </Directory>
  183. ServerName zf.zf.net.br
  184. ServerAlias zf.zf.net.br
  185. UseCanonicalName Off
  186. </VirtualHost>
  187.  
  188. <VirtualHost *:80>
  189. ServerAdmin [email protected]
  190. DocumentRoot "C:/desenvolvimento/source/symfony/exemplo"
  191. <Directory "C:/desenvolvimento/source/symfony/exemplo">
  192. Options Indexes FollowSymLinks
  193. AllowOverride All
  194. Order allow,deny
  195. Allow from all
  196. </Directory>
  197. ServerName symfony.sf.net.br
  198. ServerAlias symfony.sf.net.br
  199. UseCanonicalName Off
  200. </VirtualHost>
  201.  
  202. <VirtualHost *:80>
  203. ServerAdmin [email protected]
  204. DocumentRoot "C:/desenvolvimento/source/smarty/exemplo"
  205. <Directory "C:/desenvolvimento/source/smarty/exemplo">
  206. Options Indexes FollowSymLinks
  207. AllowOverride All
  208. Order allow,deny
  209. Allow from all
  210. </Directory>
  211. ServerName smarty.smt.net.br
  212. ServerAlias smarty.smt.net.br
  213. UseCanonicalName Off
  214. </VirtualHost>
  215.  
  216. <VirtualHost *:80>
  217. ServerAdmin [email protected]
  218. DocumentRoot "C:/desenvolvimento/source/zendframework/soliciteProjeto/public"
  219. <Directory "C:/desenvolvimento/source/zendframework/soliciteProjeto/public">
  220. Options Indexes FollowSymLinks
  221. AllowOverride All
  222. Order allow,deny
  223. Allow from all
  224. </Directory>
  225. ServerName solicite.zf.net.br
  226. ServerAlias solicite.zf.net.br
  227. UseCanonicalName Off
  228. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment