Advertisement
Guest User

Untitled

a guest
Nov 16th, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. <VirtualHost 149.202.52.221:80>
  2. ServerName lastrik.ch
  3. ServerAlias www.lastrik.ch
  4. ServerAdmin adrien.jecker@protonmail.ch
  5. DocumentRoot "/home/base/public_html"
  6. ScriptAlias /cgi-bin/ "/home/base/public_html/cgi-bin/
  7. #
  8. # Custom settings are loaded below this line (if any exist)
  9. # Include "/usr/local/apache/conf/userdata/base/lastrik.ch/*.conf
  10.  
  11. <IfModule mod_suexec.c>
  12. SuexecUserGroup base base
  13. </IfModule>
  14.  
  15. <IfModule mod_suphp.c>
  16. suPHP_UserGroup base base
  17. suPHP_ConfigPath /home/base
  18. </IfModule>
  19.  
  20. <Directory "/home/base/public_html">
  21. AllowOverride All
  22. </Directory>
  23.  
  24. </VirtualHost>
  25.  
  26. <VirtualHost 149.202.52.221:80>
  27. ServerName pics.lastrik.ch
  28. ServerAlias www.pics.lastrik.ch
  29. ServerAdmin adrien.jecker@protonmail.ch
  30. DocumentRoot "/home/base/public_pics"
  31. ScriptAlias /cgi-bin/ /home/base/public_pics/cgi-bin/
  32. #
  33. # Custom settings are loaded below this line (if any exist)
  34. # Include "/usr/local/apache/conf/userdata/base/pics.lastrik.ch/*.conf
  35.  
  36. <IfModule mod_suexec.c>
  37. SuexecUserGroup base base
  38. </IfModule>
  39.  
  40. <IfModule mod_suphp.c>
  41. suPHP_UserGroup base base
  42. </IfModule>
  43.  
  44. <Directory "/home/base/public_pics">
  45. AllowOverride All
  46. </Directory>
  47.  
  48. </VirtualHost>
  49.  
  50. <VirtualHost 149.202.52.221:80>
  51. ServerName wordpress.lastrik.ch
  52. ServerAlias www.wordpress.lastrik.ch
  53. ServerAdmin adrien.jecker@protonmail.ch
  54. DocumentRoot "/home/base/wordpress"
  55. ScriptAlias /cgi-bin/ /home/base/wordpress/cgi-bin/
  56. #
  57. # Custom settings are loaded below this line (if any exist)
  58. # Include "/usr/local/apache/conf/userdata/base/wordpress.lastrik.ch/*.conf
  59.  
  60. <IfModule mod_suexec.c>
  61. SuexecUserGroup base base
  62. </IfModule>
  63.  
  64. <IfModule mod_suphp.c>
  65. suPHP_UserGroup base base
  66. </IfModule>
  67.  
  68. <Directory "/home/base/wordpress">
  69. AllowOverride All
  70. </Directory>
  71.  
  72. </VirtualHost>
  73.  
  74. <VirtualHost 149.202.52.221:80>
  75. ServerName stats.lastrik.ch
  76. ServerAlias www.stats.lastrik.ch
  77. ServerAdmin adrien.jecker@protonmail.ch
  78. #ProxyPass / http://stats.lastrik.ch:19999/
  79. ScriptAlias /cgi-bin/ /home/base/public_html/cgi-bin/
  80. #
  81. # Custom settings are loaded below this line (if any exist)
  82. # Include "/usr/local/apache/conf/userdata/base/stats.lastrik.ch/*.conf
  83.  
  84. <IfModule mod_suexec.c>
  85. SuexecUserGroup base base
  86. </IfModule>
  87.  
  88. <IfModule mod_suphp.c>
  89. suPHP_UserGroup base base
  90. </IfModule>
  91.  
  92. <Directory "/home/base/public_html">
  93. AllowOverride All
  94. </Directory>
  95.  
  96. </VirtualHost>
  97.  
  98. <VirtualHost 149.202.52.221:80>
  99. ServerName notes.lastrik.ch
  100. ServerAlias www.notes.lastrik.ch
  101. ServerAdmin adrien.jecker@protonmail.ch
  102. DocumentRoot "/home/base/notes/public"
  103. ScriptAlias /cgi-bin/ /home/base/notes/public/cgi-bin/
  104. #
  105. # Custom settings are loaded below this line (if any exist)
  106. # Include "/usr/local/apache/conf/userdata/base/notes.lastrik.ch/*.conf
  107.  
  108. <IfModule mod_suexec.c>
  109. SuexecUserGroup base base
  110. </IfModule>
  111.  
  112. <IfModule mod_suphp.c>
  113. suPHP_UserGroup base base
  114. </IfModule>
  115.  
  116. <Directory "/home/base/notes/public">
  117. AllowOverride All
  118. </Directory>
  119.  
  120. </VirtualHost>
  121.  
  122.  
  123. # vhost_start img.lastrik.ch
  124. <VirtualHost 149.202.52.221:80>
  125. ServerName img.lastrik.ch
  126. ServerAlias www.img.lastrik.ch
  127. ServerAdmin adrien.jecker@protonmail.ch
  128. DocumentRoot "/home/base/koken"
  129. ScriptAlias /cgi-bin/ /home/base/koken/cgi-bin/
  130. #
  131. # Custom settings are loaded below this line (if any exist)
  132. # Include "/usr/local/apache/conf/userdata/base/img.lastrik.ch/*.conf
  133.  
  134. <IfModule mod_suexec.c>
  135. SuexecUserGroup base base
  136. </IfModule>
  137.  
  138. <IfModule mod_suphp.c>
  139. suPHP_UserGroup base base
  140. </IfModule>
  141.  
  142. <Directory "/home/base/koken">
  143. AllowOverride All
  144. </Directory>
  145.  
  146. </VirtualHost>
  147. # vhost_end img.lastrik.ch
  148.  
  149. # vhost_start admin.lastrik.ch
  150. <VirtualHost 149.202.52.221:80>
  151. ServerName admin.lastrik.ch
  152. ServerAlias www.admin.lastrik.ch
  153. ServerAdmin adrien.jecker@protonmail.ch
  154. ProxyPass / https://lastrik.ch:2031/
  155.  
  156. #
  157. # Custom settings are loaded below this line (if any exist)
  158. # Include "/usr/local/apache/conf/userdata/base/img.lastrik.ch/*.conf
  159.  
  160. <IfModule mod_suexec.c>
  161. SuexecUserGroup base base
  162. </IfModule>
  163.  
  164. <IfModule mod_suphp.c>
  165. suPHP_UserGroup base base
  166. </IfModule>
  167.  
  168. </VirtualHost>
  169. # vhost_end admin.lastrik.ch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement