Advertisement
Guest User

Untitled

a guest
Sep 5th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 KB | None | 0 0
  1.  
  2. # vhost_start phwebdev.net
  3. <VirtualHost 128.199.202.166:80>
  4. ServerName phwebdev.net
  5. ServerAlias www.phwebdev.net
  6. ServerAdmin phwebdev14@gmail.com
  7. DocumentRoot "/home/phwebdev/public_html"
  8. ScriptAlias /cgi-bin/ "/home/phwebdev/public_html/cgi-bin/
  9. #
  10. # Custom settings are loaded below this line (if any exist)
  11. # Include "/usr/local/apache/conf/userdata/phwebdev/phwebdev.net/*.conf
  12.  
  13. <IfModule mod_suexec.c>
  14. SuexecUserGroup phwebdev phwebdev
  15. </IfModule>
  16.  
  17. <IfModule mod_suphp.c>
  18. suPHP_UserGroup phwebdev phwebdev
  19. suPHP_ConfigPath /home/phwebdev
  20. </IfModule>
  21.  
  22. <Directory "/home/phwebdev/public_html">
  23. AllowOverride All
  24. </Directory>
  25.  
  26. </VirtualHost>
  27. # vhost_end phwebdev.net
  28.  
  29. # vhost_start decapaviailoilo.com
  30. <VirtualHost 128.199.202.166:80>
  31. ServerName decapaviailoilo.com
  32. ServerAlias www.decapaviailoilo.com
  33. ServerAdmin phwebdev14@gmail.com
  34. DocumentRoot "/home/decahome/public_html"
  35. ScriptAlias /cgi-bin/ "/home/decahome/public_html/cgi-bin/
  36. #
  37. # Custom settings are loaded below this line (if any exist)
  38. # Include "/usr/local/apache/conf/userdata/decahome/decapaviailoilo.com/*.conf
  39.  
  40. <IfModule mod_suexec.c>
  41. SuexecUserGroup decahome decahome
  42. </IfModule>
  43.  
  44. <IfModule mod_suphp.c>
  45. suPHP_UserGroup decahome decahome
  46. suPHP_ConfigPath /home/decahome
  47. </IfModule>
  48.  
  49. <Directory "/home/decahome/public_html">
  50. AllowOverride All
  51. </Directory>
  52.  
  53. </VirtualHost>
  54. # vhost_end decapaviailoilo.com
  55.  
  56. # vhost_start theinformer.club
  57. <VirtualHost 128.199.202.166:80>
  58. ServerName theinformer.club
  59. ServerAlias www.theinformer.club
  60. ServerAdmin phwebdev14@gmail.com
  61. DocumentRoot "/home/informer/public_html"
  62. ScriptAlias /cgi-bin/ "/home/informer/public_html/cgi-bin/
  63. #
  64. # Custom settings are loaded below this line (if any exist)
  65. # Include "/usr/local/apache/conf/userdata/informer/theinformer.club/*.conf
  66.  
  67. <IfModule mod_suexec.c>
  68. SuexecUserGroup informer informer
  69. </IfModule>
  70.  
  71. <IfModule mod_suphp.c>
  72. suPHP_UserGroup informer informer
  73. suPHP_ConfigPath /home/informer
  74. </IfModule>
  75.  
  76. <Directory "/home/informer/public_html">
  77. AllowOverride All
  78. </Directory>
  79.  
  80. </VirtualHost>
  81. # vhost_end theinformer.club
  82.  
  83. # vhost_start booking.surfsidebackpackers.com.au
  84. <VirtualHost 128.199.202.166:80>
  85. ServerName booking.surfsidebackpackers.com.au
  86. ServerAlias www.booking.surfsidebackpackers.com.au
  87. ServerAdmin phwebdev14@gmail.com
  88. DocumentRoot "/home/surfside/public_html/booking"
  89. ScriptAlias /cgi-bin/ /home/surfside/public_html/booking/cgi-bin/
  90. #
  91. # Custom settings are loaded below this line (if any exist)
  92. # Include "/usr/local/apache/conf/userdata/surfside/booking.surfsidebackpackers.com.au/*.conf
  93.  
  94. <IfModule mod_suexec.c>
  95. SuexecUserGroup surfside surfside
  96. </IfModule>
  97.  
  98. <IfModule mod_suphp.c>
  99. suPHP_UserGroup surfside surfside
  100. </IfModule>
  101.  
  102. <Directory "/home/surfside/public_html/booking">
  103. AllowOverride All
  104. </Directory>
  105.  
  106. </VirtualHost>
  107. # vhost_end booking.surfsidebackpackers.com.au
  108.  
  109. # vhost_start mobile.surfsidebackpackers.com.au
  110. <VirtualHost 128.199.202.166:80>
  111. ServerName mobile.surfsidebackpackers.com.au
  112. ServerAlias www.mobile.surfsidebackpackers.com.au
  113. ServerAdmin phwebdev14@gmail.com
  114. DocumentRoot "/home/surfside/public_html/mobile"
  115. ScriptAlias /cgi-bin/ /home/surfside/public_html/mobile/cgi-bin/
  116. #
  117. # Custom settings are loaded below this line (if any exist)
  118. # Include "/usr/local/apache/conf/userdata/surfside/mobile.surfsidebackpackers.com.au/*.conf
  119.  
  120. <IfModule mod_suexec.c>
  121. SuexecUserGroup surfside surfside
  122. </IfModule>
  123.  
  124. <IfModule mod_suphp.c>
  125. suPHP_UserGroup surfside surfside
  126. </IfModule>
  127.  
  128. <Directory "/home/surfside/public_html/mobile">
  129. AllowOverride All
  130. </Directory>
  131.  
  132. </VirtualHost>
  133. # vhost_end mobile.surfsidebackpackers.com.au
  134.  
  135. # vhost_start elstan.phwebdev.net
  136. <VirtualHost 128.199.202.166:80>
  137. ServerName elstan.phwebdev.net
  138. ServerAlias www.elstan.phwebdev.net
  139. ServerAdmin phwebdev14@gmail.com
  140. DocumentRoot "/home/phwebdev/public_html/elstan"
  141. ScriptAlias /cgi-bin/ /home/phwebdev/public_html/elstan/cgi-bin/
  142. #
  143. # Custom settings are loaded below this line (if any exist)
  144. # Include "/usr/local/apache/conf/userdata/phwebdev/elstan.phwebdev.net/*.conf
  145.  
  146. <IfModule mod_suexec.c>
  147. SuexecUserGroup phwebdev phwebdev
  148. </IfModule>
  149.  
  150. <IfModule mod_suphp.c>
  151. suPHP_UserGroup phwebdev phwebdev
  152. </IfModule>
  153.  
  154. <Directory "/home/phwebdev/public_html/elstan">
  155. AllowOverride All
  156. </Directory>
  157.  
  158. </VirtualHost>
  159. # vhost_end elstan.phwebdev.net
  160.  
  161. # vhost_start uwnerd.phwebdev.net
  162. <VirtualHost 128.199.202.166:80>
  163. ServerName uwnerd.phwebdev.net
  164. ServerAlias www.uwnerd.phwebdev.net
  165. ServerAdmin phwebdev14@gmail.com
  166. DocumentRoot "/home/phwebdev/public_html/uwnerd"
  167. ScriptAlias /cgi-bin/ /home/phwebdev/public_html/uwnerd/cgi-bin/
  168. #
  169. # Custom settings are loaded below this line (if any exist)
  170. # Include "/usr/local/apache/conf/userdata/phwebdev/uwnerd.phwebdev.net/*.conf
  171.  
  172. <IfModule mod_suexec.c>
  173. SuexecUserGroup phwebdev phwebdev
  174. </IfModule>
  175.  
  176. <IfModule mod_suphp.c>
  177. suPHP_UserGroup phwebdev phwebdev
  178. </IfModule>
  179.  
  180. <Directory "/home/phwebdev/public_html/uwnerd">
  181. AllowOverride All
  182. </Directory>
  183.  
  184. </VirtualHost>
  185. # vhost_end uwnerd.phwebdev.net
  186.  
  187. # vhost_start donate.phwebdev.net
  188. <VirtualHost 128.199.202.166:80>
  189. ServerName donate.phwebdev.net
  190. ServerAlias www.donate.phwebdev.net
  191. ServerAdmin phwebdev14@gmail.com
  192. DocumentRoot "/home/phwebdev/public_html/donate"
  193. ScriptAlias /cgi-bin/ /home/phwebdev/public_html/donate/cgi-bin/
  194. #
  195. # Custom settings are loaded below this line (if any exist)
  196. # Include "/usr/local/apache/conf/userdata/phwebdev/donate.phwebdev.net/*.conf
  197.  
  198. <IfModule mod_suexec.c>
  199. SuexecUserGroup phwebdev phwebdev
  200. </IfModule>
  201.  
  202. <IfModule mod_suphp.c>
  203. suPHP_UserGroup phwebdev phwebdev
  204. </IfModule>
  205.  
  206. <Directory "/home/phwebdev/public_html/donate">
  207. AllowOverride All
  208. </Directory>
  209.  
  210. </VirtualHost>
  211. # vhost_end donate.phwebdev.net
  212.  
  213. # vhost_start mybuynsell.phwebdev.net
  214. <VirtualHost 128.199.202.166:80>
  215. ServerName mybuynsell.phwebdev.net
  216. ServerAlias www.mybuynsell.phwebdev.net
  217. ServerAdmin phwebdev14@gmail.com
  218. DocumentRoot "/home/phwebdev/public_html/mybuynsell"
  219. ScriptAlias /cgi-bin/ /home/phwebdev/public_html/mybuynsell/cgi-bin/
  220. #
  221. # Custom settings are loaded below this line (if any exist)
  222. # Include "/usr/local/apache/conf/userdata/phwebdev/mybuynsell.phwebdev.net/*.conf
  223.  
  224. <IfModule mod_suexec.c>
  225. SuexecUserGroup phwebdev phwebdev
  226. </IfModule>
  227.  
  228. <IfModule mod_suphp.c>
  229. suPHP_UserGroup phwebdev phwebdev
  230. </IfModule>
  231.  
  232. <Directory "/home/phwebdev/public_html/mybuynsell">
  233. AllowOverride All
  234. </Directory>
  235.  
  236. </VirtualHost>
  237. # vhost_end mybuynsell.phwebdev.net
  238.  
  239. # vhost_start freebie.theinformer.club
  240. <VirtualHost 128.199.202.166:80>
  241. ServerName freebie.theinformer.club
  242. ServerAlias www.freebie.theinformer.club
  243. ServerAdmin phwebdev14@gmail.com
  244. DocumentRoot "/home/informer/public_html/freebie.theinformer.club"
  245. ScriptAlias /cgi-bin/ /home/informer/public_html/freebie.theinformer.club/cgi-bin/
  246. #
  247. # Custom settings are loaded below this line (if any exist)
  248. # Include "/usr/local/apache/conf/userdata/informer/freebie.theinformer.club/*.conf
  249.  
  250. <IfModule mod_suexec.c>
  251. SuexecUserGroup informer informer
  252. </IfModule>
  253.  
  254. <IfModule mod_suphp.c>
  255. suPHP_UserGroup informer informer
  256. </IfModule>
  257.  
  258. <Directory "/home/informer/public_html/freebie.theinformer.club">
  259. AllowOverride All
  260. </Directory>
  261.  
  262. </VirtualHost>
  263. # vhost_end freebie.theinformer.club
  264.  
  265. # vhost_start binjo.theinformer.club
  266. <VirtualHost 128.199.202.166:80>
  267. ServerName binjo.theinformer.club
  268. ServerAlias www.binjo.theinformer.club
  269. ServerAdmin phwebdev14@gmail.com
  270. DocumentRoot "/home/informer/public_html/binjo"
  271. ScriptAlias /cgi-bin/ /home/informer/public_html/binjo/cgi-bin/
  272. #
  273. # Custom settings are loaded below this line (if any exist)
  274. # Include "/usr/local/apache/conf/userdata/informer/binjo.theinformer.club/*.conf
  275.  
  276. <IfModule mod_suexec.c>
  277. SuexecUserGroup informer informer
  278. </IfModule>
  279.  
  280. <IfModule mod_suphp.c>
  281. suPHP_UserGroup informer informer
  282. </IfModule>
  283.  
  284. <Directory "/home/informer/public_html/binjo">
  285. AllowOverride All
  286. </Directory>
  287.  
  288. </VirtualHost>
  289. # vhost_end binjo.theinformer.club
  290.  
  291. # vhost_start thesis.theinformer.club
  292. <VirtualHost 128.199.202.166:80>
  293. ServerName thesis.theinformer.club
  294. ServerAlias www.thesis.theinformer.club
  295. ServerAdmin phwebdev14@gmail.com
  296. DocumentRoot "/home/informer/public_html/thesis"
  297. ScriptAlias /cgi-bin/ /home/informer/public_html/thesis/cgi-bin/
  298. #
  299. # Custom settings are loaded below this line (if any exist)
  300. # Include "/usr/local/apache/conf/userdata/informer/thesis.theinformer.club/*.conf
  301.  
  302. <IfModule mod_suexec.c>
  303. SuexecUserGroup informer informer
  304. </IfModule>
  305.  
  306. <IfModule mod_suphp.c>
  307. suPHP_UserGroup informer informer
  308. </IfModule>
  309.  
  310. <Directory "/home/informer/public_html/thesis">
  311. AllowOverride All
  312. </Directory>
  313.  
  314. </VirtualHost>
  315. # vhost_end thesis.theinformer.club
  316.  
  317. # vhost_start demo1234.surfsidebackpackers.com.au
  318. <VirtualHost 128.199.202.166:80>
  319. ServerName demo1234.surfsidebackpackers.com.au
  320. ServerAlias www.demo1234.surfsidebackpackers.com.au
  321. ServerAdmin phwebdev14@gmail.com
  322. DocumentRoot "/home/surfside/demo1234"
  323. ScriptAlias /cgi-bin/ /home/surfside/demo1234/cgi-bin/
  324. #
  325. # Custom settings are loaded below this line (if any exist)
  326. # Include "/usr/local/apache/conf/userdata/surfside/demo1234.surfsidebackpackers.com.au/*.conf
  327.  
  328. <IfModule mod_suexec.c>
  329. SuexecUserGroup surfside surfside
  330. </IfModule>
  331.  
  332. <IfModule mod_suphp.c>
  333. suPHP_UserGroup surfside surfside
  334. </IfModule>
  335.  
  336. <Directory "/home/surfside/demo1234">
  337. AllowOverride All
  338. </Directory>
  339.  
  340. </VirtualHost>
  341. # vhost_end demo1234.surfsidebackpackers.com.au
  342.  
  343. # vhost_start nonexistingdomain.com
  344. <VirtualHost 128.199.202.166:80>
  345. ServerName nonexistingdomain.com
  346. ServerAlias www.nonexistingdomain.com
  347. ServerAdmin luissantosconsultant@gmail.com
  348. DocumentRoot "/home/nonexist/public_html"
  349. ScriptAlias /cgi-bin/ "/home/nonexist/public_html/cgi-bin/
  350. #
  351. # Custom settings are loaded below this line (if any exist)
  352. # Include "/usr/local/apache/conf/userdata/nonexist/nonexistingdomain.com/*.conf
  353.  
  354. <IfModule mod_suexec.c>
  355. SuexecUserGroup nonexist nonexist
  356. </IfModule>
  357.  
  358. <IfModule mod_suphp.c>
  359. suPHP_UserGroup nonexist nonexist
  360. suPHP_ConfigPath /home/nonexist
  361. </IfModule>
  362.  
  363. <Directory "/home/nonexist/public_html">
  364. AllowOverride All
  365. </Directory>
  366.  
  367. </VirtualHost>
  368. # vhost_end nonexistingdomain.com
  369.  
  370. # vhost_start iandc.info
  371. <VirtualHost 128.199.202.166:80>
  372. ServerName iandc.info
  373. ServerAlias www.iandc.info
  374. ServerAdmin phwebdev14@gmail.com
  375. DocumentRoot "/home/surfside/iandc"
  376. ScriptAlias /cgi-bin/ /home/surfside/iandc/cgi-bin/
  377. #
  378. # Custom settings are loaded below this line (if any exist)
  379. # Include "/usr/local/apache/conf/userdata/surfside/iandc.info/*.conf
  380.  
  381. <IfModule mod_suexec.c>
  382. SuexecUserGroup surfside surfside
  383. </IfModule>
  384.  
  385. <IfModule mod_suphp.c>
  386. suPHP_UserGroup surfside surfside
  387. </IfModule>
  388.  
  389. <Directory "/home/surfside/iandc">
  390. AllowOverride All
  391. </Directory>
  392.  
  393. </VirtualHost>
  394. # vhost_end iandc.info
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <VirtualHost 128.199.202.166:80>
  404. ServerName surfsidebackpackers.com.au
  405. ServerAlias www.surfsidebackpackers.com.au
  406. ServerAdmin ismaelgilz@ail.com
  407. DocumentRoot "/home/phpdev/public_html"
  408. ScriptAlias /cgi-bin/ "/home/phpdev/public_html/cgi-bin/
  409. #
  410. # Custom settings are loaded below this line (if any exist)
  411. # Include "/usr/local/apache/conf/userdata/phpdev/surfsidebackpackers.com.au/*.conf
  412.  
  413. <IfModule mod_suexec.c>
  414. SuexecUserGroup phpdev phpdev
  415. </IfModule>
  416.  
  417. <IfModule mod_suphp.c>
  418. suPHP_UserGroup phpdev phpdev
  419. suPHP_ConfigPath /home/phpdev
  420. </IfModule>
  421.  
  422. <Directory "/home/phpdev/public_html">
  423. AllowOverride All
  424. </Directory>
  425.  
  426. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement