Advertisement
trd

Untitled

trd
Jun 23rd, 2017
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.27 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
  3. # configuration file. To have modifications retained, all modifications must be checked into the #
  4. # configuration system by running: #
  5. # /usr/local/cpanel/bin/apache_conf_distiller --update #
  6. # To see if your changes will be conserved, regenerate the Apache configuration file by running: #
  7. # /usr/local/cpanel/bin/build_apache_conf #
  8. # and check the configuration file for your alterations. If your changes have been ignored, then they will #
  9. # need to be added directly to their respective template files. #
  10. # #
  11. # It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
  12. # For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
  13. # system refer to the documentation at: https://go.cpanel.net/customdirectives #
  14. # #
  15. # This configuration file was built from the following templates: #
  16. # /var/cpanel/templates/apache2_4/main.default #
  17. # /var/cpanel/templates/apache2_4/main.local #
  18. # /var/cpanel/templates/apache2_4/vhost.default #
  19. # /var/cpanel/templates/apache2_4/vhost.local #
  20. # /var/cpanel/templates/apache2_4/ssl_vhost.default #
  21. # /var/cpanel/templates/apache2_4/ssl_vhost.local #
  22. # #
  23. # Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
  24. # The only template updated by the apache_conf_distiller is main.default. #
  25. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  26.  
  27.  
  28. Include "/usr/local/apache/conf/includes/pre_main_global.conf"
  29. Include "/usr/local/apache/conf/includes/pre_main_2.conf"
  30.  
  31.  
  32.  
  33. LoadModule bwlimited_module modules/mod_bwlimited.so
  34.  
  35.  
  36.  
  37.  
  38. Include "/usr/local/apache/conf/php.conf"
  39. Include "/usr/local/apache/conf/mod_ruid2.conf"
  40. Include "/usr/local/apache/conf/includes/errordocument.conf"
  41. Include "/usr/local/apache/conf/includes/account_suspensions.conf"
  42. Include "/usr/local/apache/conf/modsec2.conf"
  43.  
  44.  
  45. ErrorLog "logs/error_log"
  46. ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  47. ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  48. ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  49. ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  50. ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  51. ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
  52. ScriptAliasMatch ^/?webmail(/.*|/?)$ /usr/local/cpanel/cgi-sys/wredirect.cgi
  53. ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
  54. ScriptAliasMatch ^/Autodiscover/Autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
  55. ScriptAliasMatch ^/autodiscover/autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
  56.  
  57. RewriteEngine on
  58. AddType text/html .shtml
  59.  
  60. Alias /bandwidth /usr/local/bandmin/htdocs/
  61. Alias /img-sys /usr/local/cpanel/img-sys/
  62. Alias /java-sys /usr/local/cpanel/java-sys/
  63. Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
  64. Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
  65. Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
  66.  
  67.  
  68. ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
  69. ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
  70.  
  71.  
  72. <Directory "/">
  73. AllowOverride All
  74. Options All
  75. Require all granted
  76.  
  77. </Directory>
  78.  
  79. <Directory "/usr/local/apache/htdocs">
  80. AllowOverride All
  81. Options All
  82. </Directory>
  83.  
  84.  
  85. <Files ~ "^error_log$">
  86. Order allow,deny
  87. Deny from all
  88.  
  89. Satisfy All
  90. </Files>
  91.  
  92. <Files ".ht*">
  93. Require all denied
  94. </Files>
  95.  
  96. <IfModule log_config_module>
  97. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  98. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  99.  
  100.  
  101. <IfModule logio_module>
  102. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
  103.  
  104. </IfModule>
  105.  
  106. </IfModule>
  107.  
  108. <IfModule alias_module>
  109. ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
  110.  
  111. </IfModule>
  112.  
  113. <Directory "/usr/local/apache/cgi-bin">
  114. AllowOverride None
  115. Options All
  116. Require all granted
  117. </Directory>
  118.  
  119. <IfModule mime_module>
  120. TypesConfig conf/mime.types
  121. AddType application/x-compress .Z
  122. AddType application/x-gzip .gz .tgz
  123.  
  124. </IfModule>
  125.  
  126. <IfModule prefork.c>
  127. Mutex default mpm-accept
  128.  
  129. </IfModule>
  130.  
  131. <IfModule mod_log_config.c>
  132. LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhost
  133. LogFormat "%v %{%s}t %I .\n%v %{%s}t %O ." bytesvhost
  134. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  135. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  136. LogFormat "%{Referer}i -> %U" referer
  137. LogFormat "%{User-agent}i" agent
  138.  
  139. CustomLog "|/usr/local/cpanel/bin/splitlogs --main=server.mycloudlogin.uk --suffix=-bytes_log" bytesvhost
  140. CustomLog "|/usr/local/cpanel/bin/splitlogs --main=server.mycloudlogin.uk --mainout=/usr/local/apache/logs/access_log" combinedvhost
  141.  
  142. </IfModule>
  143.  
  144. <IfModule worker.c>
  145. Mutex default mpm-accept
  146.  
  147. </IfModule>
  148.  
  149. <IfModule itk.c>
  150. Mutex default mpm-accept
  151.  
  152. </IfModule>
  153.  
  154. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  155. # Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
  156. # configuration file. To have modifications retained, all modifications must be checked into the #
  157. # configuration system by running: #
  158. # /usr/local/cpanel/bin/apache_conf_distiller --update #
  159. # To see if your changes will be conserved, regenerate the Apache configuration file by running: #
  160. # /usr/local/cpanel/bin/build_apache_conf #
  161. # and check the configuration file for your alterations. If your changes have been ignored, then they will #
  162. # need to be added directly to their respective template files. #
  163. # #
  164. # It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
  165. # For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
  166. # system refer to the documentation at: https://go.cpanel.net/customdirectives #
  167. # #
  168. # This configuration file was built from the following templates: #
  169. # /var/cpanel/templates/apache2_4/main.default #
  170. # /var/cpanel/templates/apache2_4/main.local #
  171. # /var/cpanel/templates/apache2_4/vhost.default #
  172. # /var/cpanel/templates/apache2_4/vhost.local #
  173. # /var/cpanel/templates/apache2_4/ssl_vhost.default #
  174. # /var/cpanel/templates/apache2_4/ssl_vhost.local #
  175. # #
  176. # Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
  177. # The only template updated by the apache_conf_distiller is main.default. #
  178. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  179.  
  180.  
  181. PidFile /usr/local/apache/logs/httpd.pid
  182. Listen 0.0.0.0:80
  183. User nobody
  184. Group nobody
  185. ExtendedStatus On
  186. ServerAdmin webmaster@mycloudlogin.uk
  187. ServerName server.mycloudlogin.uk
  188. LogLevel warn
  189.  
  190. # These can be set in WHM under 'Apache Global Configuration'
  191. Timeout 300
  192. TraceEnable Off
  193. ServerSignature Off
  194. ServerTokens ProductOnly
  195. FileETag None
  196. StartServers 5
  197. <IfModule prefork.c>
  198. MinSpareServers 5
  199. MaxSpareServers 10
  200. </IfModule>
  201. ServerLimit 256
  202. MaxRequestWorkers 150
  203. MaxConnectionsPerChild 10000
  204. KeepAlive On
  205. KeepAliveTimeout 5
  206. MaxKeepAliveRequests 100
  207.  
  208. RewriteEngine on
  209. RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
  210. Mutex file:/usr/local/apache/logs rewrite-map
  211.  
  212. # Set UserDir directory for all virtual hosts, except..
  213. UserDir public_html
  214. # when the following two modules are loaded
  215. <IfModule mod_ruid2.c>
  216. UserDir disabled
  217. </IfModule>
  218. <IfModule mpm_itk.c>
  219. UserDir disabled
  220. </IfModule>
  221.  
  222. # DirectoryIndex is set via the WHM -> Service Configuration -> Apache Setup -> DirectoryIndex Priority
  223. DirectoryIndex index.php index.html index.htm index.shtml index.html.var index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html
  224.  
  225. # SSLCipherSuite can be set in WHM under 'Apache Global Configuration'
  226. SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA
  227. SSLProtocol All -SSLv2 -SSLv3
  228. SSLPassPhraseDialog builtin
  229.  
  230. SSLUseStapling on
  231. SSLStaplingCache shmcb:/usr/local/apache/logs/stapling_cache_shmcb(256000)
  232. SSLStaplingReturnResponderErrors off
  233. SSLStaplingErrorCacheTimeout 60
  234. SSLSessionCache shmcb:/usr/local/apache/logs/ssl_gcache_data_shmcb(1024000)
  235.  
  236. SSLSessionCacheTimeout 300
  237. Mutex file:/usr/local/apache/logs ssl-cache
  238. SSLRandomSeed startup builtin
  239. SSLRandomSeed connect builtin
  240.  
  241.  
  242.  
  243. Listen 0.0.0.0:443
  244. AddType application/x-x509-ca-cert .crt
  245. AddType application/x-pkcs7-crl .crl
  246.  
  247.  
  248. AddHandler cgi-script .cgi .pl .plx .ppl .perl
  249. AddHandler server-parsed .shtml
  250. AddType text/html .shtml
  251. AddType application/x-tar .tgz
  252. AddType text/vnd.wap.wml .wml
  253. AddType image/vnd.wap.wbmp .wbmp
  254. AddType text/vnd.wap.wmlscript .wmls
  255. AddType application/vnd.wap.wmlc .wmlc
  256. AddType application/vnd.wap.wmlscriptc .wmlsc
  257.  
  258. <Location /whm-server-status>
  259. SetHandler server-status
  260. Order deny,allow
  261. Deny from all
  262.  
  263. Allow from 127.0.0.1 ::1
  264.  
  265. </Location>
  266.  
  267.  
  268.  
  269. # SUEXEC is supported
  270.  
  271. Include "/usr/local/apache/conf/includes/account_suspensions.conf"
  272. Include "/usr/local/apache/conf/includes/pre_virtualhost_global.conf"
  273. Include "/usr/local/apache/conf/includes/pre_virtualhost_2.conf"
  274.  
  275. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  276.  
  277.  
  278. # Default vhost for unbound IPs
  279.  
  280.  
  281.  
  282.  
  283.  
  284. <VirtualHost 209.126.127.33:80>
  285. ServerName server.mycloudlogin.uk
  286. DocumentRoot /usr/local/apache/htdocs
  287. ServerAdmin webmaster@mycloudlogin.uk
  288. <IfModule mod_suphp.c>
  289. suPHP_UserGroup nobody nobody
  290. </IfModule>
  291. </VirtualHost>
  292.  
  293.  
  294. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  295.  
  296.  
  297. <VirtualHost 209.126.109.90:80>
  298. ServerName 209.126.109.90
  299. DocumentRoot /usr/local/apache/htdocs
  300. ServerAdmin webmaster@mycloudlogin.uk
  301. <IfModule mod_suphp.c>
  302. suPHP_UserGroup nobody nobody
  303. </IfModule>
  304. </VirtualHost>
  305.  
  306. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  307.  
  308.  
  309. <VirtualHost 209.126.127.33:80>
  310. ServerName 209.126.127.33
  311. DocumentRoot /usr/local/apache/htdocs
  312. ServerAdmin webmaster@mycloudlogin.uk
  313. <IfModule mod_suphp.c>
  314. suPHP_UserGroup nobody nobody
  315. </IfModule>
  316. </VirtualHost>
  317.  
  318.  
  319.  
  320.  
  321.  
  322. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  323.  
  324. <VirtualHost 209.126.109.90:80>
  325. ServerName portal.mycloudlogin.uk
  326. ServerAlias mail.portal.mycloudlogin.uk www.portal.mycloudlogin.uk
  327. DocumentRoot /home/servermycloudlog/public_html
  328.  
  329. ServerAdmin webmaster@portal.mycloudlogin.uk
  330. UseCanonicalName Off
  331.  
  332. ## User servermycloudlog # Needed for Cpanel::ApacheConf
  333. <IfModule userdir_module>
  334. <IfModule !mpm_itk.c>
  335. <IfModule !ruid2_module>
  336. UserDir enabled servermycloudlog
  337. </IfModule>
  338. </IfModule>
  339. </IfModule>
  340.  
  341. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  342. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  343. # the user's .htaccess file. For more information, please read:
  344. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  345.  
  346.  
  347.  
  348. <IfModule include_module>
  349. <Directory "/home/servermycloudlog/public_html">
  350. SSILegacyExprParser On
  351. </Directory>
  352. </IfModule>
  353.  
  354. <IfModule mod_fastcgi.c>
  355. DirectoryIndex index.html index.shtml index.cgi index.php
  356. AddHandler php5-fcgi .php
  357. Action php5-fcgi /php5-fcgi
  358. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  359. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  360. </IfModule>
  361. <IfModule suphp_module>
  362. suPHP_UserGroup servermycloudlog servermycloudlog
  363. </IfModule>
  364. <IfModule !mod_disable_suexec.c>
  365. <IfModule !mod_ruid2.c>
  366. SuexecUserGroup servermycloudlog servermycloudlog
  367. </IfModule>
  368. </IfModule>
  369. <IfModule ruid2_module>
  370. RMode config
  371. RUidGid servermycloudlog servermycloudlog
  372. </IfModule>
  373. <IfModule mpm_itk.c>
  374. # For more information on MPM ITK, please read:
  375. # http://mpm-itk.sesse.net/
  376. AssignUserID servermycloudlog servermycloudlog
  377. </IfModule>
  378.  
  379. <IfModule alias_module>
  380. ScriptAlias /cgi-bin/ /home/servermycloudlog/public_html/cgi-bin/
  381. </IfModule>
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. Include "/usr/local/apache/conf/userdata/std/2_4/servermycloudlog/portal.mycloudlogin.uk/*.conf"
  389. </VirtualHost>
  390.  
  391. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  392.  
  393. <VirtualHost 209.126.127.33:80>
  394. ServerName mycloudlogin.uk
  395. ServerAlias mail.mycloudlogin.uk www.mycloudlogin.uk
  396. DocumentRoot /home/mycloudlogin/public_html
  397.  
  398. ServerAdmin webmaster@mycloudlogin.uk
  399. UseCanonicalName Off
  400.  
  401. ## User mycloudlogin # Needed for Cpanel::ApacheConf
  402. <IfModule userdir_module>
  403. <IfModule !mpm_itk.c>
  404. <IfModule !ruid2_module>
  405. UserDir enabled mycloudlogin
  406. </IfModule>
  407. </IfModule>
  408. </IfModule>
  409.  
  410. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  411. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  412. # the user's .htaccess file. For more information, please read:
  413. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  414.  
  415.  
  416.  
  417. <IfModule include_module>
  418. <Directory "/home/mycloudlogin/public_html">
  419. SSILegacyExprParser On
  420. </Directory>
  421. </IfModule>
  422.  
  423. <IfModule mod_fastcgi.c>
  424. DirectoryIndex index.html index.shtml index.cgi index.php
  425. AddHandler php5-fcgi .php
  426. Action php5-fcgi /php5-fcgi
  427. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  428. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  429. </IfModule>
  430. <IfModule suphp_module>
  431. suPHP_UserGroup mycloudlogin mycloudlogin
  432. </IfModule>
  433. <IfModule !mod_disable_suexec.c>
  434. <IfModule !mod_ruid2.c>
  435. SuexecUserGroup mycloudlogin mycloudlogin
  436. </IfModule>
  437. </IfModule>
  438. <IfModule ruid2_module>
  439. RMode config
  440. RUidGid mycloudlogin mycloudlogin
  441. RDocumentChRoot /home/virtfs/mycloudlogin /home/mycloudlogin/public_html
  442. </IfModule>
  443. <IfModule mpm_itk.c>
  444. # For more information on MPM ITK, please read:
  445. # http://mpm-itk.sesse.net/
  446. AssignUserID mycloudlogin mycloudlogin
  447. </IfModule>
  448.  
  449. <IfModule alias_module>
  450. ScriptAlias /cgi-bin/ /home/mycloudlogin/public_html/cgi-bin/
  451. </IfModule>
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. # To customize this VirtualHost use an include file at the following location
  459. # Include "/usr/local/apache/conf/userdata/std/2_4/mycloudlogin/mycloudlogin.uk/*.conf"
  460. </VirtualHost>
  461.  
  462. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  463.  
  464. <VirtualHost 209.126.127.33:80>
  465. ServerName bitsa.org
  466. ServerAlias mail.bitsa.org www.bitsa.org
  467. DocumentRoot /home/bitsaorg/public_html
  468.  
  469. ServerAdmin webmaster@bitsa.org
  470. UseCanonicalName Off
  471.  
  472. ## User bitsaorg # Needed for Cpanel::ApacheConf
  473. <IfModule userdir_module>
  474. <IfModule !mpm_itk.c>
  475. <IfModule !ruid2_module>
  476. UserDir enabled bitsaorg
  477. </IfModule>
  478. </IfModule>
  479. </IfModule>
  480.  
  481. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  482. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  483. # the user's .htaccess file. For more information, please read:
  484. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  485.  
  486.  
  487.  
  488. <IfModule include_module>
  489. <Directory "/home/bitsaorg/public_html">
  490. SSILegacyExprParser On
  491. </Directory>
  492. </IfModule>
  493.  
  494. <IfModule mod_fastcgi.c>
  495. DirectoryIndex index.html index.shtml index.cgi index.php
  496. AddHandler php5-fcgi .php
  497. Action php5-fcgi /php5-fcgi
  498. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  499. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  500. </IfModule>
  501. <IfModule suphp_module>
  502. suPHP_UserGroup bitsaorg bitsaorg
  503. </IfModule>
  504. <IfModule !mod_disable_suexec.c>
  505. <IfModule !mod_ruid2.c>
  506. SuexecUserGroup bitsaorg bitsaorg
  507. </IfModule>
  508. </IfModule>
  509. <IfModule ruid2_module>
  510. RMode config
  511. RUidGid bitsaorg bitsaorg
  512. RDocumentChRoot /home/virtfs/bitsaorg /home/bitsaorg/public_html
  513. </IfModule>
  514. <IfModule mpm_itk.c>
  515. # For more information on MPM ITK, please read:
  516. # http://mpm-itk.sesse.net/
  517. AssignUserID bitsaorg bitsaorg
  518. </IfModule>
  519.  
  520. <IfModule alias_module>
  521. ScriptAlias /cgi-bin/ /home/bitsaorg/public_html/cgi-bin/
  522. </IfModule>
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. # To customize this VirtualHost use an include file at the following location
  530. # Include "/usr/local/apache/conf/userdata/std/2_4/bitsaorg/bitsa.org/*.conf"
  531. </VirtualHost>
  532.  
  533. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  534.  
  535. <VirtualHost 209.126.127.33:80>
  536. ServerName chukaquin.com
  537. ServerAlias mail.chukaquin.com www.chukaquin.com
  538. DocumentRoot /home/chukaqui/public_html
  539.  
  540. ServerAdmin webmaster@chukaquin.com
  541. UseCanonicalName Off
  542.  
  543. ## User chukaqui # Needed for Cpanel::ApacheConf
  544. <IfModule userdir_module>
  545. <IfModule !mpm_itk.c>
  546. <IfModule !ruid2_module>
  547. UserDir enabled chukaqui
  548. </IfModule>
  549. </IfModule>
  550. </IfModule>
  551.  
  552. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  553. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  554. # the user's .htaccess file. For more information, please read:
  555. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  556.  
  557.  
  558.  
  559. <IfModule include_module>
  560. <Directory "/home/chukaqui/public_html">
  561. SSILegacyExprParser On
  562. </Directory>
  563. </IfModule>
  564.  
  565. <IfModule mod_fastcgi.c>
  566. DirectoryIndex index.html index.shtml index.cgi index.php
  567. AddHandler php5-fcgi .php
  568. Action php5-fcgi /php5-fcgi
  569. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  570. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  571. </IfModule>
  572. <IfModule suphp_module>
  573. suPHP_UserGroup chukaqui chukaqui
  574. </IfModule>
  575. <IfModule !mod_disable_suexec.c>
  576. <IfModule !mod_ruid2.c>
  577. SuexecUserGroup chukaqui chukaqui
  578. </IfModule>
  579. </IfModule>
  580. <IfModule ruid2_module>
  581. RMode config
  582. RUidGid chukaqui chukaqui
  583. RDocumentChRoot /home/virtfs/chukaqui /home/chukaqui/public_html
  584. </IfModule>
  585. <IfModule mpm_itk.c>
  586. # For more information on MPM ITK, please read:
  587. # http://mpm-itk.sesse.net/
  588. AssignUserID chukaqui chukaqui
  589. </IfModule>
  590.  
  591. <IfModule alias_module>
  592. ScriptAlias /cgi-bin/ /home/chukaqui/public_html/cgi-bin/
  593. </IfModule>
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. # To customize this VirtualHost use an include file at the following location
  601. # Include "/usr/local/apache/conf/userdata/std/2_4/chukaqui/chukaquin.com/*.conf"
  602. </VirtualHost>
  603.  
  604. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  605.  
  606. <VirtualHost 209.126.127.33:80>
  607. ServerName cloudnetworkinggroup.net
  608. ServerAlias mail.cloudnetworkinggroup.net www.cloudnetworkinggroup.net
  609. DocumentRoot /home/cloudnet/public_html
  610.  
  611. ServerAdmin webmaster@cloudnetworkinggroup.net
  612. UseCanonicalName Off
  613.  
  614. ## User cloudnet # Needed for Cpanel::ApacheConf
  615. <IfModule userdir_module>
  616. <IfModule !mpm_itk.c>
  617. <IfModule !ruid2_module>
  618. UserDir enabled cloudnet
  619. </IfModule>
  620. </IfModule>
  621. </IfModule>
  622.  
  623. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  624. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  625. # the user's .htaccess file. For more information, please read:
  626. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  627.  
  628.  
  629.  
  630. <IfModule include_module>
  631. <Directory "/home/cloudnet/public_html">
  632. SSILegacyExprParser On
  633. </Directory>
  634. </IfModule>
  635.  
  636. <IfModule mod_fastcgi.c>
  637. DirectoryIndex index.html index.shtml index.cgi index.php
  638. AddHandler php5-fcgi .php
  639. Action php5-fcgi /php5-fcgi
  640. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  641. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  642. </IfModule>
  643. <IfModule suphp_module>
  644. suPHP_UserGroup cloudnet cloudnet
  645. </IfModule>
  646. <IfModule !mod_disable_suexec.c>
  647. <IfModule !mod_ruid2.c>
  648. SuexecUserGroup cloudnet cloudnet
  649. </IfModule>
  650. </IfModule>
  651. <IfModule ruid2_module>
  652. RMode config
  653. RUidGid cloudnet cloudnet
  654. </IfModule>
  655. <IfModule mpm_itk.c>
  656. # For more information on MPM ITK, please read:
  657. # http://mpm-itk.sesse.net/
  658. AssignUserID cloudnet cloudnet
  659. </IfModule>
  660.  
  661. <IfModule alias_module>
  662. ScriptAlias /cgi-bin/ /home/cloudnet/public_html/cgi-bin/
  663. </IfModule>
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. # To customize this VirtualHost use an include file at the following location
  671. # Include "/usr/local/apache/conf/userdata/std/2_4/cloudnet/cloudnetworkinggroup.net/*.conf"
  672. </VirtualHost>
  673.  
  674. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  675.  
  676. <VirtualHost 209.126.127.33:80>
  677. ServerName cmfcustomfurniture.co.uk
  678. ServerAlias mail.cmfcustomfurniture.co.uk www.cmfcustomfurniture.co.uk
  679. DocumentRoot /home/cmfcust1/public_html
  680.  
  681. ServerAdmin webmaster@cmfcustomfurniture.co.uk
  682. UseCanonicalName Off
  683.  
  684. ## User cmfcust1 # Needed for Cpanel::ApacheConf
  685. <IfModule userdir_module>
  686. <IfModule !mpm_itk.c>
  687. <IfModule !ruid2_module>
  688. UserDir enabled cmfcust1
  689. </IfModule>
  690. </IfModule>
  691. </IfModule>
  692.  
  693. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  694. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  695. # the user's .htaccess file. For more information, please read:
  696. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  697.  
  698.  
  699.  
  700. <IfModule include_module>
  701. <Directory "/home/cmfcust1/public_html">
  702. SSILegacyExprParser On
  703. </Directory>
  704. </IfModule>
  705.  
  706. <IfModule mod_fastcgi.c>
  707. DirectoryIndex index.html index.shtml index.cgi index.php
  708. AddHandler php5-fcgi .php
  709. Action php5-fcgi /php5-fcgi
  710. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  711. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  712. </IfModule>
  713. <IfModule suphp_module>
  714. suPHP_UserGroup cmfcust1 cmfcust1
  715. </IfModule>
  716. <IfModule !mod_disable_suexec.c>
  717. <IfModule !mod_ruid2.c>
  718. SuexecUserGroup cmfcust1 cmfcust1
  719. </IfModule>
  720. </IfModule>
  721. <IfModule ruid2_module>
  722. RMode config
  723. RUidGid cmfcust1 cmfcust1
  724. RDocumentChRoot /home/virtfs/cmfcust1 /home/cmfcust1/public_html
  725. </IfModule>
  726. <IfModule mpm_itk.c>
  727. # For more information on MPM ITK, please read:
  728. # http://mpm-itk.sesse.net/
  729. AssignUserID cmfcust1 cmfcust1
  730. </IfModule>
  731.  
  732. <IfModule alias_module>
  733. ScriptAlias /cgi-bin/ /home/cmfcust1/public_html/cgi-bin/
  734. </IfModule>
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741. # To customize this VirtualHost use an include file at the following location
  742. # Include "/usr/local/apache/conf/userdata/std/2_4/cmfcust1/cmfcustomfurniture.co.uk/*.conf"
  743. </VirtualHost>
  744.  
  745. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  746.  
  747. <VirtualHost 209.126.127.33:80>
  748. ServerName completecloudsolutions.co.uk
  749. ServerAlias mail.completecloudsolutions.co.uk www.completecloudsolutions.co.uk
  750. DocumentRoot /home/complete/public_html
  751.  
  752. ServerAdmin webmaster@completecloudsolutions.co.uk
  753. UseCanonicalName Off
  754.  
  755. ## User complete # Needed for Cpanel::ApacheConf
  756. <IfModule userdir_module>
  757. <IfModule !mpm_itk.c>
  758. <IfModule !ruid2_module>
  759. UserDir enabled complete
  760. </IfModule>
  761. </IfModule>
  762. </IfModule>
  763.  
  764. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  765. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  766. # the user's .htaccess file. For more information, please read:
  767. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  768.  
  769.  
  770.  
  771. <IfModule include_module>
  772. <Directory "/home/complete/public_html">
  773. SSILegacyExprParser On
  774. </Directory>
  775. </IfModule>
  776.  
  777. <IfModule mod_fastcgi.c>
  778. DirectoryIndex index.html index.shtml index.cgi index.php
  779. AddHandler php5-fcgi .php
  780. Action php5-fcgi /php5-fcgi
  781. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  782. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  783. </IfModule>
  784. <IfModule suphp_module>
  785. suPHP_UserGroup complete complete
  786. </IfModule>
  787. <IfModule !mod_disable_suexec.c>
  788. <IfModule !mod_ruid2.c>
  789. SuexecUserGroup complete complete
  790. </IfModule>
  791. </IfModule>
  792. <IfModule ruid2_module>
  793. RMode config
  794. RUidGid complete complete
  795. RDocumentChRoot /home/virtfs/complete /home/complete/public_html
  796. </IfModule>
  797. <IfModule mpm_itk.c>
  798. # For more information on MPM ITK, please read:
  799. # http://mpm-itk.sesse.net/
  800. AssignUserID complete complete
  801. </IfModule>
  802.  
  803. <IfModule alias_module>
  804. ScriptAlias /cgi-bin/ /home/complete/public_html/cgi-bin/
  805. </IfModule>
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. Include "/usr/local/apache/conf/userdata/std/2_4/complete/completecloudsolutions.co.uk/*.conf"
  813. </VirtualHost>
  814.  
  815. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  816.  
  817. <VirtualHost 209.126.127.33:80>
  818. ServerName continentalhost.co.uk
  819. ServerAlias mail.continentalhost.co.uk www.continentalhost.co.uk
  820. DocumentRoot /home/continentalhost/public_html
  821.  
  822. ServerAdmin webmaster@continentalhost.co.uk
  823. UseCanonicalName Off
  824.  
  825. ## User continentalhost # Needed for Cpanel::ApacheConf
  826. <IfModule userdir_module>
  827. <IfModule !mpm_itk.c>
  828. <IfModule !ruid2_module>
  829. UserDir enabled continentalhost
  830. </IfModule>
  831. </IfModule>
  832. </IfModule>
  833.  
  834. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  835. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  836. # the user's .htaccess file. For more information, please read:
  837. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  838.  
  839.  
  840.  
  841. <IfModule include_module>
  842. <Directory "/home/continentalhost/public_html">
  843. SSILegacyExprParser On
  844. </Directory>
  845. </IfModule>
  846.  
  847. <IfModule mod_fastcgi.c>
  848. DirectoryIndex index.html index.shtml index.cgi index.php
  849. AddHandler php5-fcgi .php
  850. Action php5-fcgi /php5-fcgi
  851. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  852. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  853. </IfModule>
  854. <IfModule suphp_module>
  855. suPHP_UserGroup continentalhost continentalhost
  856. </IfModule>
  857. <IfModule !mod_disable_suexec.c>
  858. <IfModule !mod_ruid2.c>
  859. SuexecUserGroup continentalhost continentalhost
  860. </IfModule>
  861. </IfModule>
  862. <IfModule ruid2_module>
  863. RMode config
  864. RUidGid continentalhost continentalhost
  865. RDocumentChRoot /home/virtfs/continentalhost /home/continentalhost/public_html
  866. </IfModule>
  867. <IfModule mpm_itk.c>
  868. # For more information on MPM ITK, please read:
  869. # http://mpm-itk.sesse.net/
  870. AssignUserID continentalhost continentalhost
  871. </IfModule>
  872.  
  873. <IfModule alias_module>
  874. ScriptAlias /cgi-bin/ /home/continentalhost/public_html/cgi-bin/
  875. </IfModule>
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882. # To customize this VirtualHost use an include file at the following location
  883. # Include "/usr/local/apache/conf/userdata/std/2_4/continentalhost/continentalhost.co.uk/*.conf"
  884. </VirtualHost>
  885.  
  886. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  887.  
  888. <VirtualHost 209.126.127.33:80>
  889. ServerName gateway.mycloudlogin.uk
  890. ServerAlias mail.gateway.mycloudlogin.uk www.gateway.mycloudlogin.uk
  891. DocumentRoot /home/ediboyboy/public_html
  892.  
  893. ServerAdmin webmaster@gateway.mycloudlogin.uk
  894. UseCanonicalName Off
  895.  
  896. ## User ediboyboy # Needed for Cpanel::ApacheConf
  897. <IfModule userdir_module>
  898. <IfModule !mpm_itk.c>
  899. <IfModule !ruid2_module>
  900. UserDir enabled ediboyboy
  901. </IfModule>
  902. </IfModule>
  903. </IfModule>
  904.  
  905. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  906. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  907. # the user's .htaccess file. For more information, please read:
  908. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  909.  
  910.  
  911.  
  912. <IfModule include_module>
  913. <Directory "/home/ediboyboy/public_html">
  914. SSILegacyExprParser On
  915. </Directory>
  916. </IfModule>
  917.  
  918. <IfModule mod_fastcgi.c>
  919. DirectoryIndex index.html index.shtml index.cgi index.php
  920. AddHandler php5-fcgi .php
  921. Action php5-fcgi /php5-fcgi
  922. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  923. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  924. </IfModule>
  925. <IfModule suphp_module>
  926. suPHP_UserGroup ediboyboy ediboyboy
  927. </IfModule>
  928. <IfModule !mod_disable_suexec.c>
  929. <IfModule !mod_ruid2.c>
  930. SuexecUserGroup ediboyboy ediboyboy
  931. </IfModule>
  932. </IfModule>
  933. <IfModule ruid2_module>
  934. RMode config
  935. RUidGid ediboyboy ediboyboy
  936. RDocumentChRoot /home/virtfs/ediboyboy /home/ediboyboy/public_html
  937. </IfModule>
  938. <IfModule mpm_itk.c>
  939. # For more information on MPM ITK, please read:
  940. # http://mpm-itk.sesse.net/
  941. AssignUserID ediboyboy ediboyboy
  942. </IfModule>
  943.  
  944. <IfModule alias_module>
  945. ScriptAlias /cgi-bin/ /home/ediboyboy/public_html/cgi-bin/
  946. </IfModule>
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953. # To customize this VirtualHost use an include file at the following location
  954. # Include "/usr/local/apache/conf/userdata/std/2_4/ediboyboy/gateway.mycloudlogin.uk/*.conf"
  955. </VirtualHost>
  956.  
  957. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  958.  
  959. <VirtualHost 209.126.127.33:80>
  960. ServerName edidiong.com
  961. ServerAlias mail.edidiong.com www.edidiong.com
  962. DocumentRoot /home/edidiong/public_html
  963.  
  964. ServerAdmin webmaster@edidiong.com
  965. UseCanonicalName Off
  966.  
  967. ## User edidiong # Needed for Cpanel::ApacheConf
  968. <IfModule userdir_module>
  969. <IfModule !mpm_itk.c>
  970. <IfModule !ruid2_module>
  971. UserDir enabled edidiong
  972. </IfModule>
  973. </IfModule>
  974. </IfModule>
  975.  
  976. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  977. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  978. # the user's .htaccess file. For more information, please read:
  979. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  980.  
  981.  
  982.  
  983. <IfModule include_module>
  984. <Directory "/home/edidiong/public_html">
  985. SSILegacyExprParser On
  986. </Directory>
  987. </IfModule>
  988.  
  989. <IfModule mod_fastcgi.c>
  990. DirectoryIndex index.html index.shtml index.cgi index.php
  991. AddHandler php5-fcgi .php
  992. Action php5-fcgi /php5-fcgi
  993. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  994. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  995. </IfModule>
  996. <IfModule suphp_module>
  997. suPHP_UserGroup edidiong edidiong
  998. </IfModule>
  999. <IfModule !mod_disable_suexec.c>
  1000. <IfModule !mod_ruid2.c>
  1001. SuexecUserGroup edidiong edidiong
  1002. </IfModule>
  1003. </IfModule>
  1004. <IfModule ruid2_module>
  1005. RMode config
  1006. RUidGid edidiong edidiong
  1007. RDocumentChRoot /home/virtfs/edidiong /home/edidiong/public_html
  1008. </IfModule>
  1009. <IfModule mpm_itk.c>
  1010. # For more information on MPM ITK, please read:
  1011. # http://mpm-itk.sesse.net/
  1012. AssignUserID edidiong edidiong
  1013. </IfModule>
  1014.  
  1015. <IfModule alias_module>
  1016. ScriptAlias /cgi-bin/ /home/edidiong/public_html/cgi-bin/
  1017. </IfModule>
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024. # To customize this VirtualHost use an include file at the following location
  1025. # Include "/usr/local/apache/conf/userdata/std/2_4/edidiong/edidiong.com/*.conf"
  1026. </VirtualHost>
  1027.  
  1028. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1029.  
  1030. <VirtualHost 209.126.127.33:80>
  1031. ServerName forexstocksignals.com
  1032. ServerAlias mail.forexstocksignals.com www.forexstocksignals.com
  1033. DocumentRoot /home/forexsto/public_html
  1034.  
  1035. ServerAdmin webmaster@forexstocksignals.com
  1036. UseCanonicalName Off
  1037.  
  1038. ## User forexsto # Needed for Cpanel::ApacheConf
  1039. <IfModule userdir_module>
  1040. <IfModule !mpm_itk.c>
  1041. <IfModule !ruid2_module>
  1042. UserDir enabled forexsto
  1043. </IfModule>
  1044. </IfModule>
  1045. </IfModule>
  1046.  
  1047. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1048. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1049. # the user's .htaccess file. For more information, please read:
  1050. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1051.  
  1052.  
  1053.  
  1054. <IfModule include_module>
  1055. <Directory "/home/forexsto/public_html">
  1056. SSILegacyExprParser On
  1057. </Directory>
  1058. </IfModule>
  1059.  
  1060. <IfModule mod_fastcgi.c>
  1061. DirectoryIndex index.html index.shtml index.cgi index.php
  1062. AddHandler php5-fcgi .php
  1063. Action php5-fcgi /php5-fcgi
  1064. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1065. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1066. </IfModule>
  1067. <IfModule suphp_module>
  1068. suPHP_UserGroup forexsto forexsto
  1069. </IfModule>
  1070. <IfModule !mod_disable_suexec.c>
  1071. <IfModule !mod_ruid2.c>
  1072. SuexecUserGroup forexsto forexsto
  1073. </IfModule>
  1074. </IfModule>
  1075. <IfModule ruid2_module>
  1076. RMode config
  1077. RUidGid forexsto forexsto
  1078. RDocumentChRoot /home/virtfs/forexsto /home/forexsto/public_html
  1079. </IfModule>
  1080. <IfModule mpm_itk.c>
  1081. # For more information on MPM ITK, please read:
  1082. # http://mpm-itk.sesse.net/
  1083. AssignUserID forexsto forexsto
  1084. </IfModule>
  1085.  
  1086. <IfModule alias_module>
  1087. ScriptAlias /cgi-bin/ /home/forexsto/public_html/cgi-bin/
  1088. </IfModule>
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095. # To customize this VirtualHost use an include file at the following location
  1096. # Include "/usr/local/apache/conf/userdata/std/2_4/forexsto/forexstocksignals.com/*.conf"
  1097. </VirtualHost>
  1098.  
  1099. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1100.  
  1101. <VirtualHost 209.126.127.33:80>
  1102. ServerName issabsu-alumni.org
  1103. ServerAlias mail.issabsu-alumni.org www.issabsu-alumni.org
  1104. DocumentRoot /home/issabsua/public_html
  1105.  
  1106. ServerAdmin webmaster@issabsu-alumni.org
  1107. UseCanonicalName Off
  1108.  
  1109. ## User issabsua # Needed for Cpanel::ApacheConf
  1110. <IfModule userdir_module>
  1111. <IfModule !mpm_itk.c>
  1112. <IfModule !ruid2_module>
  1113. UserDir enabled issabsua
  1114. </IfModule>
  1115. </IfModule>
  1116. </IfModule>
  1117.  
  1118. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1119. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1120. # the user's .htaccess file. For more information, please read:
  1121. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1122.  
  1123.  
  1124.  
  1125. <IfModule include_module>
  1126. <Directory "/home/issabsua/public_html">
  1127. SSILegacyExprParser On
  1128. </Directory>
  1129. </IfModule>
  1130.  
  1131. <IfModule mod_fastcgi.c>
  1132. DirectoryIndex index.html index.shtml index.cgi index.php
  1133. AddHandler php5-fcgi .php
  1134. Action php5-fcgi /php5-fcgi
  1135. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1136. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1137. </IfModule>
  1138. <IfModule suphp_module>
  1139. suPHP_UserGroup issabsua issabsua
  1140. </IfModule>
  1141. <IfModule !mod_disable_suexec.c>
  1142. <IfModule !mod_ruid2.c>
  1143. SuexecUserGroup issabsua issabsua
  1144. </IfModule>
  1145. </IfModule>
  1146. <IfModule ruid2_module>
  1147. RMode config
  1148. RUidGid issabsua issabsua
  1149. RDocumentChRoot /home/virtfs/issabsua /home/issabsua/public_html
  1150. </IfModule>
  1151. <IfModule mpm_itk.c>
  1152. # For more information on MPM ITK, please read:
  1153. # http://mpm-itk.sesse.net/
  1154. AssignUserID issabsua issabsua
  1155. </IfModule>
  1156.  
  1157. <IfModule alias_module>
  1158. ScriptAlias /cgi-bin/ /home/issabsua/public_html/cgi-bin/
  1159. </IfModule>
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166. # To customize this VirtualHost use an include file at the following location
  1167. # Include "/usr/local/apache/conf/userdata/std/2_4/issabsua/issabsu-alumni.org/*.conf"
  1168. </VirtualHost>
  1169.  
  1170. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1171.  
  1172. <VirtualHost 209.126.127.33:80>
  1173. ServerName jmawelding.co.uk
  1174. ServerAlias mail.jmawelding.co.uk www.jmawelding.co.uk
  1175. DocumentRoot /home/jmaweldi/public_html
  1176.  
  1177. ServerAdmin webmaster@jmawelding.co.uk
  1178. UseCanonicalName Off
  1179.  
  1180. ## User jmaweldi # Needed for Cpanel::ApacheConf
  1181. <IfModule userdir_module>
  1182. <IfModule !mpm_itk.c>
  1183. <IfModule !ruid2_module>
  1184. UserDir enabled jmaweldi
  1185. </IfModule>
  1186. </IfModule>
  1187. </IfModule>
  1188.  
  1189. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1190. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1191. # the user's .htaccess file. For more information, please read:
  1192. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1193.  
  1194.  
  1195.  
  1196. <IfModule include_module>
  1197. <Directory "/home/jmaweldi/public_html">
  1198. SSILegacyExprParser On
  1199. </Directory>
  1200. </IfModule>
  1201.  
  1202. <IfModule mod_fastcgi.c>
  1203. DirectoryIndex index.html index.shtml index.cgi index.php
  1204. AddHandler php5-fcgi .php
  1205. Action php5-fcgi /php5-fcgi
  1206. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1207. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1208. </IfModule>
  1209. <IfModule suphp_module>
  1210. suPHP_UserGroup jmaweldi jmaweldi
  1211. </IfModule>
  1212. <IfModule !mod_disable_suexec.c>
  1213. <IfModule !mod_ruid2.c>
  1214. SuexecUserGroup jmaweldi jmaweldi
  1215. </IfModule>
  1216. </IfModule>
  1217. <IfModule ruid2_module>
  1218. RMode config
  1219. RUidGid jmaweldi jmaweldi
  1220. RDocumentChRoot /home/virtfs/jmaweldi /home/jmaweldi/public_html
  1221. </IfModule>
  1222. <IfModule mpm_itk.c>
  1223. # For more information on MPM ITK, please read:
  1224. # http://mpm-itk.sesse.net/
  1225. AssignUserID jmaweldi jmaweldi
  1226. </IfModule>
  1227.  
  1228. <IfModule alias_module>
  1229. ScriptAlias /cgi-bin/ /home/jmaweldi/public_html/cgi-bin/
  1230. </IfModule>
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237. # To customize this VirtualHost use an include file at the following location
  1238. # Include "/usr/local/apache/conf/userdata/std/2_4/jmaweldi/jmawelding.co.uk/*.conf"
  1239. </VirtualHost>
  1240.  
  1241. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1242.  
  1243. <VirtualHost 209.126.127.33:80>
  1244. ServerName localsupport.biz
  1245. ServerAlias mail.localsupport.biz www.localsupport.biz
  1246. DocumentRoot /home/localsup/public_html
  1247.  
  1248. ServerAdmin webmaster@localsupport.biz
  1249. UseCanonicalName Off
  1250.  
  1251. ## User localsup # Needed for Cpanel::ApacheConf
  1252. <IfModule userdir_module>
  1253. <IfModule !mpm_itk.c>
  1254. <IfModule !ruid2_module>
  1255. UserDir enabled localsup
  1256. </IfModule>
  1257. </IfModule>
  1258. </IfModule>
  1259.  
  1260. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1261. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1262. # the user's .htaccess file. For more information, please read:
  1263. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1264.  
  1265.  
  1266.  
  1267. <IfModule include_module>
  1268. <Directory "/home/localsup/public_html">
  1269. SSILegacyExprParser On
  1270. </Directory>
  1271. </IfModule>
  1272.  
  1273. <IfModule mod_fastcgi.c>
  1274. DirectoryIndex index.html index.shtml index.cgi index.php
  1275. AddHandler php5-fcgi .php
  1276. Action php5-fcgi /php5-fcgi
  1277. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1278. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1279. </IfModule>
  1280. <IfModule suphp_module>
  1281. suPHP_UserGroup localsup localsup
  1282. </IfModule>
  1283. <IfModule !mod_disable_suexec.c>
  1284. <IfModule !mod_ruid2.c>
  1285. SuexecUserGroup localsup localsup
  1286. </IfModule>
  1287. </IfModule>
  1288. <IfModule ruid2_module>
  1289. RMode config
  1290. RUidGid localsup localsup
  1291. RDocumentChRoot /home/virtfs/localsup /home/localsup/public_html
  1292. </IfModule>
  1293. <IfModule mpm_itk.c>
  1294. # For more information on MPM ITK, please read:
  1295. # http://mpm-itk.sesse.net/
  1296. AssignUserID localsup localsup
  1297. </IfModule>
  1298.  
  1299. <IfModule alias_module>
  1300. ScriptAlias /cgi-bin/ /home/localsup/public_html/cgi-bin/
  1301. </IfModule>
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308. # To customize this VirtualHost use an include file at the following location
  1309. # Include "/usr/local/apache/conf/userdata/std/2_4/localsup/localsupport.biz/*.conf"
  1310. </VirtualHost>
  1311.  
  1312. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1313.  
  1314. <VirtualHost 209.126.127.33:80>
  1315. ServerName mydomain.com
  1316. ServerAlias mail.mydomain.com www.mydomain.com
  1317. DocumentRoot /home/mydomain/public_html
  1318.  
  1319. ServerAdmin webmaster@mydomain.com
  1320. UseCanonicalName Off
  1321.  
  1322. ## User mydomain # Needed for Cpanel::ApacheConf
  1323. <IfModule userdir_module>
  1324. <IfModule !mpm_itk.c>
  1325. <IfModule !ruid2_module>
  1326. UserDir enabled mydomain
  1327. </IfModule>
  1328. </IfModule>
  1329. </IfModule>
  1330.  
  1331. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1332. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1333. # the user's .htaccess file. For more information, please read:
  1334. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1335.  
  1336.  
  1337.  
  1338. <IfModule include_module>
  1339. <Directory "/home/mydomain/public_html">
  1340. SSILegacyExprParser On
  1341. </Directory>
  1342. </IfModule>
  1343.  
  1344. <IfModule mod_fastcgi.c>
  1345. DirectoryIndex index.html index.shtml index.cgi index.php
  1346. AddHandler php5-fcgi .php
  1347. Action php5-fcgi /php5-fcgi
  1348. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1349. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1350. </IfModule>
  1351. <IfModule suphp_module>
  1352. suPHP_UserGroup mydomain mydomain
  1353. </IfModule>
  1354. <IfModule !mod_disable_suexec.c>
  1355. <IfModule !mod_ruid2.c>
  1356. SuexecUserGroup mydomain mydomain
  1357. </IfModule>
  1358. </IfModule>
  1359. <IfModule ruid2_module>
  1360. RMode config
  1361. RUidGid mydomain mydomain
  1362. RDocumentChRoot /home/virtfs/mydomain /home/mydomain/public_html
  1363. </IfModule>
  1364. <IfModule mpm_itk.c>
  1365. # For more information on MPM ITK, please read:
  1366. # http://mpm-itk.sesse.net/
  1367. AssignUserID mydomain mydomain
  1368. </IfModule>
  1369.  
  1370. <IfModule alias_module>
  1371. ScriptAlias /cgi-bin/ /home/mydomain/public_html/cgi-bin/
  1372. </IfModule>
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379. # To customize this VirtualHost use an include file at the following location
  1380. # Include "/usr/local/apache/conf/userdata/std/2_4/mydomain/mydomain.com/*.conf"
  1381. </VirtualHost>
  1382.  
  1383. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1384.  
  1385. <VirtualHost 209.126.127.33:80>
  1386. ServerName onformpt.com
  1387. ServerAlias mail.onformpt.com www.onformpt.com
  1388. DocumentRoot /home/onformpt/public_html
  1389.  
  1390. ServerAdmin webmaster@onformpt.com
  1391. UseCanonicalName Off
  1392.  
  1393. ## User onformpt # Needed for Cpanel::ApacheConf
  1394. <IfModule userdir_module>
  1395. <IfModule !mpm_itk.c>
  1396. <IfModule !ruid2_module>
  1397. UserDir enabled onformpt
  1398. </IfModule>
  1399. </IfModule>
  1400. </IfModule>
  1401.  
  1402. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1403. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1404. # the user's .htaccess file. For more information, please read:
  1405. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1406.  
  1407.  
  1408.  
  1409. <IfModule include_module>
  1410. <Directory "/home/onformpt/public_html">
  1411. SSILegacyExprParser On
  1412. </Directory>
  1413. </IfModule>
  1414.  
  1415. <IfModule mod_fastcgi.c>
  1416. DirectoryIndex index.html index.shtml index.cgi index.php
  1417. AddHandler php5-fcgi .php
  1418. Action php5-fcgi /php5-fcgi
  1419. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1420. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1421. </IfModule>
  1422. <IfModule suphp_module>
  1423. suPHP_UserGroup onformpt onformpt
  1424. </IfModule>
  1425. <IfModule !mod_disable_suexec.c>
  1426. <IfModule !mod_ruid2.c>
  1427. SuexecUserGroup onformpt onformpt
  1428. </IfModule>
  1429. </IfModule>
  1430. <IfModule ruid2_module>
  1431. RMode config
  1432. RUidGid onformpt onformpt
  1433. RDocumentChRoot /home/virtfs/onformpt /home/onformpt/public_html
  1434. </IfModule>
  1435. <IfModule mpm_itk.c>
  1436. # For more information on MPM ITK, please read:
  1437. # http://mpm-itk.sesse.net/
  1438. AssignUserID onformpt onformpt
  1439. </IfModule>
  1440.  
  1441. <IfModule alias_module>
  1442. ScriptAlias /cgi-bin/ /home/onformpt/public_html/cgi-bin/
  1443. </IfModule>
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450. Include "/usr/local/apache/conf/userdata/std/2_4/onformpt/onformpt.com/*.conf"
  1451. </VirtualHost>
  1452.  
  1453. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1454.  
  1455. <VirtualHost 209.126.127.33:80>
  1456. ServerName siteready.co.uk
  1457. ServerAlias mail.siteready.co.uk www.siteready.co.uk
  1458. DocumentRoot /home/siteread/public_html
  1459.  
  1460. ServerAdmin webmaster@siteready.co.uk
  1461. UseCanonicalName Off
  1462.  
  1463. ## User siteread # Needed for Cpanel::ApacheConf
  1464. <IfModule userdir_module>
  1465. <IfModule !mpm_itk.c>
  1466. <IfModule !ruid2_module>
  1467. UserDir enabled siteread
  1468. </IfModule>
  1469. </IfModule>
  1470. </IfModule>
  1471.  
  1472. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1473. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1474. # the user's .htaccess file. For more information, please read:
  1475. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1476.  
  1477.  
  1478.  
  1479. <IfModule include_module>
  1480. <Directory "/home/siteread/public_html">
  1481. SSILegacyExprParser On
  1482. </Directory>
  1483. </IfModule>
  1484.  
  1485. <IfModule mod_fastcgi.c>
  1486. DirectoryIndex index.html index.shtml index.cgi index.php
  1487. AddHandler php5-fcgi .php
  1488. Action php5-fcgi /php5-fcgi
  1489. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1490. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1491. </IfModule>
  1492. <IfModule suphp_module>
  1493. suPHP_UserGroup siteread siteread
  1494. </IfModule>
  1495. <IfModule !mod_disable_suexec.c>
  1496. <IfModule !mod_ruid2.c>
  1497. SuexecUserGroup siteread siteread
  1498. </IfModule>
  1499. </IfModule>
  1500. <IfModule ruid2_module>
  1501. RMode config
  1502. RUidGid siteread siteread
  1503. </IfModule>
  1504. <IfModule mpm_itk.c>
  1505. # For more information on MPM ITK, please read:
  1506. # http://mpm-itk.sesse.net/
  1507. AssignUserID siteread siteread
  1508. </IfModule>
  1509.  
  1510. <IfModule alias_module>
  1511. ScriptAlias /cgi-bin/ /home/siteread/public_html/cgi-bin/
  1512. </IfModule>
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519. Include "/usr/local/apache/conf/userdata/std/2_4/siteread/siteready.co.uk/*.conf"
  1520. </VirtualHost>
  1521.  
  1522. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1523.  
  1524. <VirtualHost 209.126.127.33:80>
  1525. ServerName toccic.org
  1526. ServerAlias mail.toccic.org www.toccic.org
  1527. DocumentRoot /home/toccicor/public_html
  1528.  
  1529. ServerAdmin webmaster@toccic.org
  1530. UseCanonicalName Off
  1531.  
  1532. ## User toccicor # Needed for Cpanel::ApacheConf
  1533. <IfModule userdir_module>
  1534. <IfModule !mpm_itk.c>
  1535. <IfModule !ruid2_module>
  1536. UserDir enabled toccicor
  1537. </IfModule>
  1538. </IfModule>
  1539. </IfModule>
  1540.  
  1541. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1542. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1543. # the user's .htaccess file. For more information, please read:
  1544. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1545.  
  1546.  
  1547.  
  1548. <IfModule include_module>
  1549. <Directory "/home/toccicor/public_html">
  1550. SSILegacyExprParser On
  1551. </Directory>
  1552. </IfModule>
  1553.  
  1554. <IfModule mod_fastcgi.c>
  1555. DirectoryIndex index.html index.shtml index.cgi index.php
  1556. AddHandler php5-fcgi .php
  1557. Action php5-fcgi /php5-fcgi
  1558. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1559. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1560. </IfModule>
  1561. <IfModule suphp_module>
  1562. suPHP_UserGroup toccicor toccicor
  1563. </IfModule>
  1564. <IfModule !mod_disable_suexec.c>
  1565. <IfModule !mod_ruid2.c>
  1566. SuexecUserGroup toccicor toccicor
  1567. </IfModule>
  1568. </IfModule>
  1569. <IfModule ruid2_module>
  1570. RMode config
  1571. RUidGid toccicor toccicor
  1572. RDocumentChRoot /home/virtfs/toccicor /home/toccicor/public_html
  1573. </IfModule>
  1574. <IfModule mpm_itk.c>
  1575. # For more information on MPM ITK, please read:
  1576. # http://mpm-itk.sesse.net/
  1577. AssignUserID toccicor toccicor
  1578. </IfModule>
  1579.  
  1580. <IfModule alias_module>
  1581. ScriptAlias /cgi-bin/ /home/toccicor/public_html/cgi-bin/
  1582. </IfModule>
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589. Include "/usr/local/apache/conf/userdata/std/2_4/toccicor/toccic.org/*.conf"
  1590. </VirtualHost>
  1591.  
  1592. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1593.  
  1594. <VirtualHost 209.126.127.33:80>
  1595. ServerName webhostingoffers.eu
  1596. ServerAlias mail.webhostingoffers.eu www.webhostingoffers.eu
  1597. DocumentRoot /home/webhosti/public_html
  1598.  
  1599. ServerAdmin webmaster@webhostingoffers.eu
  1600. UseCanonicalName Off
  1601.  
  1602. ## User webhosti # Needed for Cpanel::ApacheConf
  1603. <IfModule userdir_module>
  1604. <IfModule !mpm_itk.c>
  1605. <IfModule !ruid2_module>
  1606. UserDir enabled webhosti
  1607. </IfModule>
  1608. </IfModule>
  1609. </IfModule>
  1610.  
  1611. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1612. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1613. # the user's .htaccess file. For more information, please read:
  1614. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1615.  
  1616.  
  1617.  
  1618. <IfModule include_module>
  1619. <Directory "/home/webhosti/public_html">
  1620. SSILegacyExprParser On
  1621. </Directory>
  1622. </IfModule>
  1623.  
  1624. <IfModule mod_fastcgi.c>
  1625. DirectoryIndex index.html index.shtml index.cgi index.php
  1626. AddHandler php5-fcgi .php
  1627. Action php5-fcgi /php5-fcgi
  1628. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1629. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1630. </IfModule>
  1631. <IfModule suphp_module>
  1632. suPHP_UserGroup webhosti webhosti
  1633. </IfModule>
  1634. <IfModule !mod_disable_suexec.c>
  1635. <IfModule !mod_ruid2.c>
  1636. SuexecUserGroup webhosti webhosti
  1637. </IfModule>
  1638. </IfModule>
  1639. <IfModule ruid2_module>
  1640. RMode config
  1641. RUidGid webhosti webhosti
  1642. RDocumentChRoot /home/virtfs/webhosti /home/webhosti/public_html
  1643. </IfModule>
  1644. <IfModule mpm_itk.c>
  1645. # For more information on MPM ITK, please read:
  1646. # http://mpm-itk.sesse.net/
  1647. AssignUserID webhosti webhosti
  1648. </IfModule>
  1649.  
  1650. <IfModule alias_module>
  1651. ScriptAlias /cgi-bin/ /home/webhosti/public_html/cgi-bin/
  1652. </IfModule>
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659. # To customize this VirtualHost use an include file at the following location
  1660. # Include "/usr/local/apache/conf/userdata/std/2_4/webhosti/webhostingoffers.eu/*.conf"
  1661. </VirtualHost>
  1662.  
  1663. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1664.  
  1665. <VirtualHost 209.126.127.33:80>
  1666. ServerName easyaccountax.completecloudsolutions.co.uk
  1667. ServerAlias www.easyaccountax.completecloudsolutions.co.uk
  1668. DocumentRoot /home/complete/public_html/easyaccountax
  1669.  
  1670. ServerAdmin webmaster@easyaccountax.completecloudsolutions.co.uk
  1671. UseCanonicalName On
  1672.  
  1673. ## User complete # Needed for Cpanel::ApacheConf
  1674. <IfModule userdir_module>
  1675. <IfModule !mpm_itk.c>
  1676. <IfModule !ruid2_module>
  1677. UserDir enabled complete
  1678. </IfModule>
  1679. </IfModule>
  1680. </IfModule>
  1681.  
  1682. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1683. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1684. # the user's .htaccess file. For more information, please read:
  1685. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1686.  
  1687.  
  1688.  
  1689. <IfModule include_module>
  1690. <Directory "/home/complete/public_html/easyaccountax">
  1691. SSILegacyExprParser On
  1692. </Directory>
  1693. </IfModule>
  1694.  
  1695. <IfModule mod_fastcgi.c>
  1696. DirectoryIndex index.html index.shtml index.cgi index.php
  1697. AddHandler php5-fcgi .php
  1698. Action php5-fcgi /php5-fcgi
  1699. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1700. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1701. </IfModule>
  1702. <IfModule suphp_module>
  1703. suPHP_UserGroup complete complete
  1704. </IfModule>
  1705. <IfModule !mod_disable_suexec.c>
  1706. <IfModule !mod_ruid2.c>
  1707. SuexecUserGroup complete complete
  1708. </IfModule>
  1709. </IfModule>
  1710. <IfModule ruid2_module>
  1711. RMode config
  1712. RUidGid complete complete
  1713. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/easyaccountax
  1714. </IfModule>
  1715. <IfModule mpm_itk.c>
  1716. # For more information on MPM ITK, please read:
  1717. # http://mpm-itk.sesse.net/
  1718. AssignUserID complete complete
  1719. </IfModule>
  1720.  
  1721. <IfModule alias_module>
  1722. ScriptAlias /cgi-bin/ /home/complete/public_html/easyaccountax/cgi-bin/
  1723. </IfModule>
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730. # To customize this VirtualHost use an include file at the following location
  1731. # Include "/usr/local/apache/conf/userdata/std/2_4/complete/easyaccountax.completecloudsolutions.co.uk/*.conf"
  1732. </VirtualHost>
  1733.  
  1734. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1735.  
  1736. <VirtualHost 209.126.127.33:80>
  1737. ServerName valueaddon.completecloudsolutions.co.uk
  1738. ServerAlias www.valueaddon.completecloudsolutions.co.uk
  1739. DocumentRoot /home/complete/public_html/valueaddon
  1740.  
  1741. ServerAdmin webmaster@valueaddon.completecloudsolutions.co.uk
  1742. UseCanonicalName On
  1743.  
  1744. ## User complete # Needed for Cpanel::ApacheConf
  1745. <IfModule userdir_module>
  1746. <IfModule !mpm_itk.c>
  1747. <IfModule !ruid2_module>
  1748. UserDir enabled complete
  1749. </IfModule>
  1750. </IfModule>
  1751. </IfModule>
  1752.  
  1753. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1754. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1755. # the user's .htaccess file. For more information, please read:
  1756. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1757.  
  1758.  
  1759.  
  1760. <IfModule include_module>
  1761. <Directory "/home/complete/public_html/valueaddon">
  1762. SSILegacyExprParser On
  1763. </Directory>
  1764. </IfModule>
  1765.  
  1766. <IfModule mod_fastcgi.c>
  1767. DirectoryIndex index.html index.shtml index.cgi index.php
  1768. AddHandler php5-fcgi .php
  1769. Action php5-fcgi /php5-fcgi
  1770. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1771. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1772. </IfModule>
  1773. <IfModule suphp_module>
  1774. suPHP_UserGroup complete complete
  1775. </IfModule>
  1776. <IfModule !mod_disable_suexec.c>
  1777. <IfModule !mod_ruid2.c>
  1778. SuexecUserGroup complete complete
  1779. </IfModule>
  1780. </IfModule>
  1781. <IfModule ruid2_module>
  1782. RMode config
  1783. RUidGid complete complete
  1784. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/valueaddon
  1785. </IfModule>
  1786. <IfModule mpm_itk.c>
  1787. # For more information on MPM ITK, please read:
  1788. # http://mpm-itk.sesse.net/
  1789. AssignUserID complete complete
  1790. </IfModule>
  1791.  
  1792. <IfModule alias_module>
  1793. ScriptAlias /cgi-bin/ /home/complete/public_html/valueaddon/cgi-bin/
  1794. </IfModule>
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801. # To customize this VirtualHost use an include file at the following location
  1802. # Include "/usr/local/apache/conf/userdata/std/2_4/complete/valueaddon.completecloudsolutions.co.uk/*.conf"
  1803. </VirtualHost>
  1804.  
  1805. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1806.  
  1807. <VirtualHost 209.126.127.33:80>
  1808. ServerName bitsa.completecloudsolutions.co.uk
  1809. ServerAlias www.bitsa.completecloudsolutions.co.uk
  1810. DocumentRoot /home/complete/public_html/bitsa
  1811.  
  1812. ServerAdmin webmaster@bitsa.completecloudsolutions.co.uk
  1813. UseCanonicalName On
  1814.  
  1815. ## User complete # Needed for Cpanel::ApacheConf
  1816. <IfModule userdir_module>
  1817. <IfModule !mpm_itk.c>
  1818. <IfModule !ruid2_module>
  1819. UserDir enabled complete
  1820. </IfModule>
  1821. </IfModule>
  1822. </IfModule>
  1823.  
  1824. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1825. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1826. # the user's .htaccess file. For more information, please read:
  1827. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1828.  
  1829.  
  1830.  
  1831. <IfModule include_module>
  1832. <Directory "/home/complete/public_html/bitsa">
  1833. SSILegacyExprParser On
  1834. </Directory>
  1835. </IfModule>
  1836.  
  1837. <IfModule mod_fastcgi.c>
  1838. DirectoryIndex index.html index.shtml index.cgi index.php
  1839. AddHandler php5-fcgi .php
  1840. Action php5-fcgi /php5-fcgi
  1841. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  1842. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  1843. </IfModule>
  1844. <IfModule suphp_module>
  1845. suPHP_UserGroup complete complete
  1846. </IfModule>
  1847. <IfModule !mod_disable_suexec.c>
  1848. <IfModule !mod_ruid2.c>
  1849. SuexecUserGroup complete complete
  1850. </IfModule>
  1851. </IfModule>
  1852. <IfModule ruid2_module>
  1853. RMode config
  1854. RUidGid complete complete
  1855. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/bitsa
  1856. </IfModule>
  1857. <IfModule mpm_itk.c>
  1858. # For more information on MPM ITK, please read:
  1859. # http://mpm-itk.sesse.net/
  1860. AssignUserID complete complete
  1861. </IfModule>
  1862.  
  1863. <IfModule alias_module>
  1864. ScriptAlias /cgi-bin/ /home/complete/public_html/bitsa/cgi-bin/
  1865. </IfModule>
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872. # To customize this VirtualHost use an include file at the following location
  1873. # Include "/usr/local/apache/conf/userdata/std/2_4/complete/bitsa.completecloudsolutions.co.uk/*.conf"
  1874. </VirtualHost>
  1875.  
  1876. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1877.  
  1878. # SSL
  1879. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1880.  
  1881. <VirtualHost 209.126.109.90:443>
  1882. ServerName portal.mycloudlogin.uk
  1883. ServerAlias mail.portal.mycloudlogin.uk www.portal.mycloudlogin.uk webmail.portal.mycloudlogin.uk whm.portal.mycloudlogin.uk cpanel.portal.mycloudlogin.uk webdisk.portal.mycloudlogin.uk
  1884. DocumentRoot /home/servermycloudlog/public_html
  1885. ServerAdmin webmaster@portal.mycloudlogin.uk
  1886. UseCanonicalName Off
  1887.  
  1888. ## User servermycloudlog # Needed for Cpanel::ApacheConf
  1889. <IfModule userdir_module>
  1890. <IfModule !mpm_itk.c>
  1891. <IfModule !ruid2_module>
  1892. UserDir enabled servermycloudlog
  1893. </IfModule>
  1894. </IfModule>
  1895. </IfModule>
  1896.  
  1897. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1898. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1899. # the user's .htaccess file. For more information, please read:
  1900. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1901.  
  1902.  
  1903. <IfModule include_module>
  1904. <Directory "/home/servermycloudlog/public_html">
  1905. SSILegacyExprParser On
  1906. </Directory>
  1907. </IfModule>
  1908.  
  1909. <IfModule suphp_module>
  1910. suPHP_UserGroup servermycloudlog servermycloudlog
  1911. </IfModule>
  1912. <IfModule !mod_disable_suexec.c>
  1913. <IfModule !ruid2_module>
  1914. SuexecUserGroup servermycloudlog servermycloudlog
  1915. </IfModule>
  1916. </IfModule>
  1917. <IfModule ruid2_module>
  1918. RMode config
  1919. RUidGid servermycloudlog servermycloudlog
  1920. </IfModule>
  1921. <IfModule mpm_itk.c>
  1922. # For more information on MPM ITK, please read:
  1923. # http://mpm-itk.sesse.net/
  1924. AssignUserID servermycloudlog servermycloudlog
  1925. </IfModule>
  1926.  
  1927. <IfModule alias_module>
  1928. ScriptAlias /cgi-bin/ /home/servermycloudlog/public_html/cgi-bin/
  1929. </IfModule>
  1930. <IfModule ssl_module>
  1931. SSLEngine on
  1932.  
  1933. SSLCertificateFile /var/cpanel/ssl/installed/certs/portal_mycloudlogin_uk_cd2b7_517bb_1493942399_b914aeb53b8049b94f6674d06b938b2b.crt
  1934. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/cd2b7_517bb_189da4306c96fe84e7a5cfb3ee1c499a.key
  1935. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  1936. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  1937. <Directory "/home/servermycloudlog/public_html/cgi-bin">
  1938. SSLOptions +StdEnvVars
  1939. </Directory>
  1940. </IfModule>
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947. # To customize this VirtualHost use an include file at the following location
  1948. # Include "/usr/local/apache/conf/userdata/ssl/2_4/servermycloudlog/portal.mycloudlogin.uk/*.conf"
  1949. </VirtualHost>
  1950.  
  1951. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  1952.  
  1953. <VirtualHost 209.126.127.33:443>
  1954. ServerName continentalhost.co.uk
  1955. ServerAlias mail.continentalhost.co.uk www.continentalhost.co.uk cpanel.continentalhost.co.uk webmail.continentalhost.co.uk webdisk.continentalhost.co.uk
  1956. DocumentRoot /home/continentalhost/public_html
  1957. ServerAdmin webmaster@continentalhost.co.uk
  1958. UseCanonicalName Off
  1959.  
  1960. ## User continentalhost # Needed for Cpanel::ApacheConf
  1961. <IfModule userdir_module>
  1962. <IfModule !mpm_itk.c>
  1963. <IfModule !ruid2_module>
  1964. UserDir enabled continentalhost
  1965. </IfModule>
  1966. </IfModule>
  1967. </IfModule>
  1968.  
  1969. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  1970. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  1971. # the user's .htaccess file. For more information, please read:
  1972. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  1973.  
  1974.  
  1975. <IfModule include_module>
  1976. <Directory "/home/continentalhost/public_html">
  1977. SSILegacyExprParser On
  1978. </Directory>
  1979. </IfModule>
  1980.  
  1981. <IfModule suphp_module>
  1982. suPHP_UserGroup continentalhost continentalhost
  1983. </IfModule>
  1984. <IfModule !mod_disable_suexec.c>
  1985. <IfModule !ruid2_module>
  1986. SuexecUserGroup continentalhost continentalhost
  1987. </IfModule>
  1988. </IfModule>
  1989. <IfModule ruid2_module>
  1990. RMode config
  1991. RUidGid continentalhost continentalhost
  1992. RDocumentChRoot /home/virtfs/continentalhost /home/continentalhost/public_html
  1993. </IfModule>
  1994. <IfModule mpm_itk.c>
  1995. # For more information on MPM ITK, please read:
  1996. # http://mpm-itk.sesse.net/
  1997. AssignUserID continentalhost continentalhost
  1998. </IfModule>
  1999.  
  2000. <IfModule alias_module>
  2001. ScriptAlias /cgi-bin/ /home/continentalhost/public_html/cgi-bin/
  2002. </IfModule>
  2003. <IfModule ssl_module>
  2004. SSLEngine on
  2005.  
  2006. SSLCertificateFile /var/cpanel/ssl/installed/certs/continentalhost_co_uk_b7c81_d3647_1480723199_b9f4214ff8cc433831d4fb5b84ef9404.crt
  2007. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/b7c81_d3647_f65f663c20aec0b1cdccd58836bb51cf.key
  2008. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle
  2009. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2010. <Directory "/home/continentalhost/public_html/cgi-bin">
  2011. SSLOptions +StdEnvVars
  2012. </Directory>
  2013. </IfModule>
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020. # To customize this VirtualHost use an include file at the following location
  2021. # Include "/usr/local/apache/conf/userdata/ssl/2_4/continentalhost/continentalhost.co.uk/*.conf"
  2022. </VirtualHost>
  2023.  
  2024. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2025.  
  2026. <VirtualHost 209.126.127.33:443>
  2027. ServerName bitsa.org
  2028. ServerAlias mail.bitsa.org www.bitsa.org webdisk.bitsa.org webmail.bitsa.org cpanel.bitsa.org
  2029. DocumentRoot /home/bitsaorg/public_html
  2030. ServerAdmin webmaster@bitsa.org
  2031. UseCanonicalName Off
  2032.  
  2033. ## User bitsaorg # Needed for Cpanel::ApacheConf
  2034. <IfModule userdir_module>
  2035. <IfModule !mpm_itk.c>
  2036. <IfModule !ruid2_module>
  2037. UserDir enabled bitsaorg
  2038. </IfModule>
  2039. </IfModule>
  2040. </IfModule>
  2041.  
  2042. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2043. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2044. # the user's .htaccess file. For more information, please read:
  2045. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2046.  
  2047.  
  2048. <IfModule include_module>
  2049. <Directory "/home/bitsaorg/public_html">
  2050. SSILegacyExprParser On
  2051. </Directory>
  2052. </IfModule>
  2053.  
  2054. <IfModule suphp_module>
  2055. suPHP_UserGroup bitsaorg bitsaorg
  2056. </IfModule>
  2057. <IfModule !mod_disable_suexec.c>
  2058. <IfModule !ruid2_module>
  2059. SuexecUserGroup bitsaorg bitsaorg
  2060. </IfModule>
  2061. </IfModule>
  2062. <IfModule ruid2_module>
  2063. RMode config
  2064. RUidGid bitsaorg bitsaorg
  2065. RDocumentChRoot /home/virtfs/bitsaorg /home/bitsaorg/public_html
  2066. </IfModule>
  2067. <IfModule mpm_itk.c>
  2068. # For more information on MPM ITK, please read:
  2069. # http://mpm-itk.sesse.net/
  2070. AssignUserID bitsaorg bitsaorg
  2071. </IfModule>
  2072.  
  2073. <IfModule alias_module>
  2074. ScriptAlias /cgi-bin/ /home/bitsaorg/public_html/cgi-bin/
  2075. </IfModule>
  2076. <IfModule ssl_module>
  2077. SSLEngine on
  2078.  
  2079. SSLCertificateFile /var/cpanel/ssl/installed/certs/bitsa_org_e01ba_01f0b_1493942399_366a666b13efb2e34220e008b7c9c34f.crt
  2080. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/e01ba_01f0b_c2d06010b00321c24a2a66d72f605b2f.key
  2081. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2082. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2083. <Directory "/home/bitsaorg/public_html/cgi-bin">
  2084. SSLOptions +StdEnvVars
  2085. </Directory>
  2086. </IfModule>
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093. # To customize this VirtualHost use an include file at the following location
  2094. # Include "/usr/local/apache/conf/userdata/ssl/2_4/bitsaorg/bitsa.org/*.conf"
  2095. </VirtualHost>
  2096.  
  2097. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2098.  
  2099. <VirtualHost 209.126.127.33:443>
  2100. ServerName cloudnetworkinggroup.net
  2101. ServerAlias mail.cloudnetworkinggroup.net www.cloudnetworkinggroup.net cpanel.cloudnetworkinggroup.net whm.cloudnetworkinggroup.net webmail.cloudnetworkinggroup.net webdisk.cloudnetworkinggroup.net
  2102. DocumentRoot /home/cloudnet/public_html
  2103. ServerAdmin webmaster@cloudnetworkinggroup.net
  2104. UseCanonicalName Off
  2105.  
  2106. ## User cloudnet # Needed for Cpanel::ApacheConf
  2107. <IfModule userdir_module>
  2108. <IfModule !mpm_itk.c>
  2109. <IfModule !ruid2_module>
  2110. UserDir enabled cloudnet
  2111. </IfModule>
  2112. </IfModule>
  2113. </IfModule>
  2114.  
  2115. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2116. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2117. # the user's .htaccess file. For more information, please read:
  2118. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2119.  
  2120.  
  2121. <IfModule include_module>
  2122. <Directory "/home/cloudnet/public_html">
  2123. SSILegacyExprParser On
  2124. </Directory>
  2125. </IfModule>
  2126.  
  2127. <IfModule suphp_module>
  2128. suPHP_UserGroup cloudnet cloudnet
  2129. </IfModule>
  2130. <IfModule !mod_disable_suexec.c>
  2131. <IfModule !ruid2_module>
  2132. SuexecUserGroup cloudnet cloudnet
  2133. </IfModule>
  2134. </IfModule>
  2135. <IfModule ruid2_module>
  2136. RMode config
  2137. RUidGid cloudnet cloudnet
  2138. </IfModule>
  2139. <IfModule mpm_itk.c>
  2140. # For more information on MPM ITK, please read:
  2141. # http://mpm-itk.sesse.net/
  2142. AssignUserID cloudnet cloudnet
  2143. </IfModule>
  2144.  
  2145. <IfModule alias_module>
  2146. ScriptAlias /cgi-bin/ /home/cloudnet/public_html/cgi-bin/
  2147. </IfModule>
  2148. <IfModule ssl_module>
  2149. SSLEngine on
  2150.  
  2151. SSLCertificateFile /var/cpanel/ssl/installed/certs/cloudnetworkinggroup_net_ddf78_dd8cb_1526601599_153d5cd09a40beb09b040259cfeb1b3d.crt
  2152. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/ddf78_dd8cb_4080d0fb7f94e4206503d47a434b9c8d.key
  2153. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle
  2154. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2155. <Directory "/home/cloudnet/public_html/cgi-bin">
  2156. SSLOptions +StdEnvVars
  2157. </Directory>
  2158. </IfModule>
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165. # To customize this VirtualHost use an include file at the following location
  2166. # Include "/usr/local/apache/conf/userdata/ssl/2_4/cloudnet/cloudnetworkinggroup.net/*.conf"
  2167. </VirtualHost>
  2168.  
  2169. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2170.  
  2171. <VirtualHost 209.126.127.33:443>
  2172. ServerName cmfcustomfurniture.co.uk
  2173. ServerAlias mail.cmfcustomfurniture.co.uk www.cmfcustomfurniture.co.uk webmail.cmfcustomfurniture.co.uk cpanel.cmfcustomfurniture.co.uk webdisk.cmfcustomfurniture.co.uk
  2174. DocumentRoot /home/cmfcusto/public_html
  2175. ServerAdmin webmaster@cmfcustomfurniture.co.uk
  2176. UseCanonicalName Off
  2177.  
  2178. ## User cmfcust1 # Needed for Cpanel::ApacheConf
  2179. <IfModule userdir_module>
  2180. <IfModule !mpm_itk.c>
  2181. <IfModule !ruid2_module>
  2182. UserDir enabled cmfcust1
  2183. </IfModule>
  2184. </IfModule>
  2185. </IfModule>
  2186.  
  2187. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2188. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2189. # the user's .htaccess file. For more information, please read:
  2190. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2191.  
  2192.  
  2193. <IfModule include_module>
  2194. <Directory "/home/cmfcusto/public_html">
  2195. SSILegacyExprParser On
  2196. </Directory>
  2197. </IfModule>
  2198.  
  2199. <IfModule suphp_module>
  2200. suPHP_UserGroup cmfcust1 cmfcust1
  2201. </IfModule>
  2202. <IfModule !mod_disable_suexec.c>
  2203. <IfModule !ruid2_module>
  2204. SuexecUserGroup cmfcust1 cmfcust1
  2205. </IfModule>
  2206. </IfModule>
  2207. <IfModule ruid2_module>
  2208. RMode config
  2209. RUidGid cmfcust1 cmfcust1
  2210. RDocumentChRoot /home/virtfs/cmfcust1 /home/cmfcusto/public_html
  2211. </IfModule>
  2212. <IfModule mpm_itk.c>
  2213. # For more information on MPM ITK, please read:
  2214. # http://mpm-itk.sesse.net/
  2215. AssignUserID cmfcust1 cmfcust1
  2216. </IfModule>
  2217.  
  2218. <IfModule alias_module>
  2219. ScriptAlias /cgi-bin/ /home/cmfcusto/public_html/cgi-bin/
  2220. </IfModule>
  2221. <IfModule ssl_module>
  2222. SSLEngine on
  2223.  
  2224. SSLCertificateFile /var/cpanel/ssl/installed/certs/cmfcustomfurniture_co_uk_cdbea_85be1_1523667840_ec0bbfb92200adebd6dcf610de7f680a.crt
  2225. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/cdbea_85be1_39c7e47111deae8784aae9cfcab0da47.key
  2226. SSLUseStapling off
  2227. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2228. <Directory "/home/cmfcusto/public_html/cgi-bin">
  2229. SSLOptions +StdEnvVars
  2230. </Directory>
  2231. </IfModule>
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238. # To customize this VirtualHost use an include file at the following location
  2239. # Include "/usr/local/apache/conf/userdata/ssl/2_4/cmfcust1/cmfcustomfurniture.co.uk/*.conf"
  2240. </VirtualHost>
  2241.  
  2242. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2243.  
  2244. <VirtualHost 209.126.127.33:443>
  2245. ServerName completecloudsolutions.co.uk
  2246. ServerAlias mail.completecloudsolutions.co.uk www.completecloudsolutions.co.uk webmail.completecloudsolutions.co.uk cpanel.completecloudsolutions.co.uk webdisk.completecloudsolutions.co.uk
  2247. DocumentRoot /home/complete/public_html
  2248. ServerAdmin webmaster@completecloudsolutions.co.uk
  2249. UseCanonicalName Off
  2250.  
  2251. ## User complete # Needed for Cpanel::ApacheConf
  2252. <IfModule userdir_module>
  2253. <IfModule !mpm_itk.c>
  2254. <IfModule !ruid2_module>
  2255. UserDir enabled complete
  2256. </IfModule>
  2257. </IfModule>
  2258. </IfModule>
  2259.  
  2260. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2261. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2262. # the user's .htaccess file. For more information, please read:
  2263. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2264.  
  2265.  
  2266. <IfModule include_module>
  2267. <Directory "/home/complete/public_html">
  2268. SSILegacyExprParser On
  2269. </Directory>
  2270. </IfModule>
  2271.  
  2272. <IfModule suphp_module>
  2273. suPHP_UserGroup complete complete
  2274. </IfModule>
  2275. <IfModule !mod_disable_suexec.c>
  2276. <IfModule !ruid2_module>
  2277. SuexecUserGroup complete complete
  2278. </IfModule>
  2279. </IfModule>
  2280. <IfModule ruid2_module>
  2281. RMode config
  2282. RUidGid complete complete
  2283. RDocumentChRoot /home/virtfs/complete /home/complete/public_html
  2284. </IfModule>
  2285. <IfModule mpm_itk.c>
  2286. # For more information on MPM ITK, please read:
  2287. # http://mpm-itk.sesse.net/
  2288. AssignUserID complete complete
  2289. </IfModule>
  2290.  
  2291. <IfModule alias_module>
  2292. ScriptAlias /cgi-bin/ /home/complete/public_html/cgi-bin/
  2293. </IfModule>
  2294. <IfModule ssl_module>
  2295. SSLEngine on
  2296.  
  2297. SSLCertificateFile /var/cpanel/ssl/installed/certs/completecloudsolutions_co_uk_96986_0580b_1515455999_b9ad8ff56cfe402c57b3fb4d9eb3bdad.crt
  2298. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/96986_0580b_2838e56133de55bb1b7f4efa31e237ed.key
  2299. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle
  2300. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2301. <Directory "/home/complete/public_html/cgi-bin">
  2302. SSLOptions +StdEnvVars
  2303. </Directory>
  2304. </IfModule>
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310. Include "/usr/local/apache/conf/userdata/ssl/2_4/complete/completecloudsolutions.co.uk/*.conf"
  2311. </VirtualHost>
  2312.  
  2313. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2314.  
  2315. <VirtualHost 209.126.127.33:443>
  2316. ServerName gateway.mycloudlogin.uk
  2317. ServerAlias mail.gateway.mycloudlogin.uk www.gateway.mycloudlogin.uk webmail.gateway.mycloudlogin.uk whm.gateway.mycloudlogin.uk cpanel.gateway.mycloudlogin.uk webdisk.gateway.mycloudlogin.uk
  2318. DocumentRoot /home/ediboyboy/public_html
  2319. ServerAdmin webmaster@gateway.mycloudlogin.uk
  2320. UseCanonicalName Off
  2321.  
  2322. ## User ediboyboy # Needed for Cpanel::ApacheConf
  2323. <IfModule userdir_module>
  2324. <IfModule !mpm_itk.c>
  2325. <IfModule !ruid2_module>
  2326. UserDir enabled ediboyboy
  2327. </IfModule>
  2328. </IfModule>
  2329. </IfModule>
  2330.  
  2331. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2332. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2333. # the user's .htaccess file. For more information, please read:
  2334. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2335.  
  2336.  
  2337. <IfModule include_module>
  2338. <Directory "/home/ediboyboy/public_html">
  2339. SSILegacyExprParser On
  2340. </Directory>
  2341. </IfModule>
  2342.  
  2343. <IfModule suphp_module>
  2344. suPHP_UserGroup ediboyboy ediboyboy
  2345. </IfModule>
  2346. <IfModule !mod_disable_suexec.c>
  2347. <IfModule !ruid2_module>
  2348. SuexecUserGroup ediboyboy ediboyboy
  2349. </IfModule>
  2350. </IfModule>
  2351. <IfModule ruid2_module>
  2352. RMode config
  2353. RUidGid ediboyboy ediboyboy
  2354. RDocumentChRoot /home/virtfs/ediboyboy /home/ediboyboy/public_html
  2355. </IfModule>
  2356. <IfModule mpm_itk.c>
  2357. # For more information on MPM ITK, please read:
  2358. # http://mpm-itk.sesse.net/
  2359. AssignUserID ediboyboy ediboyboy
  2360. </IfModule>
  2361.  
  2362. <IfModule alias_module>
  2363. ScriptAlias /cgi-bin/ /home/ediboyboy/public_html/cgi-bin/
  2364. </IfModule>
  2365. <IfModule ssl_module>
  2366. SSLEngine on
  2367.  
  2368. SSLCertificateFile /var/cpanel/ssl/installed/certs/gateway_mycloudlogin_uk_bc22c_73419_1493942399_73de8a01316b3ebca9dbbd52916820c8.crt
  2369. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/bc22c_73419_4068a43fe95aea691ccae16318a46dab.key
  2370. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2371. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2372. <Directory "/home/ediboyboy/public_html/cgi-bin">
  2373. SSLOptions +StdEnvVars
  2374. </Directory>
  2375. </IfModule>
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382. # To customize this VirtualHost use an include file at the following location
  2383. # Include "/usr/local/apache/conf/userdata/ssl/2_4/ediboyboy/gateway.mycloudlogin.uk/*.conf"
  2384. </VirtualHost>
  2385.  
  2386. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2387.  
  2388. <VirtualHost 209.126.127.33:443>
  2389. ServerName edidiong.com
  2390. ServerAlias mail.edidiong.com www.edidiong.com webdisk.edidiong.com webmail.edidiong.com cpanel.edidiong.com
  2391. DocumentRoot /home/edidiong/public_html
  2392. ServerAdmin webmaster@edidiong.com
  2393. UseCanonicalName Off
  2394.  
  2395. ## User edidiong # Needed for Cpanel::ApacheConf
  2396. <IfModule userdir_module>
  2397. <IfModule !mpm_itk.c>
  2398. <IfModule !ruid2_module>
  2399. UserDir enabled edidiong
  2400. </IfModule>
  2401. </IfModule>
  2402. </IfModule>
  2403.  
  2404. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2405. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2406. # the user's .htaccess file. For more information, please read:
  2407. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2408.  
  2409.  
  2410. <IfModule include_module>
  2411. <Directory "/home/edidiong/public_html">
  2412. SSILegacyExprParser On
  2413. </Directory>
  2414. </IfModule>
  2415.  
  2416. <IfModule suphp_module>
  2417. suPHP_UserGroup edidiong edidiong
  2418. </IfModule>
  2419. <IfModule !mod_disable_suexec.c>
  2420. <IfModule !ruid2_module>
  2421. SuexecUserGroup edidiong edidiong
  2422. </IfModule>
  2423. </IfModule>
  2424. <IfModule ruid2_module>
  2425. RMode config
  2426. RUidGid edidiong edidiong
  2427. RDocumentChRoot /home/virtfs/edidiong /home/edidiong/public_html
  2428. </IfModule>
  2429. <IfModule mpm_itk.c>
  2430. # For more information on MPM ITK, please read:
  2431. # http://mpm-itk.sesse.net/
  2432. AssignUserID edidiong edidiong
  2433. </IfModule>
  2434.  
  2435. <IfModule alias_module>
  2436. ScriptAlias /cgi-bin/ /home/edidiong/public_html/cgi-bin/
  2437. </IfModule>
  2438. <IfModule ssl_module>
  2439. SSLEngine on
  2440.  
  2441. SSLCertificateFile /var/cpanel/ssl/installed/certs/edidiong_com_a4366_d48cb_1493942399_6bc6d33fb2ecfccafa0a5349da8cb6e7.crt
  2442. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/a4366_d48cb_c6af4ee9876fa4ff48522b9efff012f2.key
  2443. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2444. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2445. <Directory "/home/edidiong/public_html/cgi-bin">
  2446. SSLOptions +StdEnvVars
  2447. </Directory>
  2448. </IfModule>
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455. # To customize this VirtualHost use an include file at the following location
  2456. # Include "/usr/local/apache/conf/userdata/ssl/2_4/edidiong/edidiong.com/*.conf"
  2457. </VirtualHost>
  2458.  
  2459. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2460.  
  2461. <VirtualHost 209.126.127.33:443>
  2462. ServerName issabsu-alumni.org
  2463. ServerAlias mail.issabsu-alumni.org www.issabsu-alumni.org webdisk.issabsu-alumni.org webmail.issabsu-alumni.org cpanel.issabsu-alumni.org
  2464. DocumentRoot /home/issabsua/public_html
  2465. ServerAdmin webmaster@issabsu-alumni.org
  2466. UseCanonicalName Off
  2467.  
  2468. ## User issabsua # Needed for Cpanel::ApacheConf
  2469. <IfModule userdir_module>
  2470. <IfModule !mpm_itk.c>
  2471. <IfModule !ruid2_module>
  2472. UserDir enabled issabsua
  2473. </IfModule>
  2474. </IfModule>
  2475. </IfModule>
  2476.  
  2477. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2478. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2479. # the user's .htaccess file. For more information, please read:
  2480. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2481.  
  2482.  
  2483. <IfModule include_module>
  2484. <Directory "/home/issabsua/public_html">
  2485. SSILegacyExprParser On
  2486. </Directory>
  2487. </IfModule>
  2488.  
  2489. <IfModule suphp_module>
  2490. suPHP_UserGroup issabsua issabsua
  2491. </IfModule>
  2492. <IfModule !mod_disable_suexec.c>
  2493. <IfModule !ruid2_module>
  2494. SuexecUserGroup issabsua issabsua
  2495. </IfModule>
  2496. </IfModule>
  2497. <IfModule ruid2_module>
  2498. RMode config
  2499. RUidGid issabsua issabsua
  2500. RDocumentChRoot /home/virtfs/issabsua /home/issabsua/public_html
  2501. </IfModule>
  2502. <IfModule mpm_itk.c>
  2503. # For more information on MPM ITK, please read:
  2504. # http://mpm-itk.sesse.net/
  2505. AssignUserID issabsua issabsua
  2506. </IfModule>
  2507.  
  2508. <IfModule alias_module>
  2509. ScriptAlias /cgi-bin/ /home/issabsua/public_html/cgi-bin/
  2510. </IfModule>
  2511. <IfModule ssl_module>
  2512. SSLEngine on
  2513.  
  2514. SSLCertificateFile /var/cpanel/ssl/installed/certs/issabsu_alumni_org_c25c8_f3a05_1493942399_51d365871c3a2e6358714a923a5610c2.crt
  2515. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/c25c8_f3a05_5f66533b16a15370c467692475acb503.key
  2516. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2517. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2518. <Directory "/home/issabsua/public_html/cgi-bin">
  2519. SSLOptions +StdEnvVars
  2520. </Directory>
  2521. </IfModule>
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528. # To customize this VirtualHost use an include file at the following location
  2529. # Include "/usr/local/apache/conf/userdata/ssl/2_4/issabsua/issabsu-alumni.org/*.conf"
  2530. </VirtualHost>
  2531.  
  2532. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2533.  
  2534. <VirtualHost 209.126.127.33:443>
  2535. ServerName jmawelding.co.uk
  2536. ServerAlias mail.jmawelding.co.uk www.jmawelding.co.uk webmail.jmawelding.co.uk cpanel.jmawelding.co.uk webdisk.jmawelding.co.uk
  2537. DocumentRoot /home/jmaweldi/public_html
  2538. ServerAdmin webmaster@jmawelding.co.uk
  2539. UseCanonicalName Off
  2540.  
  2541. ## User jmaweldi # Needed for Cpanel::ApacheConf
  2542. <IfModule userdir_module>
  2543. <IfModule !mpm_itk.c>
  2544. <IfModule !ruid2_module>
  2545. UserDir enabled jmaweldi
  2546. </IfModule>
  2547. </IfModule>
  2548. </IfModule>
  2549.  
  2550. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2551. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2552. # the user's .htaccess file. For more information, please read:
  2553. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2554.  
  2555.  
  2556. <IfModule include_module>
  2557. <Directory "/home/jmaweldi/public_html">
  2558. SSILegacyExprParser On
  2559. </Directory>
  2560. </IfModule>
  2561.  
  2562. <IfModule suphp_module>
  2563. suPHP_UserGroup jmaweldi jmaweldi
  2564. </IfModule>
  2565. <IfModule !mod_disable_suexec.c>
  2566. <IfModule !ruid2_module>
  2567. SuexecUserGroup jmaweldi jmaweldi
  2568. </IfModule>
  2569. </IfModule>
  2570. <IfModule ruid2_module>
  2571. RMode config
  2572. RUidGid jmaweldi jmaweldi
  2573. RDocumentChRoot /home/virtfs/jmaweldi /home/jmaweldi/public_html
  2574. </IfModule>
  2575. <IfModule mpm_itk.c>
  2576. # For more information on MPM ITK, please read:
  2577. # http://mpm-itk.sesse.net/
  2578. AssignUserID jmaweldi jmaweldi
  2579. </IfModule>
  2580.  
  2581. <IfModule alias_module>
  2582. ScriptAlias /cgi-bin/ /home/jmaweldi/public_html/cgi-bin/
  2583. </IfModule>
  2584. <IfModule ssl_module>
  2585. SSLEngine on
  2586.  
  2587. SSLCertificateFile /var/cpanel/ssl/installed/certs/jmawelding_co_uk_c27e3_8674f_1493942399_dc7a90a3ba633a2304896779da62ca0e.crt
  2588. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/c27e3_8674f_45d42795a7f7ea50e15b9b781e2a01a8.key
  2589. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2590. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2591. <Directory "/home/jmaweldi/public_html/cgi-bin">
  2592. SSLOptions +StdEnvVars
  2593. </Directory>
  2594. </IfModule>
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601. # To customize this VirtualHost use an include file at the following location
  2602. # Include "/usr/local/apache/conf/userdata/ssl/2_4/jmaweldi/jmawelding.co.uk/*.conf"
  2603. </VirtualHost>
  2604.  
  2605. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2606.  
  2607. <VirtualHost 209.126.127.33:443>
  2608. ServerName mycloudlogin.uk
  2609. ServerAlias mail.mycloudlogin.uk www.mycloudlogin.uk webdisk.mycloudlogin.uk cpanel.mycloudlogin.uk webmail.mycloudlogin.uk
  2610. DocumentRoot /home/mycloudlogin/public_html
  2611. ServerAdmin webmaster@mycloudlogin.uk
  2612. UseCanonicalName Off
  2613.  
  2614. ## User mycloudlogin # Needed for Cpanel::ApacheConf
  2615. <IfModule userdir_module>
  2616. <IfModule !mpm_itk.c>
  2617. <IfModule !ruid2_module>
  2618. UserDir enabled mycloudlogin
  2619. </IfModule>
  2620. </IfModule>
  2621. </IfModule>
  2622.  
  2623. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2624. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2625. # the user's .htaccess file. For more information, please read:
  2626. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2627.  
  2628.  
  2629. <IfModule include_module>
  2630. <Directory "/home/mycloudlogin/public_html">
  2631. SSILegacyExprParser On
  2632. </Directory>
  2633. </IfModule>
  2634.  
  2635. <IfModule suphp_module>
  2636. suPHP_UserGroup mycloudlogin mycloudlogin
  2637. </IfModule>
  2638. <IfModule !mod_disable_suexec.c>
  2639. <IfModule !ruid2_module>
  2640. SuexecUserGroup mycloudlogin mycloudlogin
  2641. </IfModule>
  2642. </IfModule>
  2643. <IfModule ruid2_module>
  2644. RMode config
  2645. RUidGid mycloudlogin mycloudlogin
  2646. RDocumentChRoot /home/virtfs/mycloudlogin /home/mycloudlogin/public_html
  2647. </IfModule>
  2648. <IfModule mpm_itk.c>
  2649. # For more information on MPM ITK, please read:
  2650. # http://mpm-itk.sesse.net/
  2651. AssignUserID mycloudlogin mycloudlogin
  2652. </IfModule>
  2653.  
  2654. <IfModule alias_module>
  2655. ScriptAlias /cgi-bin/ /home/mycloudlogin/public_html/cgi-bin/
  2656. </IfModule>
  2657. <IfModule ssl_module>
  2658. SSLEngine on
  2659.  
  2660. SSLCertificateFile /var/cpanel/ssl/installed/certs/mycloudlogin_uk_d4666_f69d5_1493942399_9179e8e8477b93f3cae5afe8755ab3db.crt
  2661. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/d4666_f69d5_c7bc77927ad601df0b7e94b64ab7b4b7.key
  2662. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2663. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2664. <Directory "/home/mycloudlogin/public_html/cgi-bin">
  2665. SSLOptions +StdEnvVars
  2666. </Directory>
  2667. </IfModule>
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674. # To customize this VirtualHost use an include file at the following location
  2675. # Include "/usr/local/apache/conf/userdata/ssl/2_4/mycloudlogin/mycloudlogin.uk/*.conf"
  2676. </VirtualHost>
  2677.  
  2678. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2679.  
  2680. <VirtualHost 209.126.127.33:443>
  2681. ServerName siteready.co.uk
  2682. ServerAlias mail.siteready.co.uk www.siteready.co.uk cpanel.siteready.co.uk whm.siteready.co.uk webmail.siteready.co.uk webdisk.siteready.co.uk
  2683. DocumentRoot /home/siteread/public_html
  2684. ServerAdmin webmaster@siteready.co.uk
  2685. UseCanonicalName Off
  2686.  
  2687. ## User siteread # Needed for Cpanel::ApacheConf
  2688. <IfModule userdir_module>
  2689. <IfModule !mpm_itk.c>
  2690. <IfModule !ruid2_module>
  2691. UserDir enabled siteread
  2692. </IfModule>
  2693. </IfModule>
  2694. </IfModule>
  2695.  
  2696. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2697. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2698. # the user's .htaccess file. For more information, please read:
  2699. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2700.  
  2701.  
  2702. <IfModule include_module>
  2703. <Directory "/home/siteread/public_html">
  2704. SSILegacyExprParser On
  2705. </Directory>
  2706. </IfModule>
  2707.  
  2708. <IfModule suphp_module>
  2709. suPHP_UserGroup siteread siteread
  2710. </IfModule>
  2711. <IfModule !mod_disable_suexec.c>
  2712. <IfModule !ruid2_module>
  2713. SuexecUserGroup siteread siteread
  2714. </IfModule>
  2715. </IfModule>
  2716. <IfModule ruid2_module>
  2717. RMode config
  2718. RUidGid siteread siteread
  2719. </IfModule>
  2720. <IfModule mpm_itk.c>
  2721. # For more information on MPM ITK, please read:
  2722. # http://mpm-itk.sesse.net/
  2723. AssignUserID siteread siteread
  2724. </IfModule>
  2725.  
  2726. <IfModule alias_module>
  2727. ScriptAlias /cgi-bin/ /home/siteread/public_html/cgi-bin/
  2728. </IfModule>
  2729. <IfModule ssl_module>
  2730. SSLEngine on
  2731.  
  2732. SSLCertificateFile /var/cpanel/ssl/installed/certs/siteready_co_uk_c3d80_09d0b_1493942399_aadc745294c1518a260c7ca3bdcb9edc.crt
  2733. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/c3d80_09d0b_35eea542e2097892bffe03772144ef58.key
  2734. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2735. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2736. <Directory "/home/siteread/public_html/cgi-bin">
  2737. SSLOptions +StdEnvVars
  2738. </Directory>
  2739. </IfModule>
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746. # To customize this VirtualHost use an include file at the following location
  2747. # Include "/usr/local/apache/conf/userdata/ssl/2_4/siteread/siteready.co.uk/*.conf"
  2748. </VirtualHost>
  2749.  
  2750. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2751.  
  2752. <VirtualHost 209.126.127.33:443>
  2753. ServerName easyaccountax.completecloudsolutions.co.uk
  2754. ServerAlias www.easyaccountax.completecloudsolutions.co.uk
  2755. DocumentRoot /home/complete/public_html/easyaccountax
  2756. ServerAdmin webmaster@easyaccountax.completecloudsolutions.co.uk
  2757. UseCanonicalName Off
  2758.  
  2759. ## User complete # Needed for Cpanel::ApacheConf
  2760. <IfModule userdir_module>
  2761. <IfModule !mpm_itk.c>
  2762. <IfModule !ruid2_module>
  2763. UserDir enabled complete
  2764. </IfModule>
  2765. </IfModule>
  2766. </IfModule>
  2767.  
  2768. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2769. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2770. # the user's .htaccess file. For more information, please read:
  2771. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2772.  
  2773.  
  2774. <IfModule include_module>
  2775. <Directory "/home/complete/public_html/easyaccountax">
  2776. SSILegacyExprParser On
  2777. </Directory>
  2778. </IfModule>
  2779.  
  2780. <IfModule suphp_module>
  2781. suPHP_UserGroup complete complete
  2782. </IfModule>
  2783. <IfModule !mod_disable_suexec.c>
  2784. <IfModule !ruid2_module>
  2785. SuexecUserGroup complete complete
  2786. </IfModule>
  2787. </IfModule>
  2788. <IfModule ruid2_module>
  2789. RMode config
  2790. RUidGid complete complete
  2791. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/easyaccountax
  2792. </IfModule>
  2793. <IfModule mpm_itk.c>
  2794. # For more information on MPM ITK, please read:
  2795. # http://mpm-itk.sesse.net/
  2796. AssignUserID complete complete
  2797. </IfModule>
  2798.  
  2799. <IfModule alias_module>
  2800. ScriptAlias /cgi-bin/ /home/complete/public_html/easyaccountax/cgi-bin/
  2801. </IfModule>
  2802. <IfModule ssl_module>
  2803. SSLEngine on
  2804.  
  2805. SSLCertificateFile /var/cpanel/ssl/installed/certs/easyaccountax_completecloudsolutions_co_uk_9b4b8_261b1_1500508799_eb9a25eaba08131f209f8f263d169e38.crt
  2806. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/9b4b8_261b1_93b2471bfc4f7d3dc0cbf3ba85531351.key
  2807. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2808. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2809. <Directory "/home/complete/public_html/easyaccountax/cgi-bin">
  2810. SSLOptions +StdEnvVars
  2811. </Directory>
  2812. </IfModule>
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819. # To customize this VirtualHost use an include file at the following location
  2820. # Include "/usr/local/apache/conf/userdata/ssl/2_4/complete/easyaccountax.completecloudsolutions.co.uk/*.conf"
  2821. </VirtualHost>
  2822.  
  2823. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2824.  
  2825. <VirtualHost 209.126.127.33:443>
  2826. ServerName valueaddon.completecloudsolutions.co.uk
  2827. ServerAlias www.valueaddon.completecloudsolutions.co.uk
  2828. DocumentRoot /home/complete/public_html/valueaddon
  2829. ServerAdmin webmaster@valueaddon.completecloudsolutions.co.uk
  2830. UseCanonicalName Off
  2831.  
  2832. ## User complete # Needed for Cpanel::ApacheConf
  2833. <IfModule userdir_module>
  2834. <IfModule !mpm_itk.c>
  2835. <IfModule !ruid2_module>
  2836. UserDir enabled complete
  2837. </IfModule>
  2838. </IfModule>
  2839. </IfModule>
  2840.  
  2841. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2842. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2843. # the user's .htaccess file. For more information, please read:
  2844. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2845.  
  2846.  
  2847. <IfModule include_module>
  2848. <Directory "/home/complete/public_html/valueaddon">
  2849. SSILegacyExprParser On
  2850. </Directory>
  2851. </IfModule>
  2852.  
  2853. <IfModule suphp_module>
  2854. suPHP_UserGroup complete complete
  2855. </IfModule>
  2856. <IfModule !mod_disable_suexec.c>
  2857. <IfModule !ruid2_module>
  2858. SuexecUserGroup complete complete
  2859. </IfModule>
  2860. </IfModule>
  2861. <IfModule ruid2_module>
  2862. RMode config
  2863. RUidGid complete complete
  2864. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/valueaddon
  2865. </IfModule>
  2866. <IfModule mpm_itk.c>
  2867. # For more information on MPM ITK, please read:
  2868. # http://mpm-itk.sesse.net/
  2869. AssignUserID complete complete
  2870. </IfModule>
  2871.  
  2872. <IfModule alias_module>
  2873. ScriptAlias /cgi-bin/ /home/complete/public_html/valueaddon/cgi-bin/
  2874. </IfModule>
  2875. <IfModule ssl_module>
  2876. SSLEngine on
  2877.  
  2878. SSLCertificateFile /var/cpanel/ssl/installed/certs/valueaddon_completecloudsolutions_co_uk_b4b2f_9ac61_1500508799_3de4095a0bff4613633b58530bbf1b26.crt
  2879. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/b4b2f_9ac61_e25cd402dd1c4b6005f15c9d828c3c56.key
  2880. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2881. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2882. <Directory "/home/complete/public_html/valueaddon/cgi-bin">
  2883. SSLOptions +StdEnvVars
  2884. </Directory>
  2885. </IfModule>
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892. # To customize this VirtualHost use an include file at the following location
  2893. # Include "/usr/local/apache/conf/userdata/ssl/2_4/complete/valueaddon.completecloudsolutions.co.uk/*.conf"
  2894. </VirtualHost>
  2895.  
  2896. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
  2897.  
  2898. <VirtualHost 209.126.127.33:443>
  2899. ServerName bitsa.completecloudsolutions.co.uk
  2900. ServerAlias www.bitsa.completecloudsolutions.co.uk
  2901. DocumentRoot /home/complete/public_html/bitsa
  2902. ServerAdmin webmaster@bitsa.completecloudsolutions.co.uk
  2903. UseCanonicalName Off
  2904.  
  2905. ## User complete # Needed for Cpanel::ApacheConf
  2906. <IfModule userdir_module>
  2907. <IfModule !mpm_itk.c>
  2908. <IfModule !ruid2_module>
  2909. UserDir enabled complete
  2910. </IfModule>
  2911. </IfModule>
  2912. </IfModule>
  2913.  
  2914. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2915. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2916. # the user's .htaccess file. For more information, please read:
  2917. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2918.  
  2919.  
  2920. <IfModule include_module>
  2921. <Directory "/home/complete/public_html/bitsa">
  2922. SSILegacyExprParser On
  2923. </Directory>
  2924. </IfModule>
  2925.  
  2926. <IfModule suphp_module>
  2927. suPHP_UserGroup complete complete
  2928. </IfModule>
  2929. <IfModule !mod_disable_suexec.c>
  2930. <IfModule !ruid2_module>
  2931. SuexecUserGroup complete complete
  2932. </IfModule>
  2933. </IfModule>
  2934. <IfModule ruid2_module>
  2935. RMode config
  2936. RUidGid complete complete
  2937. RDocumentChRoot /home/virtfs/complete /home/complete/public_html/bitsa
  2938. </IfModule>
  2939. <IfModule mpm_itk.c>
  2940. # For more information on MPM ITK, please read:
  2941. # http://mpm-itk.sesse.net/
  2942. AssignUserID complete complete
  2943. </IfModule>
  2944.  
  2945. <IfModule alias_module>
  2946. ScriptAlias /cgi-bin/ /home/complete/public_html/bitsa/cgi-bin/
  2947. </IfModule>
  2948. <IfModule ssl_module>
  2949. SSLEngine on
  2950.  
  2951. SSLCertificateFile /var/cpanel/ssl/installed/certs/bitsa_completecloudsolutions_co_uk_9b643_e63f5_1500508799_81290264802ae4689e376adc155dc7ad.crt
  2952. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/9b643_e63f5_35dd708065fabfc9cb7d1130936b3934.key
  2953. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  2954. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  2955. <Directory "/home/complete/public_html/bitsa/cgi-bin">
  2956. SSLOptions +StdEnvVars
  2957. </Directory>
  2958. </IfModule>
  2959.  
  2960.  
  2961.  
  2962.  
  2963.  
  2964.  
  2965. # To customize this VirtualHost use an include file at the following location
  2966. # Include "/usr/local/apache/conf/userdata/ssl/2_4/complete/bitsa.completecloudsolutions.co.uk/*.conf"
  2967. </VirtualHost>
  2968.  
  2969.  
  2970.  
  2971.  
  2972.  
  2973.  
  2974. NameVirtualHost 209.126.109.90:80
  2975. <VirtualHost 209.126.109.90:80>
  2976. ServerName thewordhub.com.ng
  2977. ServerAlias mail.thewordhub.com.ng www.thewordhub.com.ng
  2978. DocumentRoot /home/thewordh/public_html
  2979.  
  2980. ServerAdmin webmaster@thewordhub.com.ng
  2981. UseCanonicalName Off
  2982.  
  2983. ## User thewordh # Needed for Cpanel::ApacheConf
  2984. <IfModule userdir_module>
  2985. <IfModule !mpm_itk.c>
  2986. <IfModule !ruid2_module>
  2987. UserDir enabled thewordh
  2988. </IfModule>
  2989. </IfModule>
  2990. </IfModule>
  2991.  
  2992. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  2993. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  2994. # the user's .htaccess file. For more information, please read:
  2995. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  2996.  
  2997.  
  2998.  
  2999. <IfModule include_module>
  3000. <Directory "/home/thewordh/public_html">
  3001. SSILegacyExprParser On
  3002. </Directory>
  3003. </IfModule>
  3004.  
  3005. <IfModule mod_fastcgi.c>
  3006. DirectoryIndex index.html index.shtml index.cgi index.php
  3007. AddHandler php5-fcgi .php
  3008. Action php5-fcgi /php5-fcgi
  3009. Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
  3010. FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
  3011. </IfModule>
  3012. <IfModule suphp_module>
  3013. suPHP_UserGroup thewordh thewordh
  3014. </IfModule>
  3015. <IfModule !mod_disable_suexec.c>
  3016. <IfModule !mod_ruid2.c>
  3017. SuexecUserGroup thewordh thewordh
  3018. </IfModule>
  3019. </IfModule>
  3020. <IfModule ruid2_module>
  3021. RMode config
  3022. RUidGid thewordh thewordh
  3023. RDocumentChRoot /home/virtfs/thewordh /home/thewordh/public_html
  3024. </IfModule>
  3025. <IfModule mpm_itk.c>
  3026. # For more information on MPM ITK, please read:
  3027. # http://mpm-itk.sesse.net/
  3028. AssignUserID thewordh thewordh
  3029. </IfModule>
  3030.  
  3031. <IfModule alias_module>
  3032. ScriptAlias /cgi-bin/ /home/thewordh/public_html/cgi-bin/
  3033. </IfModule>
  3034.  
  3035.  
  3036.  
  3037.  
  3038.  
  3039.  
  3040. # To customize this VirtualHost use an include file at the following location
  3041. # Include "/usr/local/apache/conf/userdata/std/2_4/thewordh/thewordhub.com.ng/*.conf"
  3042. </VirtualHost>
  3043. NameVirtualHost 209.126.109.90:443
  3044. <VirtualHost 209.126.109.90:443>
  3045. ServerName thewordhub.com.ng
  3046. ServerAlias mail.thewordhub.com.ng www.thewordhub.com.ng cpanel.thewordhub.com.ng webmail.thewordhub.com.ng webdisk.thewordhub.com.ng
  3047. DocumentRoot /home/thewordh/public_html
  3048. ServerAdmin webmaster@thewordhub.com.ng
  3049. UseCanonicalName Off
  3050.  
  3051. ## User thewordh # Needed for Cpanel::ApacheConf
  3052. <IfModule userdir_module>
  3053. <IfModule !mpm_itk.c>
  3054. <IfModule !ruid2_module>
  3055. UserDir enabled thewordh
  3056. </IfModule>
  3057. </IfModule>
  3058. </IfModule>
  3059.  
  3060. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  3061. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  3062. # the user's .htaccess file. For more information, please read:
  3063. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  3064.  
  3065.  
  3066. <IfModule include_module>
  3067. <Directory "/home/thewordh/public_html">
  3068. SSILegacyExprParser On
  3069. </Directory>
  3070. </IfModule>
  3071.  
  3072. <IfModule suphp_module>
  3073. suPHP_UserGroup thewordh thewordh
  3074. </IfModule>
  3075. <IfModule !mod_disable_suexec.c>
  3076. <IfModule !ruid2_module>
  3077. SuexecUserGroup thewordh thewordh
  3078. </IfModule>
  3079. </IfModule>
  3080. <IfModule ruid2_module>
  3081. RMode config
  3082. RUidGid thewordh thewordh
  3083. RDocumentChRoot /home/virtfs/thewordh /home/thewordh/public_html
  3084. </IfModule>
  3085. <IfModule mpm_itk.c>
  3086. # For more information on MPM ITK, please read:
  3087. # http://mpm-itk.sesse.net/
  3088. AssignUserID thewordh thewordh
  3089. </IfModule>
  3090.  
  3091. <IfModule alias_module>
  3092. ScriptAlias /cgi-bin/ /home/thewordh/public_html/cgi-bin/
  3093. </IfModule>
  3094. <IfModule ssl_module>
  3095. SSLEngine on
  3096.  
  3097. SSLCertificateFile /var/cpanel/ssl/installed/certs/thewordhub_com_ng_d4ccd_6c855_1529116695_6c179024d08c1cf0db04b5338ccd3bc7.crt
  3098. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/d4ccd_6c855_32948fe062c44b65744dc77280dcae96.key
  3099. SSLUseStapling off
  3100. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  3101. <Directory "/home/thewordh/public_html/cgi-bin">
  3102. SSLOptions +StdEnvVars
  3103. </Directory>
  3104. </IfModule>
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111. # To customize this VirtualHost use an include file at the following location
  3112. # Include "/usr/local/apache/conf/userdata/ssl/2_4/thewordh/thewordhub.com.ng/*.conf"
  3113. </VirtualHost>
  3114. # CPANEL/WHM/WEBMAIL/WEBDISK PROXY SUBDOMAINS
  3115.  
  3116. <VirtualHost 209.126.109.90:80 209.126.127.33:80 127.0.0.1:80>
  3117. ServerName server.mycloudlogin.uk
  3118.  
  3119. ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.*
  3120.  
  3121. DocumentRoot /usr/local/apache/htdocs
  3122. ServerAdmin webmaster@mycloudlogin.uk
  3123. <IfModule mod_suphp.c>
  3124. suPHP_UserGroup nobody nobody
  3125. </IfModule>
  3126. <Proxy "*">
  3127. <IfModule mod_security2.c>
  3128. SecRuleEngine Off
  3129. </IfModule>
  3130. </Proxy>
  3131. RewriteEngine On
  3132. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3133. RewriteCond %{HTTP_HOST} ^cpanel.
  3134. RewriteRule ^/(.*) http://127.0.0.1:2082/$1 [P]
  3135.  
  3136. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3137. RewriteCond %{HTTP_HOST} ^webmail.
  3138. RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
  3139.  
  3140. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3141. RewriteCond %{HTTP_HOST} ^whm.
  3142. RewriteRule ^/(.*) http://127.0.0.1:2086/$1 [P]
  3143.  
  3144. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3145. RewriteCond %{HTTP_HOST} ^webdisk.
  3146. RewriteRule ^/(.*) http://127.0.0.1:2077/$1 [P]
  3147.  
  3148. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3149. RewriteCond %{HTTP_HOST} ^cpcalendars.
  3150. RewriteRule ^/(.*) http://127.0.0.1:2079/$1 [P]
  3151.  
  3152. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3153. RewriteCond %{HTTP_HOST} ^cpcontacts.
  3154. RewriteRule ^/(.*) http://127.0.0.1:2079/$1 [P]
  3155.  
  3156. UseCanonicalName Off
  3157. </VirtualHost>
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164. # CPANEL/WHM/WEBMAIL/WEBDISK PROXY SUBDOMAINS
  3165.  
  3166. <VirtualHost 209.126.109.90:443 209.126.127.33:443 127.0.0.1:443>
  3167. ServerName server.mycloudlogin.uk
  3168.  
  3169. ServerAlias cpanel.* */whm webmail.* webdisk.* cpcalendars.* cpcontacts.*
  3170.  
  3171. DocumentRoot /usr/local/apache/htdocs
  3172. ServerAdmin webmaster@mycloudlogin.uk
  3173. <IfModule mod_suphp.c>
  3174. suPHP_UserGroup nobody nobody
  3175. </IfModule>
  3176. <Proxy "*">
  3177. <IfModule mod_security2.c>
  3178. SecRuleEngine Off
  3179. </IfModule>
  3180. </Proxy>
  3181. RewriteEngine On
  3182. <IfModule mod_ssl.c>
  3183. SSLEngine on
  3184. SSLProxyEngine On
  3185. SSLProxyVerify none
  3186. # Setting to Off for backwards-compatibility
  3187. # Read for more info: http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslproxycheckpeercn
  3188. SSLProxyCheckPeerCN Off
  3189. SSLProxyCheckPeerName Off
  3190. SSLProxyCheckPeerExpire Off
  3191. SSLCertificateFile /var/cpanel/ssl/cpanel/server_mycloudlogin_uk
  3192. SSLCertificateKeyFile /var/cpanel/ssl/cpanel/server.key
  3193. SSLCertificateChainFile /var/cpanel/ssl/cpanel/server_mycloudlogin_uk.ca-bundle
  3194. SSLUseStapling Off
  3195.  
  3196. </IfModule>
  3197. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3198. RewriteCond %{HTTP_HOST} ^cpanel.
  3199. RewriteCond %{HTTPS} on
  3200. RewriteRule ^/(.*) https://127.0.0.1:2083/$1 [P]
  3201.  
  3202. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3203. RewriteCond %{HTTP_HOST} ^webmail.
  3204. RewriteCond %{HTTPS} on
  3205. RewriteRule ^/(.*) https://127.0.0.1:2096/$1 [P]
  3206.  
  3207. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3208. RewriteCond %{HTTP_HOST} ^whm.
  3209. RewriteCond %{HTTPS} on
  3210. RewriteRule ^/(.*) https://127.0.0.1:2087/$1 [P]
  3211.  
  3212. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3213. RewriteCond %{HTTP_HOST} ^webdisk.
  3214. RewriteCond %{HTTPS} on
  3215. RewriteRule ^/(.*) https://127.0.0.1:2078/$1 [P]
  3216.  
  3217. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3218. RewriteCond %{HTTP_HOST} ^cpcalendars.
  3219. RewriteCond %{HTTPS} on
  3220. RewriteRule ^/(.*) https://127.0.0.1:2080/$1 [P]
  3221.  
  3222. RewriteCond %{HTTP_HOST} !^server.mycloudlogin.uk$
  3223. RewriteCond %{HTTP_HOST} ^cpcontacts.
  3224. RewriteCond %{HTTPS} on
  3225. RewriteRule ^/(.*) https://127.0.0.1:2080/$1 [P]
  3226.  
  3227. UseCanonicalName Off
  3228. </VirtualHost>
  3229.  
  3230.  
  3231.  
  3232. Include "/usr/local/apache/conf/includes/post_virtualhost_global.conf"
  3233. Include "/usr/local/apache/conf/includes/post_virtualhost_2.conf"
  3234.  
  3235.  
  3236. # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement