Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 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. # VirtualHost example:
  19. # Almost any Apache directive may go into a VirtualHost container.
  20. # The first VirtualHost section is used for all requests that do not
  21. # match a ServerName or ServerAlias in any <VirtualHost> block.
  22. #
  23.  
  24.  
  25. #NameVirtualHost *:80
  26.  
  27. <VirtualHost *:80>
  28. ServerName localhost
  29. DocumentRoot "/Users/Karlo/work"
  30. <Directory "/Users/Karlo/work">
  31. Options Indexes FollowSymLinks Includes execCGI
  32. AllowOverride All
  33. Order Allow,Deny
  34. Allow From All
  35. </Directory>
  36. </VirtualHost>
  37.  
  38.  
  39. <VirtualHost 127.0.0.1:80>
  40. ServerAdmin karlo@iapp.loc
  41. DocumentRoot "/Users/Karlo/work/iapp"
  42. ServerName www.iapp.loc
  43. ServerAlias www.iapp.loc
  44. <Directory "/Users/Karlo/work/iapp">
  45. Options All
  46. AllowOverride All
  47. Order allow,deny
  48. Allow from all
  49. Require all granted
  50. </Directory>
  51. </VirtualHost>
  52.  
  53.  
  54. <VirtualHost 127.0.0.1:80>
  55. ServerAdmin karlo@yapp.loc
  56. DocumentRoot "/Users/Karlo/work/yapp"
  57. ServerName www.yapp.loc
  58. ServerAlias www.yapp.loc
  59. <Directory "/Users/Karlo/work/yapp">
  60. Options All
  61. AllowOverride All
  62. Order allow,deny
  63. Allow from all
  64. Require all granted
  65. </Directory>
  66. </VirtualHost>
  67.  
  68.  
  69. <VirtualHost 127.0.0.1:80>
  70. ServerAdmin karlo@private.loc
  71. DocumentRoot "/Users/Karlo/work/private"
  72. ServerName www.private.loc
  73. ServerAlias www.private.loc
  74. <Directory "/Users/Karlo/work/private">
  75. Options All
  76. AllowOverride All
  77. Order allow,deny
  78. Allow from all
  79. Require all granted
  80. </Directory>
  81. </VirtualHost>
  82.  
  83.  
  84. <VirtualHost 127.0.0.1:80>
  85. ServerAdmin karlo@autohrvatska.loc
  86. DocumentRoot "/Users/Karlo/work/autohrvatska"
  87. ServerName www.autohrvatska.loc
  88. ServerAlias www.autohrvatska.loc
  89. <Directory "/Users/Karlo/work/autohrvatska">
  90. Options All
  91. AllowOverride All
  92. Order allow,deny
  93. Allow from all
  94. Require all granted
  95. </Directory>
  96. </VirtualHost>
  97.  
  98.  
  99. <VirtualHost 127.0.0.1:80>
  100. ServerAdmin karlo@dwp.loc
  101. DocumentRoot "/Users/Karlo/work/dwp"
  102. ServerName www.dwp.loc
  103. ServerAlias www.dwp.loc
  104. <Directory "/Users/Karlo/work/dwp">
  105. Options All
  106. AllowOverride All
  107. Order allow,deny
  108. Allow from all
  109. Require all granted
  110. </Directory>
  111. </VirtualHost>
  112.  
  113.  
  114. <VirtualHost 127.0.0.1:80>
  115. ServerAdmin karlo@bwp.loc
  116. DocumentRoot "/Users/Karlo/work/bwp"
  117. ServerName www.bwp.loc
  118. ServerAlias www.bwp.loc
  119. <Directory "/Users/Karlo/work/bwp">
  120. Options All
  121. AllowOverride All
  122. Order allow,deny
  123. Allow from all
  124. Require all granted
  125. </Directory>
  126. </VirtualHost>
  127.  
  128.  
  129. <VirtualHost 127.0.0.1:80>
  130. ServerAdmin karlo@static.loc
  131. DocumentRoot "/Users/Karlo/work/static"
  132. ServerName www.static.loc
  133. ServerAlias www.static.loc
  134. <Directory "/Users/Karlo/work/static">
  135. Options All
  136. AllowOverride All
  137. Order allow,deny
  138. Allow from all
  139. Require all granted
  140. </Directory>
  141. </VirtualHost>
  142.  
  143.  
  144. <VirtualHost 127.0.0.1:80>
  145. ServerAdmin karlo@degordian.loc
  146. DocumentRoot "/Users/Karlo/work/degordian-web/2014"
  147. ServerName www.degordian.loc
  148. ServerAlias www.degordian.loc
  149. <Directory "/Users/Karlo/work/degordian-web/2014">
  150. Options All
  151. AllowOverride All
  152. Order allow,deny
  153. Allow from all
  154. Require all granted
  155. </Directory>
  156. </VirtualHost>
  157.  
  158.  
  159. <VirtualHost 127.0.0.1:80>
  160. ServerAdmin karlo@nfg.loc
  161. DocumentRoot "/Users/Karlo/work/nfg"
  162. ServerName www.nfg.loc
  163. ServerAlias www.nfg.loc
  164. <Directory "/Users/Karlo/work/nfg">
  165. Options All
  166. AllowOverride All
  167. Order allow,deny
  168. Allow from all
  169. Require all granted
  170. </Directory>
  171. </VirtualHost>
  172.  
  173.  
  174. <VirtualHost 127.0.0.1:80>
  175. ServerAdmin karlo@front.loc
  176. DocumentRoot "/Users/Karlo/work/front"
  177. ServerName www.front.loc
  178. ServerAlias www.front.loc
  179. <Directory "/Users/Karlo/work/front">
  180. Options All
  181. AllowOverride All
  182. Order allow,deny
  183. Allow from all
  184. Require all granted
  185. </Directory>
  186. </VirtualHost>
  187.  
  188.  
  189. <VirtualHost 127.0.0.1:80>
  190. ServerAdmin karlo@adriaticluxuryhotels.loc
  191. DocumentRoot "/Users/Karlo/work/ALH/adriatic-luxury-hotels"
  192. ServerName www.adriaticluxuryhotels.loc
  193. ServerAlias www.adriaticluxuryhotels.loc
  194. <Directory "/Users/Karlo/work/ALH/adriatic-luxury-hotels">
  195. Options All
  196. AllowOverride All
  197. Order allow,deny
  198. Allow from all
  199. Require all granted
  200. </Directory>
  201. </VirtualHost>
  202.  
  203.  
  204. <VirtualHost 127.0.0.1:80>
  205. ServerAdmin karlo@kuwait.loc
  206. DocumentRoot "/Users/Karlo/work/kuwait-ccp/applications"
  207. ServerName www.kuwait.loc
  208. ServerAlias www.kuwait.loc
  209. <Directory "/Users/Karlo/work/kuwait-ccp/application">
  210. Options All
  211. AllowOverride All
  212. Order allow,deny
  213. Allow from all
  214. Require all granted
  215. </Directory>
  216. </VirtualHost>
  217.  
  218.  
  219. <VirtualHost 127.0.0.1:80>
  220. ServerAdmin karlo@eotg.loc
  221. DocumentRoot "/Users/Karlo/work/eye-on-the-goal/frontend/web"
  222. ServerName www.eotg.loc
  223. ServerAlias www.eotg.loc
  224. <Directory "/Users/Karlo/work/eye-on-the-goal/frontend/web">
  225. Options All
  226. AllowOverride All
  227. Order allow,deny
  228. Allow from all
  229. Require all granted
  230. </Directory>
  231. </VirtualHost>
  232.  
  233. ##
  234. # Eye On The Goal - backend
  235. ###
  236. <VirtualHost backend.eotg.loc:80>
  237. ServerAdmin karlo@eotg.loc
  238. ServerName backendeotg.loc
  239. DocumentRoot "/Users/Karlo/work/eye-on-the-goal/backend/web"
  240.  
  241. # ErrorLog "logs/eotg-backend-error_log"
  242. # CustomLog "logs/eotg-backend-access_log" common
  243. <Directory "/Users/Karlo/work/eye-on-the-goal/backend/web">
  244.  
  245. Options Indexes FollowSymLinks Includes execCGI
  246. AllowOverride All
  247. Require all granted
  248.  
  249. ## Apache 2.2
  250. # Order allow,deny
  251. # Allow from all
  252. </Directory>
  253. </VirtualHost>
  254.  
  255. ##
  256. # Eye On The Goal - static
  257. ###
  258. <VirtualHost static.eotg.loc:80>
  259. ServerAdmin karlo@eotg.loc
  260. DocumentRoot "/Users/Karlo/work/static/eye-on-the-goal/"
  261. ServerName staticeotg.loc
  262.  
  263. # ErrorLog "logs/static_eotg-error_log"
  264. # CustomLog "logs/static_eotg-access_log" common
  265. <Directory "/Users/Karlo/work/static/eye-on-the-goal/">
  266. Options Indexes FollowSymLinks Includes execCGI
  267. AllowOverride All
  268. Require all granted
  269. </Directory>
  270. </VirtualHost>
  271.  
  272. <VirtualHost 127.0.0.1:80>
  273. ServerAdmin admin@outsource.loc
  274. DocumentRoot "/Users/Karlo/work/outsource"
  275. ServerName www.outsource.loc
  276. ServerAlias www.outsource.loc
  277. <Directory "/Users/Karlo/work/outsource">
  278. Options All
  279. AllowOverride All
  280. Order allow,deny
  281. Allow from all
  282. Require all granted
  283. </Directory>
  284. </VirtualHost>
  285.  
  286.  
  287. <VirtualHost 127.0.0.1:80>
  288. ServerAdmin admin@10adams.loc
  289. DocumentRoot "/Users/Karlo/work/10adams"
  290. ServerName www.10adams.loc
  291. ServerAlias www.10adams.loc
  292. <Directory "/Users/Karlo/work/10adams">
  293. Options All
  294. AllowOverride All
  295. Order allow,deny
  296. Allow from all
  297. Require all granted
  298. </Directory>
  299. </VirtualHost>
  300.  
  301. <VirtualHost 127.0.0.1:80>
  302. ServerAdmin karlo@sullivan.loc
  303. DocumentRoot "/Users/Karlo/work/sullivan"
  304. ServerName www.sullivan.loc
  305. ServerAlias www.sullivan.loc
  306. <Directory "/Users/Karlo/work/sullivan">
  307. Options All
  308. AllowOverride All
  309. Order allow,deny
  310. Allow from all
  311. Require all granted
  312. </Directory>
  313. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement