Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.79 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. #
  3. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  4. # DO NOT EDIT. AUTOMATICALLY GENERATED. USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
  5. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6. #
  7. # Direct modifications to the Apache configuration file WILL be lost upon subsequent
  8. # regeneration of this configuration file, or an Apache update.
  9. #
  10. # To have your modifications retained, you should create/edit administrator-specific
  11. # include files:
  12. #
  13. # /etc/apache2/conf.d/includes/pre_main_global.conf
  14. # /etc/apache2/conf.d/includes/pre_virtualhost_global.conf
  15. # /etc/apache2/conf.d/includes/post_virtualhost_global.conf
  16. #
  17. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  18.  
  19. ##################################################
  20. ##################################################
  21. #
  22. # cPanel & WHM controlled Apache configuration
  23. #
  24. ##################################################
  25. ##################################################
  26.  
  27. Include "/etc/apache2/conf.modules.d/*.conf"
  28.  
  29. # Administrator locations for safely altering httpd.conf
  30. Include "/etc/apache2/conf.d/includes/pre_main_global.conf"
  31.  
  32. # These are hard-coded values that are required by cPanel & WHM
  33. PidFile /var/run/apache2/httpd.pid
  34. User nobody
  35. Group nobody
  36. ExtendedStatus On
  37. LogLevel warn
  38. SymlinkProtect Off
  39. SymlinkProtectRoot /var/www/html
  40.  
  41. # You can change this by using WHM, and navigating to the 'Basic cPanel & WHM Setup' -> 'Contact Information' interface.
  42. ServerAdmin root@server1.vegalas.com
  43.  
  44. # You can change this by using WHM, and navigating to the 'Networking Setup' => 'Change Hostname' interface.
  45. ServerName server1.vegalas.com
  46.  
  47. # You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Global Configuration' interface.
  48. TraceEnable Off
  49. ServerSignature Off
  50. ServerTokens ProductOnly
  51. FileETag None
  52.  
  53. <Directory "/">
  54.  
  55. AllowOverride All
  56.  
  57. Options ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes MultiViews SymLinksIfOwnerMatch
  58. </Directory>
  59.  
  60. StartServers 5
  61. <IfModule prefork.c>
  62. MinSpareServers 5
  63. MaxSpareServers 10
  64. </IfModule>
  65.  
  66. ServerLimit 256
  67. MaxRequestWorkers 150
  68. MaxConnectionsPerChild 10000
  69. KeepAlive On
  70. KeepAliveTimeout 5
  71. MaxKeepAliveRequests 100
  72. Timeout 300
  73.  
  74.  
  75.  
  76.  
  77.  
  78. # You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'DirectoryIndex Priority' interface.
  79. <IfModule dir_module>
  80. DirectoryIndex index.php index.php5 index.php4 index.php3 index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.phtml index.shtml index.xhtml index.html index.htm index.wml Default.html Default.htm default.html default.htm home.html home.htm
  81. </IfModule>
  82.  
  83. # You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Memory Usage Restrictions' interface.
  84. RLimitCPU 240
  85. RLimitMEM 2097152000
  86.  
  87. # This setting is required by cPanel & WHM in order to provide access to a default webpage when none exists
  88. <Directory "/var/www/html">
  89. Options All
  90. AllowOverride None
  91. Require all granted
  92. </Directory>
  93.  
  94. # Required cPanel security policy: Disallow remote access to .htaccess, .htpasswd, .user.ini, and php.ini files
  95. <FilesMatch "^(\.ht(access|passwds?)|\.user\.ini|php\.ini)$">
  96. Require all denied
  97. </FilesMatch>
  98.  
  99. <IfModule alias_module>
  100. ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  101. ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  102. ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
  103. ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  104. ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
  105. ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
  106. ScriptAliasMatch ^/?webmail$ /usr/local/cpanel/cgi-sys/wredirect.cgi
  107. ScriptAliasMatch ^/?webmail/ /usr/local/cpanel/cgi-sys/wredirect.cgi
  108. ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
  109.  
  110. Alias /bandwidth /usr/local/bandmin/htdocs/
  111. Alias /img-sys /usr/local/cpanel/img-sys/
  112. Alias /java-sys /usr/local/cpanel/java-sys/
  113. Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
  114. Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
  115. Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
  116.  
  117. ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
  118. ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
  119.  
  120. </IfModule>
  121.  
  122. # This can be configured in the cPanel 'Leech Protection' interface.
  123. <IfModule rewrite_module>
  124. RewriteEngine on
  125. RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
  126. Mutex file:/var/run/apache2 rewrite-map
  127. </IfModule>
  128.  
  129. <IfModule mime_module>
  130. TypesConfig conf/mime.types
  131.  
  132. AddType application/x-compress .Z
  133. AddType application/x-gzip .gz .tgz
  134. AddType text/html .shtml
  135. AddType application/x-tar .tgz
  136. AddType text/vnd.wap.wml .wml
  137. AddType image/vnd.wap.wbmp .wbmp
  138. AddType text/vnd.wap.wmlscript .wmls
  139. AddType application/vnd.wap.wmlc .wmlc
  140. AddType application/vnd.wap.wmlscriptc .wmlsc
  141.  
  142. # These extensions are used to redirect incoming requests to WHM
  143. AddHandler cgi-script .cgi .pl .plx .ppl .perl
  144.  
  145. # This is used for custom error documents
  146. AddHandler server-parsed .shtml
  147. </IfModule>
  148.  
  149. # You can change this by using WHM, and updating the 'Tweak Settings' -> 'System' -> 'Allow server-info' option.
  150. <IfModule status_module>
  151. # This is used by the WHM 'Apache Status' application
  152. <Location /whm-server-status>
  153. SetHandler server-status
  154. Order deny,allow
  155. Deny from all
  156. Allow from 127.0.0.1 ::1
  157. </Location>
  158.  
  159. </IfModule>
  160.  
  161. # Required cPanel security policy: disable userdir when mod_ruid2 or mpm_itk or mod_passenger are loaded
  162. <IfModule userdir_module>
  163. UserDir public_html
  164.  
  165. <IfModule ruid2_module>
  166. UserDir disabled
  167. </IfModule>
  168. <IfModule mpm_itk.c>
  169. UserDir disabled
  170. </IfModule>
  171. <IfModule mod_passenger.c>
  172. UserDir disabled
  173. </IfModule>
  174. </IfModule>
  175.  
  176.  
  177. <IfModule log_config_module>
  178. LogFormat "%{Referer}i -> %U" referer
  179. LogFormat "%{User-agent}i" agent
  180. # NOTE: "combined" and "common" are required by WHM
  181. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  182. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  183.  
  184. # access_log format can be set in WHM under 'Basic cPanel & WHM Setup'
  185. CustomLog logs/access_log combined
  186. </IfModule>
  187.  
  188.  
  189. # The Listen port can be updated using 'Tweak Settings' -> 'System',
  190. # However, if you have any Apache Reserved IPs, then this Tweak setting will
  191. # be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
  192. # will be listed here.
  193. Listen 0.0.0.0:80
  194. Listen [::]:80
  195.  
  196. <IfModule ssl_module>
  197. # cipher and protocol directives can be set in WHM under 'Apache Configuration' -> 'Global Configuration'
  198. SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
  199. SSLProtocol All -SSLv2 -SSLv3
  200. SSLPassPhraseDialog builtin
  201.  
  202. <IfModule socache_shmcb_module>
  203. SSLUseStapling on
  204. SSLStaplingCache shmcb:/var/run/apache2/stapling_cache_shmcb(256000)
  205.  
  206. # Prevent browsers from failing if an OCSP server is temporarily broken.
  207. SSLStaplingReturnResponderErrors off
  208. SSLStaplingErrorCacheTimeout 60
  209. SSLStaplingFakeTryLater off
  210. SSLStaplingResponderTimeout 3
  211. SSLSessionCache shmcb:/var/run/apache2/ssl_gcache_data_shmcb(1024000)
  212. </IfModule>
  213. <IfModule !socache_shmcb_module>
  214. SSLSessionCache dbm:/var/run/apache2/ssl_gcache_data_dbm
  215. </IfModule>
  216.  
  217. SSLSessionCacheTimeout 300
  218. Mutex file:/var/run/apache2 ssl-cache
  219. SSLRandomSeed startup builtin
  220. SSLRandomSeed connect builtin
  221.  
  222. # The Listen port can be updated using 'Tweak Settings' -> 'System',
  223. # However, if you have any Apache Reserved IPs, then this Tweak setting will
  224. # be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
  225. # will be listed here.
  226. Listen 0.0.0.0:443
  227. Listen [::]:443
  228.  
  229. AddType application/x-x509-ca-cert .crt
  230. AddType application/x-pkcs7-crl .crl
  231. </IfModule>
  232.  
  233. Include "/etc/apache2/conf.d/*.conf"
  234.  
  235. Include "/etc/apache2/conf.d/includes/account_suspensions.conf"
  236. Include "/etc/apache2/conf.d/includes/errordocument.conf"
  237.  
  238. # Administrator locations for safely globally altering all virtualhost configurations
  239. Include "/etc/apache2/conf.d/includes/pre_virtualhost_global.conf"
  240.  
  241. ##################################################
  242. ##################################################
  243. #
  244. # Define default vhosts for shared IPs
  245. #
  246. ##################################################
  247. ##################################################
  248.  
  249. <VirtualHost 104.129.16.64:80>
  250. ServerName 104.129.16.64
  251. ServerAlias server1.vegalas.com
  252. DocumentRoot /var/www/html
  253. ServerAdmin xmailm3@gmail.com
  254.  
  255. <Directory "/var/www/html">
  256. AllowOverride All
  257. </Directory>
  258.  
  259. <IfModule suphp_module>
  260. suPHP_UserGroup nobody nobody
  261. </IfModule>
  262.  
  263. </VirtualHost>
  264.  
  265.  
  266. ##################################################
  267. ##################################################
  268. #
  269. # Define default vhosts for unbound IPs
  270. #
  271. ##################################################
  272. ##################################################
  273.  
  274. <VirtualHost *>
  275. ServerName server1.vegalas.com
  276. DocumentRoot /var/www/html
  277. ServerAdmin xmailm3@gmail.com
  278.  
  279. <Directory "/var/www/html">
  280. AllowOverride All
  281. </Directory>
  282.  
  283. <IfModule suphp_module>
  284. suPHP_UserGroup nobody nobody
  285. </IfModule>
  286.  
  287. </VirtualHost>
  288.  
  289. ##################################################
  290. ##################################################
  291. #
  292. # Define the virtual host configurtion for user domains
  293. #
  294. ##################################################
  295. ##################################################
  296.  
  297. # BEGIN: HTTP vhosts list
  298.  
  299. <VirtualHost 104.129.16.64:80>
  300. ServerName vegalas.com
  301. ServerAlias www.vegalas.com
  302. DocumentRoot /home/vegalas/public_html
  303. ServerAdmin webmaster@vegalas.com
  304. UseCanonicalName Off
  305. CustomLog /etc/apache2/logs/domlogs/vegalas.com combined
  306. <IfModule log_config_module>
  307. <IfModule logio_module>
  308. CustomLog /etc/apache2/logs/domlogs/vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  309. </IfModule>
  310. </IfModule>
  311. ## User vegalas # Needed for Cpanel::ApacheConf
  312. <IfModule userdir_module>
  313. <IfModule !mpm_itk.c>
  314. <IfModule !ruid2_module>
  315. <IfModule !mod_passenger.c>
  316. UserDir disabled
  317. UserDir enabled vegalas
  318. </IfModule>
  319. </IfModule>
  320. </IfModule>
  321. </IfModule>
  322.  
  323. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  324. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  325. # the user's .htaccess file. For more information, please read:
  326. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  327. <IfModule include_module>
  328. <Directory "/home/vegalas/public_html">
  329. SSILegacyExprParser On
  330. </Directory>
  331. </IfModule>
  332.  
  333.  
  334.  
  335. <IfModule suphp_module>
  336. suPHP_UserGroup vegalas vegalas
  337. </IfModule>
  338. <IfModule suexec_module>
  339. <IfModule !mod_ruid2.c>
  340. SuexecUserGroup vegalas vegalas
  341. </IfModule>
  342. </IfModule>
  343. <IfModule ruid2_module>
  344. RMode config
  345. RUidGid vegalas vegalas
  346. </IfModule>
  347. <IfModule mpm_itk.c>
  348. # For more information on MPM ITK, please read:
  349. # http://mpm-itk.sesse.net/
  350. AssignUserID vegalas vegalas
  351. </IfModule>
  352. <IfModule mod_passenger.c>
  353. PassengerUser vegalas
  354. PassengerGroup vegalas
  355. </IfModule>
  356.  
  357. <IfModule alias_module>
  358. ScriptAlias /cgi-bin/ /home/vegalas/public_html/cgi-bin/
  359. </IfModule>
  360.  
  361.  
  362. # To customize this VirtualHost use an include file at the following location
  363. # Include "/etc/apache2/conf.d/userdata/std/2_4/vegalas/vegalas.com/*.conf"
  364. </VirtualHost>
  365.  
  366. <VirtualHost 104.129.16.64:80>
  367. ServerName services.vegalas.com
  368. ServerAlias www.services.vegalas.com
  369. DocumentRoot /home/vegalas/public_html/services
  370. ServerAdmin webmaster@services.vegalas.com
  371. UseCanonicalName Off
  372. CustomLog /etc/apache2/logs/domlogs/services.vegalas.com combined
  373. <IfModule log_config_module>
  374. <IfModule logio_module>
  375. CustomLog /etc/apache2/logs/domlogs/services.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  376. </IfModule>
  377. </IfModule>
  378. ## User vegalas # Needed for Cpanel::ApacheConf
  379. <IfModule userdir_module>
  380. <IfModule !mpm_itk.c>
  381. <IfModule !ruid2_module>
  382. <IfModule !mod_passenger.c>
  383. UserDir disabled
  384. UserDir enabled vegalas
  385. </IfModule>
  386. </IfModule>
  387. </IfModule>
  388. </IfModule>
  389.  
  390. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  391. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  392. # the user's .htaccess file. For more information, please read:
  393. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  394. <IfModule include_module>
  395. <Directory "/home/vegalas/public_html/services">
  396. SSILegacyExprParser On
  397. </Directory>
  398. </IfModule>
  399.  
  400.  
  401.  
  402. <IfModule suphp_module>
  403. suPHP_UserGroup vegalas vegalas
  404. </IfModule>
  405. <IfModule suexec_module>
  406. <IfModule !mod_ruid2.c>
  407. SuexecUserGroup vegalas vegalas
  408. </IfModule>
  409. </IfModule>
  410. <IfModule ruid2_module>
  411. RMode config
  412. RUidGid vegalas vegalas
  413. </IfModule>
  414. <IfModule mpm_itk.c>
  415. # For more information on MPM ITK, please read:
  416. # http://mpm-itk.sesse.net/
  417. AssignUserID vegalas vegalas
  418. </IfModule>
  419. <IfModule mod_passenger.c>
  420. PassengerUser vegalas
  421. PassengerGroup vegalas
  422. </IfModule>
  423.  
  424. <IfModule alias_module>
  425. ScriptAlias /cgi-bin/ /home/vegalas/public_html/services/cgi-bin/
  426. </IfModule>
  427.  
  428.  
  429. # To customize this VirtualHost use an include file at the following location
  430. # Include "/etc/apache2/conf.d/userdata/std/2_4/vegalas/services.vegalas.com/*.conf"
  431. </VirtualHost>
  432.  
  433. <VirtualHost 104.129.16.64:80>
  434. ServerName market.vegalas.com
  435. ServerAlias www.market.vegalas.com
  436. DocumentRoot /home/vegalas/public_html/market
  437. ServerAdmin webmaster@market.vegalas.com
  438. UseCanonicalName Off
  439. CustomLog /etc/apache2/logs/domlogs/market.vegalas.com combined
  440. <IfModule log_config_module>
  441. <IfModule logio_module>
  442. CustomLog /etc/apache2/logs/domlogs/market.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  443. </IfModule>
  444. </IfModule>
  445. ## User vegalas # Needed for Cpanel::ApacheConf
  446. <IfModule userdir_module>
  447. <IfModule !mpm_itk.c>
  448. <IfModule !ruid2_module>
  449. <IfModule !mod_passenger.c>
  450. UserDir disabled
  451. UserDir enabled vegalas
  452. </IfModule>
  453. </IfModule>
  454. </IfModule>
  455. </IfModule>
  456.  
  457. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  458. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  459. # the user's .htaccess file. For more information, please read:
  460. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  461. <IfModule include_module>
  462. <Directory "/home/vegalas/public_html/market">
  463. SSILegacyExprParser On
  464. </Directory>
  465. </IfModule>
  466.  
  467.  
  468.  
  469. <IfModule suphp_module>
  470. suPHP_UserGroup vegalas vegalas
  471. </IfModule>
  472. <IfModule suexec_module>
  473. <IfModule !mod_ruid2.c>
  474. SuexecUserGroup vegalas vegalas
  475. </IfModule>
  476. </IfModule>
  477. <IfModule ruid2_module>
  478. RMode config
  479. RUidGid vegalas vegalas
  480. </IfModule>
  481. <IfModule mpm_itk.c>
  482. # For more information on MPM ITK, please read:
  483. # http://mpm-itk.sesse.net/
  484. AssignUserID vegalas vegalas
  485. </IfModule>
  486. <IfModule mod_passenger.c>
  487. PassengerUser vegalas
  488. PassengerGroup vegalas
  489. </IfModule>
  490.  
  491. <IfModule alias_module>
  492. ScriptAlias /cgi-bin/ /home/vegalas/public_html/market/cgi-bin/
  493. </IfModule>
  494.  
  495.  
  496. # To customize this VirtualHost use an include file at the following location
  497. # Include "/etc/apache2/conf.d/userdata/std/2_4/vegalas/market.vegalas.com/*.conf"
  498. </VirtualHost>
  499.  
  500. <VirtualHost 104.129.16.64:80>
  501. ServerName mail.vegalas.com
  502. ServerAlias www.mail.vegalas.com
  503. DocumentRoot /home/vegalas/public_html/mail
  504. ServerAdmin webmaster@mail.vegalas.com
  505. UseCanonicalName Off
  506. CustomLog /etc/apache2/logs/domlogs/mail.vegalas.com combined
  507. <IfModule log_config_module>
  508. <IfModule logio_module>
  509. CustomLog /etc/apache2/logs/domlogs/mail.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  510. </IfModule>
  511. </IfModule>
  512. ## User vegalas # Needed for Cpanel::ApacheConf
  513. <IfModule userdir_module>
  514. <IfModule !mpm_itk.c>
  515. <IfModule !ruid2_module>
  516. <IfModule !mod_passenger.c>
  517. UserDir disabled
  518. UserDir enabled vegalas
  519. </IfModule>
  520. </IfModule>
  521. </IfModule>
  522. </IfModule>
  523.  
  524. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  525. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  526. # the user's .htaccess file. For more information, please read:
  527. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  528. <IfModule include_module>
  529. <Directory "/home/vegalas/public_html/mail">
  530. SSILegacyExprParser On
  531. </Directory>
  532. </IfModule>
  533.  
  534.  
  535.  
  536. <IfModule suphp_module>
  537. suPHP_UserGroup vegalas vegalas
  538. </IfModule>
  539. <IfModule suexec_module>
  540. <IfModule !mod_ruid2.c>
  541. SuexecUserGroup vegalas vegalas
  542. </IfModule>
  543. </IfModule>
  544. <IfModule ruid2_module>
  545. RMode config
  546. RUidGid vegalas vegalas
  547. </IfModule>
  548. <IfModule mpm_itk.c>
  549. # For more information on MPM ITK, please read:
  550. # http://mpm-itk.sesse.net/
  551. AssignUserID vegalas vegalas
  552. </IfModule>
  553. <IfModule mod_passenger.c>
  554. PassengerUser vegalas
  555. PassengerGroup vegalas
  556. </IfModule>
  557.  
  558. <IfModule alias_module>
  559. ScriptAlias /cgi-bin/ /home/vegalas/public_html/mail/cgi-bin/
  560. </IfModule>
  561.  
  562.  
  563. # To customize this VirtualHost use an include file at the following location
  564. # Include "/etc/apache2/conf.d/userdata/std/2_4/vegalas/mail.vegalas.com/*.conf"
  565. </VirtualHost>
  566. # END: HTTP vhosts list
  567.  
  568. # BEGIN: HTTPS vhosts list
  569.  
  570. <VirtualHost 104.129.16.64:443>
  571. ServerName vegalas.com
  572. ServerAlias www.vegalas.com webdisk.vegalas.com webmail.vegalas.com cpanel.vegalas.com
  573. DocumentRoot /home/vegalas/public_html
  574. ServerAdmin webmaster@vegalas.com
  575. UseCanonicalName Off
  576. CustomLog /etc/apache2/logs/domlogs/vegalas.com-ssl_log combined
  577. <IfModule log_config_module>
  578. <IfModule logio_module>
  579. CustomLog /etc/apache2/logs/domlogs/vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  580. </IfModule>
  581. </IfModule>
  582. ## User vegalas # Needed for Cpanel::ApacheConf
  583. <IfModule userdir_module>
  584. <IfModule !mpm_itk.c>
  585. <IfModule !ruid2_module>
  586. <IfModule !mod_passenger.c>
  587. UserDir disabled
  588. UserDir enabled vegalas
  589. </IfModule>
  590. </IfModule>
  591. </IfModule>
  592. </IfModule>
  593.  
  594. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  595. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  596. # the user's .htaccess file. For more information, please read:
  597. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  598. <IfModule mod_include.c>
  599. <Directory "/home/vegalas/public_html">
  600. SSILegacyExprParser On
  601. </Directory>
  602. </IfModule>
  603.  
  604.  
  605.  
  606. <IfModule mod_suphp.c>
  607. suPHP_UserGroup vegalas vegalas
  608. </IfModule>
  609. <IfModule suexec_module>
  610. <IfModule !mod_ruid2.c>
  611. SuexecUserGroup vegalas vegalas
  612. </IfModule>
  613. </IfModule>
  614. <IfModule ruid2_module>
  615. RMode config
  616. RUidGid vegalas vegalas
  617. </IfModule>
  618. <IfModule mpm_itk.c>
  619. # For more information on MPM ITK, please read:
  620. # http://mpm-itk.sesse.net/
  621. AssignUserID vegalas vegalas
  622. </IfModule>
  623. <IfModule mod_passenger.c>
  624. PassengerUser vegalas
  625. PassengerGroup vegalas
  626. </IfModule>
  627.  
  628. <IfModule alias_module>
  629. ScriptAlias /cgi-bin/ /home/vegalas/public_html/cgi-bin/
  630. </IfModule>
  631. <IfModule ssl_module>
  632. SSLEngine on
  633.  
  634. SSLCertificateFile /var/cpanel/ssl/installed/certs/vegalas_com_f34ed_feb71_1504223999_eb5777b244b1b4d598d84993d9b026b5.crt
  635. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/f34ed_feb71_3c238635bf8dc53bdb94ae8377d4fbe9.key
  636. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  637. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  638. <Directory "/home/vegalas/public_html/cgi-bin">
  639. SSLOptions +StdEnvVars
  640. </Directory>
  641. </IfModule>
  642.  
  643.  
  644.  
  645. # To customize this VirtualHost use an include file at the following location
  646. # Include "/etc/apache2/conf.d/userdata/ssl/2_4/vegalas/vegalas.com/*.conf"
  647.  
  648. <IfModule headers_module>
  649. RequestHeader set X-HTTPS 1
  650. </IfModule>
  651.  
  652. RewriteEngine On
  653. RewriteCond %{HTTP_HOST} =cpanel.vegalas.com
  654. RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
  655. ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
  656. RewriteCond %{HTTP_HOST} =webdisk.vegalas.com
  657. RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
  658. ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
  659. RewriteCond %{HTTP_HOST} =webmail.vegalas.com
  660. RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
  661. ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
  662. </VirtualHost>
  663.  
  664. <VirtualHost 104.129.16.64:443>
  665. ServerName services.vegalas.com
  666. ServerAlias www.services.vegalas.com
  667. DocumentRoot /home/vegalas/public_html/services
  668. ServerAdmin webmaster@services.vegalas.com
  669. UseCanonicalName Off
  670. CustomLog /etc/apache2/logs/domlogs/services.vegalas.com-ssl_log combined
  671. <IfModule log_config_module>
  672. <IfModule logio_module>
  673. CustomLog /etc/apache2/logs/domlogs/services.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  674. </IfModule>
  675. </IfModule>
  676. ## User vegalas # Needed for Cpanel::ApacheConf
  677. <IfModule userdir_module>
  678. <IfModule !mpm_itk.c>
  679. <IfModule !ruid2_module>
  680. <IfModule !mod_passenger.c>
  681. UserDir disabled
  682. UserDir enabled vegalas
  683. </IfModule>
  684. </IfModule>
  685. </IfModule>
  686. </IfModule>
  687.  
  688. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  689. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  690. # the user's .htaccess file. For more information, please read:
  691. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  692. <IfModule mod_include.c>
  693. <Directory "/home/vegalas/public_html/services">
  694. SSILegacyExprParser On
  695. </Directory>
  696. </IfModule>
  697.  
  698.  
  699.  
  700. <IfModule mod_suphp.c>
  701. suPHP_UserGroup vegalas vegalas
  702. </IfModule>
  703. <IfModule suexec_module>
  704. <IfModule !mod_ruid2.c>
  705. SuexecUserGroup vegalas vegalas
  706. </IfModule>
  707. </IfModule>
  708. <IfModule ruid2_module>
  709. RMode config
  710. RUidGid vegalas vegalas
  711. </IfModule>
  712. <IfModule mpm_itk.c>
  713. # For more information on MPM ITK, please read:
  714. # http://mpm-itk.sesse.net/
  715. AssignUserID vegalas vegalas
  716. </IfModule>
  717. <IfModule mod_passenger.c>
  718. PassengerUser vegalas
  719. PassengerGroup vegalas
  720. </IfModule>
  721.  
  722. <IfModule alias_module>
  723. ScriptAlias /cgi-bin/ /home/vegalas/public_html/services/cgi-bin/
  724. </IfModule>
  725. <IfModule ssl_module>
  726. SSLEngine on
  727.  
  728. SSLCertificateFile /var/cpanel/ssl/installed/certs/services_vegalas_com_b3176_26461_1504223999_ce3aa6ec3923b17a894bae2dc4edfc67.crt
  729. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/b3176_26461_c40b572cb2b046720ae2d59713cfe7bb.key
  730. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  731. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  732. <Directory "/home/vegalas/public_html/services/cgi-bin">
  733. SSLOptions +StdEnvVars
  734. </Directory>
  735. </IfModule>
  736.  
  737.  
  738.  
  739. # To customize this VirtualHost use an include file at the following location
  740. # Include "/etc/apache2/conf.d/userdata/ssl/2_4/vegalas/services.vegalas.com/*.conf"
  741.  
  742. </VirtualHost>
  743.  
  744. <VirtualHost 104.129.16.64:443>
  745. ServerName market.vegalas.com
  746. ServerAlias www.market.vegalas.com
  747. DocumentRoot /home/vegalas/public_html/market
  748. ServerAdmin webmaster@market.vegalas.com
  749. UseCanonicalName Off
  750. CustomLog /etc/apache2/logs/domlogs/market.vegalas.com-ssl_log combined
  751. <IfModule log_config_module>
  752. <IfModule logio_module>
  753. CustomLog /etc/apache2/logs/domlogs/market.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  754. </IfModule>
  755. </IfModule>
  756. ## User vegalas # Needed for Cpanel::ApacheConf
  757. <IfModule userdir_module>
  758. <IfModule !mpm_itk.c>
  759. <IfModule !ruid2_module>
  760. <IfModule !mod_passenger.c>
  761. UserDir disabled
  762. UserDir enabled vegalas
  763. </IfModule>
  764. </IfModule>
  765. </IfModule>
  766. </IfModule>
  767.  
  768. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  769. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  770. # the user's .htaccess file. For more information, please read:
  771. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  772. <IfModule mod_include.c>
  773. <Directory "/home/vegalas/public_html/market">
  774. SSILegacyExprParser On
  775. </Directory>
  776. </IfModule>
  777.  
  778.  
  779.  
  780. <IfModule mod_suphp.c>
  781. suPHP_UserGroup vegalas vegalas
  782. </IfModule>
  783. <IfModule suexec_module>
  784. <IfModule !mod_ruid2.c>
  785. SuexecUserGroup vegalas vegalas
  786. </IfModule>
  787. </IfModule>
  788. <IfModule ruid2_module>
  789. RMode config
  790. RUidGid vegalas vegalas
  791. </IfModule>
  792. <IfModule mpm_itk.c>
  793. # For more information on MPM ITK, please read:
  794. # http://mpm-itk.sesse.net/
  795. AssignUserID vegalas vegalas
  796. </IfModule>
  797. <IfModule mod_passenger.c>
  798. PassengerUser vegalas
  799. PassengerGroup vegalas
  800. </IfModule>
  801.  
  802. <IfModule alias_module>
  803. ScriptAlias /cgi-bin/ /home/vegalas/public_html/market/cgi-bin/
  804. </IfModule>
  805. <IfModule ssl_module>
  806. SSLEngine on
  807.  
  808. SSLCertificateFile /var/cpanel/ssl/installed/certs/market_vegalas_com_a0b93_bb7f9_1504223999_ce28b28a520588b914a00cc1dd401acb.crt
  809. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/a0b93_bb7f9_1290722f831f0c1fc0d2b860293e2416.key
  810. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  811. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  812. <Directory "/home/vegalas/public_html/market/cgi-bin">
  813. SSLOptions +StdEnvVars
  814. </Directory>
  815. </IfModule>
  816.  
  817.  
  818.  
  819. # To customize this VirtualHost use an include file at the following location
  820. # Include "/etc/apache2/conf.d/userdata/ssl/2_4/vegalas/market.vegalas.com/*.conf"
  821.  
  822. </VirtualHost>
  823.  
  824. <VirtualHost 104.129.16.64:443>
  825. ServerName mail.vegalas.com
  826. ServerAlias www.mail.vegalas.com
  827. DocumentRoot /home/vegalas/public_html/mail
  828. ServerAdmin webmaster@mail.vegalas.com
  829. UseCanonicalName Off
  830. CustomLog /etc/apache2/logs/domlogs/mail.vegalas.com-ssl_log combined
  831. <IfModule log_config_module>
  832. <IfModule logio_module>
  833. CustomLog /etc/apache2/logs/domlogs/mail.vegalas.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
  834. </IfModule>
  835. </IfModule>
  836. ## User vegalas # Needed for Cpanel::ApacheConf
  837. <IfModule userdir_module>
  838. <IfModule !mpm_itk.c>
  839. <IfModule !ruid2_module>
  840. <IfModule !mod_passenger.c>
  841. UserDir disabled
  842. UserDir enabled vegalas
  843. </IfModule>
  844. </IfModule>
  845. </IfModule>
  846. </IfModule>
  847.  
  848. # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  849. # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  850. # the user's .htaccess file. For more information, please read:
  851. # http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  852. <IfModule mod_include.c>
  853. <Directory "/home/vegalas/public_html/mail">
  854. SSILegacyExprParser On
  855. </Directory>
  856. </IfModule>
  857.  
  858.  
  859.  
  860. <IfModule mod_suphp.c>
  861. suPHP_UserGroup vegalas vegalas
  862. </IfModule>
  863. <IfModule suexec_module>
  864. <IfModule !mod_ruid2.c>
  865. SuexecUserGroup vegalas vegalas
  866. </IfModule>
  867. </IfModule>
  868. <IfModule ruid2_module>
  869. RMode config
  870. RUidGid vegalas vegalas
  871. </IfModule>
  872. <IfModule mpm_itk.c>
  873. # For more information on MPM ITK, please read:
  874. # http://mpm-itk.sesse.net/
  875. AssignUserID vegalas vegalas
  876. </IfModule>
  877. <IfModule mod_passenger.c>
  878. PassengerUser vegalas
  879. PassengerGroup vegalas
  880. </IfModule>
  881.  
  882. <IfModule alias_module>
  883. ScriptAlias /cgi-bin/ /home/vegalas/public_html/mail/cgi-bin/
  884. </IfModule>
  885. <IfModule ssl_module>
  886. SSLEngine on
  887.  
  888. SSLCertificateFile /var/cpanel/ssl/installed/certs/mail_vegalas_com_cd33f_1152d_1504223999_7a7c4c88d433cf0edb12be86950d6971.crt
  889. SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/cd33f_1152d_4e9ec41afce31e2915b956d2e51c5b6b.key
  890. SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/cPanel_Inc__681917bfb43af6b642178607e0b36ccc_1747526399.cabundle
  891. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  892. <Directory "/home/vegalas/public_html/mail/cgi-bin">
  893. SSLOptions +StdEnvVars
  894. </Directory>
  895. </IfModule>
  896.  
  897.  
  898.  
  899. # To customize this VirtualHost use an include file at the following location
  900. # Include "/etc/apache2/conf.d/userdata/ssl/2_4/vegalas/mail.vegalas.com/*.conf"
  901.  
  902. </VirtualHost>
  903. # END: HTTPS vhosts list
  904.  
  905. ##################################################
  906. ##################################################
  907. #
  908. # Define the main cPanel & WHM proxy subdomains
  909. #
  910. ##################################################
  911. ##################################################
  912.  
  913. # CPANEL/WHM/WEBMAIL/WEBDISK PROXY SUBDOMAINS
  914. <VirtualHost 104.129.16.64:80 127.0.0.1:80>
  915. ServerName server1.vegalas.com
  916. ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.*
  917.  
  918. DocumentRoot /var/www/html
  919. ServerAdmin xmailm3@gmail.com
  920.  
  921. <IfModule suphp_module>
  922. suPHP_UserGroup nobody nobody
  923. </IfModule>
  924. <Proxy "*">
  925. <IfModule security2_module>
  926. SecRuleEngine Off
  927. </IfModule>
  928. </Proxy>
  929.  
  930.  
  931. ScriptAlias /.cpanel/dcv /usr/local/cpanel/cgi-priv/get_local.cgi
  932.  
  933. RewriteEngine On
  934.  
  935. RewriteCond %{REQUEST_URI} ^/[0-9]+\..+\.cpaneldcv$ [OR]
  936. RewriteCond %{REQUEST_URI} ^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
  937. RewriteRule ^ /.cpanel/dcv [passthrough]
  938.  
  939. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  940. RewriteCond %{HTTP_HOST} ^cpanel\.
  941.  
  942. RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
  943. ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
  944.  
  945.  
  946. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  947. RewriteCond %{HTTP_HOST} ^webmail\.
  948.  
  949. RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
  950. ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
  951.  
  952.  
  953. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  954. RewriteCond %{HTTP_HOST} ^whm\.
  955.  
  956. RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
  957. ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0
  958.  
  959.  
  960. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  961. RewriteCond %{HTTP_HOST} ^webdisk\.
  962.  
  963. RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
  964. ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
  965.  
  966.  
  967. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  968. RewriteCond %{HTTP_HOST} ^cpcalendars\.
  969.  
  970. RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
  971. ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
  972.  
  973.  
  974. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  975. RewriteCond %{HTTP_HOST} ^cpcontacts\.
  976.  
  977. RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
  978. ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
  979.  
  980.  
  981.  
  982. UseCanonicalName Off
  983.  
  984. <IfModule security2_module>
  985. SecRuleEngine On
  986. </IfModule>
  987. </VirtualHost>
  988.  
  989.  
  990. # CPANEL/WHM/WEBMAIL/WEBDISK PROXY SUBDOMAINS
  991. <VirtualHost 104.129.16.64:443 127.0.0.1:443>
  992. ServerName server1.vegalas.com
  993.  
  994. ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.*
  995.  
  996. DocumentRoot /var/www/html
  997. ServerAdmin xmailm3@gmail.com
  998.  
  999. <IfModule suphp_module>
  1000. suPHP_UserGroup nobody nobody
  1001. </IfModule>
  1002. <Proxy "*">
  1003. <IfModule security2_module>
  1004. SecRuleEngine Off
  1005. </IfModule>
  1006. </Proxy>
  1007.  
  1008.  
  1009. RewriteEngine On
  1010.  
  1011. <IfModule ssl_module>
  1012. SSLEngine on
  1013.  
  1014.  
  1015. SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
  1016. SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
  1017. SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
  1018. </IfModule>
  1019.  
  1020.  
  1021.  
  1022. <IfModule headers_module>
  1023. RequestHeader set X-HTTPS 1
  1024. </IfModule>
  1025.  
  1026. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1027. RewriteCond %{HTTP_HOST} ^cpanel\.
  1028.  
  1029. RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
  1030. ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
  1031.  
  1032.  
  1033. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1034. RewriteCond %{HTTP_HOST} ^webmail\.
  1035.  
  1036. RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
  1037. ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
  1038.  
  1039.  
  1040. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1041. RewriteCond %{HTTP_HOST} ^whm\.
  1042.  
  1043. RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
  1044. ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0
  1045.  
  1046.  
  1047. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1048. RewriteCond %{HTTP_HOST} ^webdisk\.
  1049.  
  1050. RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
  1051. ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
  1052.  
  1053.  
  1054. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1055. RewriteCond %{HTTP_HOST} ^cpcontacts\.
  1056.  
  1057. RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
  1058. ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
  1059.  
  1060.  
  1061. RewriteCond %{HTTP_HOST} !^server1.vegalas.com$
  1062. RewriteCond %{HTTP_HOST} ^cpcalendars\.
  1063.  
  1064. RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
  1065. ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
  1066.  
  1067.  
  1068.  
  1069. UseCanonicalName Off
  1070.  
  1071. <IfModule security2_module>
  1072. SecRuleEngine On
  1073. </IfModule>
  1074. </VirtualHost>
  1075.  
  1076. # Administrator locations for safely altering virtualhost configuration
  1077. Include "/etc/apache2/conf.d/includes/post_virtualhost_global.conf"
  1078.  
  1079. ##################################################
  1080. ##################################################
  1081. #
  1082. # Define the Domain Forwarding virtual hosts
  1083. #
  1084. ##################################################
  1085. ##################################################
  1086.  
  1087. # Domain forwarding is currently disabled.
  1088. # You can set this by logging into WHM, and navigating to the 'DNS Functions' => 'Setup/Edit Domain Forwarding' interface.
  1089.  
  1090.  
  1091. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  1092. #
  1093. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1094. # DO NOT EDIT. AUTOMATICALLY GENERATED. USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
  1095. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1096. #
  1097. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement