GWibisono

ini vhost gw

Mar 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #DO NOT EDIT, CREATED BY AMPPS
  2.  
  3.            
  4. #### www.eframework.site VirtualHost ####
  5.            
  6.  
  7. <VirtualHost www.bukanframework.site:80>
  8. <Directory "c:/eproject/eframework">
  9. Options FollowSymLinks Indexes
  10. AllowOverride All
  11. Order deny,allow
  12. allow from All
  13. </Directory>
  14. ServerName www.bukanframework.site
  15. ServerAlias www.bukanframework.site
  16. ScriptAlias /cgi-bin/ "c:/eproject/eframework/cgi-bin/"
  17. DocumentRoot "c:/eproject/eframework"
  18. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/www.eframework.site.err"
  19. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/www.eframework.site.log" combined
  20. </VirtualHost>
  21.  
  22. ####################################
  23.            
  24. #### eframework.site VirtualHost ####
  25.            
  26.  
  27. <VirtualHost bukanframework.site:80>
  28. <Directory "c:/eproject/bukanframework">
  29. Options FollowSymLinks Indexes
  30. AllowOverride All
  31. Order deny,allow
  32. allow from All
  33. </Directory>
  34. ServerName eframework.site
  35. ServerAlias eframework.site
  36. ScriptAlias /cgi-bin/ "c:/eproject/bukanframework/cgi-bin/"
  37. DocumentRoot "c:/eproject/bukanframework"
  38. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/site.err"
  39. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/site.log" combined
  40. </VirtualHost>
  41.  
  42. ####################################
  43.            
  44.  
  45.  
  46. ####################################
  47.            
  48. #### www.suratku.local VirtualHost ####
  49.            
  50.  
  51. <VirtualHost www.suratku.local:80>
  52. <Directory "c:/eproject/surat">
  53. Options FollowSymLinks Indexes
  54. AllowOverride All
  55. Order deny,allow
  56. allow from All
  57. </Directory>
  58. ServerName www.suratku.local
  59. ServerAlias www.suratku.local
  60. ScriptAlias /cgi-bin/ "c:/eproject/surat/cgi-bin/"
  61. DocumentRoot "c:/eproject/surat"
  62. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/www.suratku.local.err"
  63. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/www.suratku.local.log" combined
  64. </VirtualHost>
  65.  
  66. ####################################
  67.            
  68. #### my.local VirtualHost ####
  69.            
  70.  
  71. <VirtualHost my.local:80>
  72. <Directory "c:/php_folder/php">
  73. Options FollowSymLinks Indexes
  74. AllowOverride All
  75. Order deny,allow
  76. allow from All
  77. </Directory>
  78. ServerName my.local
  79. ServerAlias my.local
  80. ScriptAlias /cgi-bin/ "c:/php_folder/php/cgi-bin/"
  81. DocumentRoot "c:/php_folder/php"
  82. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/my.local.err"
  83. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/my.local.log" combined
  84. </VirtualHost>
  85.  
  86. ####################################
  87.            
  88. #### forex.local VirtualHost ####
  89.            
  90.  
  91. <VirtualHost 127.0.0.1:80>
  92. <Directory "c:/php_folder/php_forexlive">
  93. Options FollowSymLinks Indexes
  94. AllowOverride All
  95. Order deny,allow
  96. allow from All
  97. </Directory>
  98. ServerName forex.local
  99. ServerAlias forex.local
  100. ScriptAlias /cgi-bin/ "c:/php_folder/php_forexlive/cgi-bin/"
  101. DocumentRoot "c:/php_folder/php_forexlive"
  102. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/forex.local.err"
  103. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/forex.local.log" combined
  104. </VirtualHost>
  105.  
  106. ####################################
  107.            
  108. #### other.local VirtualHost ####
  109.            
  110.  
  111. <VirtualHost 127.0.0.1:80>
  112. <Directory "c:/php_folder/php_other">
  113. Options FollowSymLinks Indexes
  114. AllowOverride All
  115. Order deny,allow
  116. allow from All
  117. </Directory>
  118. ServerName other.local
  119. ServerAlias other.local
  120. ScriptAlias /cgi-bin/ "c:/php_folder/php_other/cgi-bin/"
  121. DocumentRoot "c:/php_folder/php_other"
  122. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/other.local.err"
  123. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/other.local.log" combined
  124. </VirtualHost>
  125.  
  126. ####################################
  127.            
  128. #### www.pornhub.com VirtualHost ####
  129.            
  130. ### TIDAK BERHASIL HAHAHAAHA #####
  131. <VirtualHost 127.0.0.1:80>
  132. <Directory "c:/php_folder/php_other">
  133. Options FollowSymLinks Indexes
  134. AllowOverride All
  135. Order deny,allow
  136. allow from All
  137. </Directory>
  138. ServerName www.pornhub.com
  139. ServerAlias www.pornhub.com
  140. ScriptAlias /cgi-bin/ "c:/php_folder/php_other/cgi-bin/"
  141. DocumentRoot "c:/php_folder/php_other"
  142. ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/www.pornhub.com.err"
  143. CustomLog "C:/Program Files (x86)/Ampps/apache/logs/www.pornhub.com.log" combined
  144. </VirtualHost>
  145.  
  146. ####################################
Add Comment
Please, Sign In to add comment