Advertisement
Guest User

deschutesdesigngroup.com HTTPS vhost config

a guest
Jun 3rd, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost 142.4.0.142:443>
  2.   ServerName community.deschutesdesigngroup.com
  3.   ServerAlias mail.community.deschutesdesigngroup.com www.community.deschutesdesigngroup.com
  4.   DocumentRoot /home/comdeschutes/public_html
  5.   ServerAdmin webmaster@community.deschutesdesigngroup.com
  6.   UseCanonicalName Off
  7.  
  8.   ## User comdeschutes # Needed for Cpanel::ApacheConf
  9.   <IfModule userdir_module>
  10.     <IfModule !mpm_itk.c>
  11.       <IfModule !ruid2_module>
  12.         <IfModule !mod_passenger.c>
  13.           UserDir enabled comdeschutes
  14.         </IfModule>
  15.       </IfModule>
  16.     </IfModule>
  17.   </IfModule>
  18.  
  19.   # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  20.   # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  21.   # the user's .htaccess file.  For more information, please read:
  22.   #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  23.   <IfModule mod_include.c>
  24.     <Directory "/home/comdeschutes/public_html">
  25.       SSILegacyExprParser On
  26.     </Directory>
  27.   </IfModule>
  28.  
  29.   <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
  30.        <IfModule security2_module>
  31.           SecRuleEngine Off
  32.        </IfModule>
  33.   </Proxymatch>
  34.  
  35.   <IfModule mod_suphp.c>
  36.     suPHP_UserGroup comdeschutes comdeschutes
  37.   </IfModule>
  38.   <IfModule suexec_module>
  39.     <IfModule !mod_ruid2.c>
  40.       SuexecUserGroup comdeschutes comdeschutes
  41.     </IfModule>
  42.   </IfModule>
  43.   <IfModule ruid2_module>
  44.     RMode config
  45.     RUidGid comdeschutes comdeschutes
  46.   </IfModule>
  47.   <IfModule mpm_itk.c>
  48.     # For more information on MPM ITK, please read:
  49.     #   http://mpm-itk.sesse.net/
  50.     AssignUserID comdeschutes comdeschutes
  51.   </IfModule>
  52.   <IfModule mod_passenger.c>
  53.     PassengerUser comdeschutes
  54.     PassengerGroup comdeschutes
  55.   </IfModule>
  56.  
  57.   <IfModule alias_module>
  58.     ScriptAlias /cgi-bin/ /home/comdeschutes/public_html/cgi-bin/
  59.   </IfModule>
  60.   <IfModule ssl_module>
  61.     SSLEngine on
  62.  
  63.     SSLCertificateFile /var/cpanel/ssl/apache_tls/community.deschutesdesigngroup.com/combined
  64.  
  65.     SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  66.     <Directory "/home/comdeschutes/public_html/cgi-bin">
  67.       SSLOptions +StdEnvVars
  68.     </Directory>
  69.   </IfModule>
  70.  
  71.   # To customize this VirtualHost use an include file at the following location
  72.   # Include "/etc/apache2/conf.d/userdata/ssl/2_4/comdeschutes/community.deschutesdesigngroup.com/*.conf"
  73.  
  74. </VirtualHost>
  75.  
  76. <VirtualHost 142.4.0.142:443>
  77.   ServerName deschutesdesigngroup.com
  78.   ServerAlias mail.deschutesdesigngroup.com www.deschutesdesigngroup.com
  79.   DocumentRoot /home/deschutesdesign/public_html
  80.   ServerAdmin webmaster@deschutesdesigngroup.com
  81.   UseCanonicalName Off
  82.  
  83.   ## User deschutesdesign # Needed for Cpanel::ApacheConf
  84.   <IfModule userdir_module>
  85.     <IfModule !mpm_itk.c>
  86.       <IfModule !ruid2_module>
  87.         <IfModule !mod_passenger.c>
  88.           UserDir enabled deschutesdesign
  89.         </IfModule>
  90.       </IfModule>
  91.     </IfModule>
  92.   </IfModule>
  93.  
  94.   # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  95.   # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  96.   # the user's .htaccess file.  For more information, please read:
  97.   #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  98.   <IfModule mod_include.c>
  99.     <Directory "/home/deschutesdesign/public_html">
  100.       SSILegacyExprParser On
  101.     </Directory>
  102.   </IfModule>
  103.  
  104.   <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
  105.        <IfModule security2_module>
  106.           SecRuleEngine Off
  107.        </IfModule>
  108.   </Proxymatch>
  109.  
  110.  <IfModule mod_suphp.c>
  111.    suPHP_UserGroup deschutesdesign deschutesdesign
  112.  </IfModule>
  113.  <IfModule suexec_module>
  114.    <IfModule !mod_ruid2.c>
  115.      SuexecUserGroup deschutesdesign deschutesdesign
  116.    </IfModule>
  117.  </IfModule>
  118.  <IfModule ruid2_module>
  119.    RMode config
  120.    RUidGid deschutesdesign deschutesdesign
  121.  </IfModule>
  122.  <IfModule mpm_itk.c>
  123.    # For more information on MPM ITK, please read:
  124.    #   http://mpm-itk.sesse.net/
  125.    AssignUserID deschutesdesign deschutesdesign
  126.  </IfModule>
  127.  <IfModule mod_passenger.c>
  128.    PassengerUser deschutesdesign
  129.    PassengerGroup deschutesdesign
  130.  </IfModule>
  131.  
  132.  <IfModule alias_module>
  133.    ScriptAlias /cgi-bin/ /home/deschutesdesign/public_html/cgi-bin/
  134.  </IfModule>
  135.  <IfModule ssl_module>
  136.    SSLEngine on
  137.  
  138.    SSLCertificateFile /var/cpanel/ssl/apache_tls/deschutesdesigngroup.com/combined
  139.  
  140.    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  141.    <Directory "/home/deschutesdesign/public_html/cgi-bin">
  142.      SSLOptions +StdEnvVars
  143.    </Directory>
  144.  </IfModule>
  145.    <IfModule proxy_fcgi_module>
  146.        <FilesMatch \.(phtml|php[0-9]*)$>
  147.            SetHandler proxy:unix:/opt/cpanel/ea-php73/root/usr/var/run/php-fpm/93fbddddd07882975bae06b3838eee443cac0ff3.sock|fcgi://deschutesdesigngroup.com
  148.        </FilesMatch>
  149.    </IfModule>
  150.  
  151.  # To customize this VirtualHost use an include file at the following location
  152.  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/deschutesdesign/deschutesdesigngroup.com/*.conf"
  153.  
  154. </VirtualHost>
  155.  
  156. <VirtualHost 142.4.0.142:443>
  157.  ServerName solutions.deschutesdesigngroup.com
  158.  ServerAlias mail.solutions.deschutesdesigngroup.com www.solutions.deschutesdesigngroup.com
  159.  DocumentRoot /home/soldeschutes/public_html
  160.  ServerAdmin webmaster@solutions.deschutesdesigngroup.com
  161.  UseCanonicalName Off
  162.  
  163.  ## User soldeschutes # Needed for Cpanel::ApacheConf
  164.  <IfModule userdir_module>
  165.    <IfModule !mpm_itk.c>
  166.      <IfModule !ruid2_module>
  167.        <IfModule !mod_passenger.c>
  168.          UserDir enabled soldeschutes
  169.        </IfModule>
  170.      </IfModule>
  171.    </IfModule>
  172.  </IfModule>
  173.  
  174.  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  175.  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  176.  # the user's .htaccess file.  For more information, please read:
  177.  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  178.  <IfModule mod_include.c>
  179.    <Directory "/home/soldeschutes/public_html">
  180.      SSILegacyExprParser On
  181.    </Directory>
  182.  </IfModule>
  183.  
  184.  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
  185.       <IfModule security2_module>
  186.          SecRuleEngine Off
  187.       </IfModule>
  188.  </Proxymatch>
  189.  
  190.  <IfModule mod_suphp.c>
  191.    suPHP_UserGroup soldeschutes soldeschutes
  192.  </IfModule>
  193.  <IfModule suexec_module>
  194.    <IfModule !mod_ruid2.c>
  195.      SuexecUserGroup soldeschutes soldeschutes
  196.    </IfModule>
  197.  </IfModule>
  198.  <IfModule ruid2_module>
  199.    RMode config
  200.    RUidGid soldeschutes soldeschutes
  201.  </IfModule>
  202.  <IfModule mpm_itk.c>
  203.    # For more information on MPM ITK, please read:
  204.    #   http://mpm-itk.sesse.net/
  205.    AssignUserID soldeschutes soldeschutes
  206.  </IfModule>
  207.  <IfModule mod_passenger.c>
  208.    PassengerUser soldeschutes
  209.    PassengerGroup soldeschutes
  210.  </IfModule>
  211.  
  212.  <IfModule alias_module>
  213.    ScriptAlias /cgi-bin/ /home/soldeschutes/public_html/cgi-bin/
  214.  </IfModule>
  215.  <IfModule ssl_module>
  216.    SSLEngine on
  217.  
  218.    SSLCertificateFile /var/cpanel/ssl/apache_tls/solutions.deschutesdesigngroup.com/combined
  219.  
  220.    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  221.    <Directory "/home/soldeschutes/public_html/cgi-bin">
  222.      SSLOptions +StdEnvVars
  223.    </Directory>
  224.  </IfModule>
  225.    <IfModule proxy_fcgi_module>
  226.        <FilesMatch \.(phtml|php[0-9]*)$>
  227.            SetHandler proxy:unix:/opt/cpanel/ea-php73/root/usr/var/run/php-fpm/055e4f593fe75af3b65c93549f5b69741880d84f.sock|fcgi://solutions.deschutesdesigngroup.com
  228.        </FilesMatch>
  229.    </IfModule>
  230.  
  231.  # To customize this VirtualHost use an include file at the following location
  232.  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/soldeschutes/solutions.deschutesdesigngroup.com/*.conf"
  233.  
  234. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement