
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
#   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#   DO NOT EDIT. AUTOMATICALLY GENERATED.  USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
#   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
#   Direct modifications to the Apache configuration file WILL be lost upon subsequent
#   regeneration of this configuration file, or an Apache update.
#
#   To have your modifications retained, you should create/edit administrator-specific
#   include files:
#
#       /etc/apache2/conf.d/includes/pre_main_global.conf
#       /etc/apache2/conf.d/includes/pre_virtualhost_global.conf
#       /etc/apache2/conf.d/includes/post_virtualhost_global.conf
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

##################################################
##################################################
#
# cPanel & WHM controlled Apache configuration
#
##################################################
##################################################

Include "/etc/apache2/conf.modules.d/*.conf"

# Administrator locations for safely altering httpd.conf
Include "/etc/apache2/conf.d/includes/pre_main_global.conf"

# Major Version Specific
Include "/etc/apache2/conf.d/includes/pre_main_2.conf"

# These are hard-coded values that are required by cPanel & WHM
PidFile /run/apache2/httpd.pid
User nobody
Group nobody
ExtendedStatus On
LogLevel warn
SymlinkProtect Off
SymlinkProtectRoot /var/www/html

# You can change this by using WHM, and navigating to the 'Basic WebHost Manager® Setup' -> 'Contact Information' interface.
ServerAdmin nicephore.allaglo@gmail.com

# You can change this by using WHM, and navigating to the 'Networking Setup' => 'Change Hostname' interface.
ServerName packer-output-0d0a8dfe-753f-4519-abd2-93563a7f114a

# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Global Configuration' interface.
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None

<Directory "/">
    
      AllowOverride All
    
    Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes
</Directory>

StartServers 5
<IfModule prefork.c>
    MinSpareServers 5
    MaxSpareServers 10
</IfModule>

ServerLimit 256
MaxRequestWorkers 150
MaxConnectionsPerChild 10000
KeepAlive On
KeepAliveTimeout 5
MaxKeepAliveRequests 100
Timeout 300


<IfModule rewrite_module>
# Global DCV Exclude - Rewrites
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 

# Exclude proxy subdomains as we need rewrites to capture the DCV requests
RewriteCond %{HTTP_HOST} !^(?:autoconfig|autodiscover|cpanel|cpcalendars|cpcontacts|webdisk|webmail|whm)\.
RewriteRule ^ - [END]
</IfModule>

<LocationMatch "(^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$|^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$|^/\.well-known/pki-validation/(?: Ballot169)?|^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?: Sectigo DCV)?$)">
# Global DCV Exclude - Location
Satisfy Any
Order Allow,Deny
Allow from all
</LocationMatch>



# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'DirectoryIndex Priority' interface.
<IfModule dir_module>
    DirectoryIndex index.php index.php8 index.php7 index.php5 index.perl index.pl index.plx index.ppl index.cgi index.jsp index.jp index.phtml index.shtml index.xhtml index.html index.htm index.js
</IfModule>

# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Memory Usage Restrictions' interface.

# This setting is required by cPanel & WHM in order to provide access to a default webpage when none exists
<Directory "/var/www/html">
    Options All
    AllowOverride None
    Require all granted
    Header set Cache-Control "no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires 0
</Directory>

# Required cPanel security policy: Disallow remote access to .htaccess, .htpasswd, .user.ini, and php.ini files
<FilesMatch "^(\.ht(access|passwds?)|\.user\.ini|php\.ini)$">
    Require all denied
</FilesMatch>

# PHP error_log protection
<Files ~ "^error_log$">
   <RequireAll>
       Require all denied
   </RequireAll>
</Files>

<IfModule alias_module>
    ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
    ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
    ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
    ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
    ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
    ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
    ScriptAliasMatch ^/?webmail$ /usr/local/cpanel/cgi-sys/wredirect.cgi
    ScriptAliasMatch ^/?webmail/ /usr/local/cpanel/cgi-sys/wredirect.cgi
    ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
    ScriptAliasMatch ^/Autodiscover/Autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
    ScriptAliasMatch ^/autodiscover/autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi

    Alias /bandwidth /usr/local/bandmin/htdocs/
    Alias /img-sys /usr/local/cpanel/img-sys/
    Alias /java-sys /usr/local/cpanel/java-sys/
    Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
    Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
    Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/

    ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
    ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
    
</IfModule>

# This can be configured in the cPanel 'Leech Protection' interface.
<IfModule rewrite_module>
    RewriteEngine on
    RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
    Mutex file:/run/apache2 rewrite-map
</IfModule>

<IfModule mime_module>
    TypesConfig conf/mime.types

    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddType text/html .shtml
    AddType application/x-tar .tgz
    AddType text/vnd.wap.wml .wml
    AddType image/vnd.wap.wbmp .wbmp
    AddType text/vnd.wap.wmlscript .wmls
    AddType application/vnd.wap.wmlc .wmlc
    AddType application/vnd.wap.wmlscriptc .wmlsc

    # These extensions are used to redirect incoming requests to WHM
    AddHandler cgi-script .cgi .pl .plx .ppl .perl

    # This is used for custom error documents
    AddHandler server-parsed .shtml
</IfModule>

# You can change this by using WHM, and updating the 'Tweak Settings' -> 'System' -> 'Allow server-info' option.
<IfModule status_module>
    # This is used by the WHM 'Apache Status' application
    <Location /whm-server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1 ::1
        <IfModule security2_module>
            SecRuleEngine Off
        </IfModule>
        <IfModule security3_module>
           modsecurity_rules 'SecRuleEngine Off'
        </IfModule>
    </Location>

</IfModule>

# Required cPanel security policy: disable userdir when mod_ruid2 or mpm_itk or mod_passenger are loaded
<IfModule userdir_module>
    UserDir public_html

    <IfModule ruid2_module>
        UserDir disabled
    </IfModule>
    <IfModule mpm_itk.c>
        UserDir disabled
    </IfModule>
    <IfModule mod_passenger.c>
        UserDir disabled
    </IfModule>
</IfModule>



Include /etc/apache2/conf.d/includes/cloudflare.conf

<IfModule mod_log_config.c>
    LogFormat "%v:%{local}p %a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhost
    <IfModule logio_module>
        LogFormat "%v %{%s}t %I .\n%v %{%s}t %O ." bytesvhost
        LogFormat "apache-traffic.log %{%F}t %H %{SSL_PROTOCOL}x %{Host}i %I %O %{c}a %a" trafficlog
    </IfModule>
    LogFormat "%v:%{local}p %a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%v:%{local}p %a %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    <IfModule logio_module>
        CustomLog "|/usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=ns3190545.ip-135-125-105.eu --suffix=-bytes_log" bytesvhost env=!isproxyrequest
        CustomLog "|/usr/local/cpanel/bin/splitlogs --main=apache-traffic.log --mainout=/var/log/cpanel-server-traffic/web/traffic-apache.log" trafficlog env=!isproxyrequest
    </IfModule>
    CustomLog "|/usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=ns3190545.ip-135-125-105.eu --mainout=/etc/apache2/logs/access_log" combined env=!isproxyrequest
</IfModule>


# The Listen port can be updated using 'Tweak Settings' -> 'System',
# However, if you have any Apache Reserved IPs, then this Tweak setting will
# be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
# will be listed here.
Listen 0.0.0.0:80
Listen [::]:80

<IfModule ssl_module>
    # cipher and protocol directives can be set in WHM under 'Apache Configuration' -> 'Global Configuration'
    SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
    SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
    SSLPassPhraseDialog  builtin

    <IfModule socache_shmcb_module>
        SSLUseStapling On
        SSLStaplingCache shmcb:/run/apache2/stapling_cache_shmcb(256000)

        # Prevent browsers from failing if an OCSP server is temporarily broken.
        SSLStaplingReturnResponderErrors off
        SSLStaplingErrorCacheTimeout 60
        SSLStaplingFakeTryLater off
        SSLStaplingResponderTimeout 3
        SSLSessionCache shmcb:/run/apache2/ssl_gcache_data_shmcb(1024000)
    </IfModule>
    <IfModule !socache_shmcb_module>
        SSLSessionCache dbm:/run/apache2/ssl_gcache_data_dbm
    </IfModule>

    SSLSessionCacheTimeout  300
    Mutex                   file:/run/apache2 ssl-cache
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin

    # The Listen port can be updated using 'Tweak Settings' -> 'System',
    # However, if you have any Apache Reserved IPs, then this Tweak setting will
    # be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
    # will be listed here.
    Listen 0.0.0.0:443
    Listen [::]:443

    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
</IfModule>

Include "/etc/apache2/conf.d/*.conf"

Include "/etc/apache2/conf.d/includes/account_suspensions.conf"
Include "/etc/apache2/conf.d/includes/errordocument.conf"

# Administrator locations for safely globally altering all virtualhost configurations
Include "/etc/apache2/conf.d/includes/pre_virtualhost_global.conf"

# Major Version Specific
Include "/etc/apache2/conf.d/includes/pre_virtualhost_2.conf"

ProxyPass /___proxy_subdomain_ws_cpanel  ws://127.0.0.1:2082 max=1 retry=0
ProxyPass /___proxy_subdomain_ws_whm     ws://127.0.0.1:2086 max=1 retry=0
ProxyPass /___proxy_subdomain_ws_webmail ws://127.0.0.1:2095 max=1 retry=0

ProxyPass /cpanelwebcall/ http://127.0.0.1:2082/cpanelwebcall/ max=1 retry=0


##################################################
##################################################
#
# Define default vhosts for shared IPs
#
##################################################
##################################################

<VirtualHost 127.0.0.1:80>
    ServerName ns3190545.ip-135-125-105.eu
    DocumentRoot /var/www/html
    ServerAdmin nicephore.allaglo@gmail.com
    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
    RewriteOptions Inherit
    </IfModule>


    <Directory "/var/www/html">
      AllowOverride All
    </Directory>


    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>

</VirtualHost>

<VirtualHost 135.125.105.75:80>
    ServerName ns3190545.ip-135-125-105.eu
    DocumentRoot /var/www/html
    ServerAdmin nicephore.allaglo@gmail.com
    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
    RewriteOptions Inherit
    </IfModule>


    <Directory "/var/www/html">
      AllowOverride All
    </Directory>


    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>

</VirtualHost>


##################################################
##################################################
#
# Define default vhosts for unbound IPs
#
##################################################
##################################################

<VirtualHost *>
    ServerName ns3190545.ip-135-125-105.eu
    DocumentRoot /var/www/html
    ServerAdmin nicephore.allaglo@gmail.com
    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
    RewriteOptions Inherit
    </IfModule>


    <Directory "/var/www/html">
      AllowOverride All
    </Directory>


    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>

</VirtualHost>

##################################################
##################################################
#
# Define the virtual host configurtion for user domains
#
##################################################
##################################################

# BEGIN: HTTP vhosts list

<VirtualHost 135.125.105.75:80>
  ServerName estair.travel
    ServerAlias mail.estair.travel www.estair.travel
  DocumentRoot /home/estair/public_html
  ServerAdmin webmaster@estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/d166f5474d14becaa34a986e2312b2b096b85aee.sock|fcgi://estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName alcyon-partners.com
    ServerAlias mail.alcyon-partners.com www.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html
  ServerAdmin webmaster@alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartners/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/a9e30bd806fd9a115c050b5535d74c966fd943cc.sock|fcgi://alcyon-partners.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/alcyon-partners.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias mail.alcyon-partners.net www.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html
  ServerAdmin webmaster@alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/eecbdf89c49c579ac000b55a11fe07e9233c8e53.sock|fcgi://alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ceterisprime.com
    ServerAlias mail.ceterisprime.com www.ceterisprime.com
  DocumentRoot /home/ceterisprime/public_html
  ServerAdmin webmaster@ceterisprime.com
  UseCanonicalName Off
  Options -ExecCGI -Includes
  RemoveHandler cgi-script .cgi .pl .plx .ppl .perl

  ## User ceterisprime # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceterisprime 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/ceterisprime/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup ceterisprime ceterisprime
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceterisprime ceterisprime
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceterisprime ceterisprime
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceterisprime ceterisprime
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceterisprime
    PassengerGroup ceterisprime
  </IfModule>



    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/7e800ccabd67f35080338d98b329b4dc5599f962.sock|fcgi://ceterisprime.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/ceterisprime/ceterisprime.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ceteristours.com
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias mail.ceteristours.com www.ceteristours.com
  DocumentRoot /home/ceteristours/public_html
  ServerAdmin webmaster@ceteristours.com
  UseCanonicalName Off

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/ceteristours/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/bb9db5d9827568c2c2b9f52066aecd75380a4dea.sock|fcgi://ceteristours.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/ceteristours/ceteristours.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName jupitech.fr
    ServerAlias mail.jupitech.fr www.jupitech.fr
  DocumentRoot /home/jupitecf/public_html
  ServerAdmin webmaster@jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/jupitecf/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/a4e32c39cb91ea14e7b0e12145fa8569d033b5c7.sock|fcgi://jupitech.fr
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/jupitecf/jupitech.fr/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName backoffice.alcyon-partners.com
    ServerAlias www.backoffice.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/backoffice
  ServerAdmin webmaster@backoffice.alcyon-partners.com
  UseCanonicalName On

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartners/public_html/backoffice">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/backoffice/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/93d7025aa99d9e05ac00095a5d9c621f641551c7.sock|fcgi://backoffice.alcyon-partners.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/backoffice.alcyon-partners.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName keycloak.alcyon-partners.com
    ServerAlias www.keycloak.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/keycloak
  ServerAdmin webmaster@keycloak.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartners/public_html/keycloak">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/keycloak/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
  Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/keycloak.alcyon-partners.com/*.conf"
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/2d02ad662350999626c060f7bbecac514055dc83.sock|fcgi://keycloak.alcyon-partners.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/keycloak.alcyon-partners.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName auth.alcyon-partners.com
    ServerAlias www.auth.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/app/auth/public
  ServerAdmin webmaster@auth.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartners/public_html/app/auth/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/app/auth/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/497900e3f69d25c25d13bcfd55c5eade45e1a30c.sock|fcgi://auth.alcyon-partners.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/auth.alcyon-partners.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName seg.alcyon-partners.com
    ServerAlias www.seg.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/seg
  ServerAdmin webmaster@seg.alcyon-partners.com
  UseCanonicalName On

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartners/public_html/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/seg/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/2b4e840138c55106b9fe57db0f97453880ec6b8e.sock|fcgi://seg.alcyon-partners.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartners/seg.alcyon-partners.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName webapp-backend-kiffzone.alcyon-partners.net
    ServerAlias www.webapp-backend-kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public
  ServerAdmin webmaster@webapp-backend-kiffzone.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/2b2e77143a6de91d62654e40baaf15e60fb3e174.sock|fcgi://webapp-backend-kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/webapp-backend-kiffzone.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName webapp-kiffzone.alcyon-partners.net
    ServerAlias www.webapp-kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone
  ServerAdmin webmaster@webapp-kiffzone.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/1f16bf4e6737fd22ac92ec76e831362fde2a7731.sock|fcgi://webapp-kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/webapp-kiffzone.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estair-backend.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.estair-backend.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_backend/public
  ServerAdmin webmaster@estair-backend.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_backend/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/581a7deaa7e89dd4f4b8a20f7deada604312f29a.sock|fcgi://estair-backend.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/estair-backend.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estair-connect.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.estair-connect.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_bo
  ServerAdmin webmaster@estair-connect.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_bo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_bo/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/b64960969af07ad53fcc8d32f7d847641f5f0203.sock|fcgi://estair-connect.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/estair-connect.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estair-front.alcyon-partners.net
    ServerAlias www.estair-front.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_front
  ServerAdmin webmaster@estair-front.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_front/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/595b1e947f6df40d9dca5f31e4a235d53cb580e0.sock|fcgi://estair-front.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/estair-front.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName gouvalertevo.alcyon-partners.net
    ServerAlias www.gouvalertevo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/test
  ServerAdmin webmaster@gouvalertevo.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/test">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/test/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/75d1a654ef04dc99588f6a303116890b06a7c7a9.sock|fcgi://gouvalertevo.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/gouvalertevo.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName milleniumpay.alcyon-partners.net
    ServerAlias www.milleniumpay.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/milleniumpay/backend/public
  ServerAdmin webmaster@milleniumpay.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/milleniumpay/backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/milleniumpay/backend/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/64d09d2bd708664821705cc3a4e3e2acbb3bd923.sock|fcgi://milleniumpay.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/milleniumpay.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName motherafrica.alcyon-partners.net
    ServerAlias www.motherafrica.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/motherafrica
  ServerAdmin webmaster@motherafrica.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/motherafrica">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/motherafrica/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/722943f285e28081e953cea322e743fb260caaef.sock|fcgi://motherafrica.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/motherafrica.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName cartejeunes.alcyon-partners.net
    ServerAlias www.cartejeunes.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/cartesjeunes/public
  ServerAdmin webmaster@cartejeunes.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/cartesjeunes/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/cartesjeunes/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/46bed467e8d9c572840b616c9116ec5e541413e9.sock|fcgi://cartejeunes.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/cartejeunes.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName gouvalertes.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.gouvalertes.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalertes
  ServerAdmin webmaster@gouvalertes.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/gouvalertes">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalertes/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/4ab6a7ca24072ee67f213421a0f235893dda569a.sock|fcgi://gouvalertes.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/gouvalertes.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName fenitourci.alcyon-partners.net
    ServerAlias www.fenitourci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fenitourci
  ServerAdmin webmaster@fenitourci.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fenitourci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fenitourci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/a09b4d6e07ca1df83e5eee0387b418e7fde622e0.sock|fcgi://fenitourci.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/fenitourci.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName gouvalert2.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.gouvalert2.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalert2
  ServerAdmin webmaster@gouvalert2.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/gouvalert2">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalert2/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/eaf796ea9aa20ad06233a426b92533ca043a7be7.sock|fcgi://gouvalert2.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/gouvalert2.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName webapp-amc.alcyon-partners.net
    ServerAlias www.webapp-amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/webapp-amc
  ServerAdmin webmaster@webapp-amc.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/webapp-amc">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/webapp-amc/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/aef25175f2d1d72bb579dabeb3a3f05aa4ed6ce6.sock|fcgi://webapp-amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/webapp-amc.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName webapp-arn.alcyon-partners.net
    ServerAlias www.webapp-arn.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/arn
  ServerAdmin webmaster@webapp-arn.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/arn/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/dc8a79f54fcabab2850bbf25a630127a0bbc7e24.sock|fcgi://webapp-arn.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/webapp-arn.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estair-bo.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.estair-bo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public
  ServerAdmin webmaster@estair-bo.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/0913bd43f5f793f9252942fb83c224954ec6367a.sock|fcgi://estair-bo.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/estair-bo.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName gouvalert.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.gouvalert.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalert
  ServerAdmin webmaster@gouvalert.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/gouvalert">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalert/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/b4dffa128a1d1c7e55aa789ccecc30788310f704.sock|fcgi://gouvalert.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/gouvalert.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName arn-chap.alcyon-partners.net
    ServerAlias www.arn-chap.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/chaps
  ServerAdmin webmaster@arn-chap.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/chaps">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/chaps/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/ae67927d9f7bd35d1a10781c0816e754c19f0097.sock|fcgi://arn-chap.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/arn-chap.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ctcitest.alcyon-partners.net
    ServerAlias www.ctcitest.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/ctcitest
  ServerAdmin webmaster@ctcitest.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctcitest">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/ctcitest/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d6493b1e70aa5ca63b45196d88742d3df17ea505.sock|fcgi://ctcitest.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/ctcitest.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName kiffzone.alcyon-partners.net
    ServerAlias www.kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone
  ServerAdmin webmaster@kiffzone.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/kiffzone">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/ad38176531ac91a54cba3152ba9f150da6d958d8.sock|fcgi://kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/kiffzone.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName api-amc.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.api-amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/backend_amc_webapp
  ServerAdmin webmaster@api-amc.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/backend_amc_webapp">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/backend_amc_webapp/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/bf065020ceaf9fdc02b64131171280ab5cc6a1da.sock|fcgi://api-amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/api-amc.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName fcidemo.alcyon-partners.net
    ServerAlias www.fcidemo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fcidemo
  ServerAdmin webmaster@fcidemo.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fcidemo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fcidemo/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ef7129410fb827b60369db95338620e90b29bd11.sock|fcgi://fcidemo.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/fcidemo.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName galaxyt.alcyon-partners.net
    ServerAlias www.galaxyt.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/office
  ServerAdmin webmaster@galaxyt.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/office/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/51518b44bbe10666e1e3ce92f87c2284b0d6dd5f.sock|fcgi://galaxyt.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/galaxyt.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName cjflex.alcyon-partners.net
    ServerAlias www.cjflex.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/flex_cj/public
  ServerAdmin webmaster@cjflex.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/flex_cj/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/flex_cj/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/0b0c442d177f6e1ce62710392ab16f430d15d24c.sock|fcgi://cjflex.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/cjflex.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName client.alcyon-partners.net
    ServerAlias www.client.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/estair_front
  ServerAdmin webmaster@client.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/estair_front/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/8f788ad88e96da6c3f07ab4133cb8f1fd937bcee.sock|fcgi://client.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/client.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName webapp.alcyon-partners.net
    ServerAlias www.webapp.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/webapp
  ServerAdmin webmaster@webapp.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/webapp">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/webapp/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/588719a31390456a0259fae27d7a8acc776ea1b3.sock|fcgi://webapp.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/webapp.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName tiama.alcyon-partners.net
    ServerAlias www.tiama.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/suite/public
  ServerAdmin webmaster@tiama.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/suite/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/suite/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/6207c28b4b9d27fcaf61fc810219e1a760b2944b.sock|fcgi://tiama.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/tiama.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName auth.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.auth.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/auth
  ServerAdmin webmaster@auth.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/auth">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/auth/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/753a39e427a0eeb1e87869014de990131dc900a6.sock|fcgi://auth.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/auth.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ctci.alcyon-partners.net
    ServerAlias www.ctci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/ctci
  ServerAdmin webmaster@ctci.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/ctci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/08747588e153eefedf0bbecf1b477cecbc9afeb5.sock|fcgi://ctci.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/ctci.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName demo.alcyon-partners.net
    ServerAlias www.demo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/demo
  ServerAdmin webmaster@demo.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/demo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/demo/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/e9ecb55fc396f02d6b959a710fe73938f7294d36.sock|fcgi://demo.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/demo.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName flex.alcyon-partners.net
    ServerAlias www.flex.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/flex/public
  ServerAdmin webmaster@flex.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/app/flex/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/flex/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/4efa75a77bce8e872285ae39f83859013373bb27.sock|fcgi://flex.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/flex.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName test.alcyon-partners.net
    ServerAlias www.test.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/test
  ServerAdmin webmaster@test.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/test">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/test/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ad420f79db7686b273cf10e5563d2746a838cb23.sock|fcgi://test.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/test.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName amc.alcyon-partners.net
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/amc
  ServerAdmin webmaster@amc.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/amc">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/amc/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/a9c91e1e9f40e5c9e9c07b2398e9983f12e70762.sock|fcgi://amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/amc.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName arn.alcyon-partners.net
    ServerAlias www.arn.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/arn
  ServerAdmin webmaster@arn.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/arn/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d88311d150335e7649712cc124aee8ae8a2a3b08.sock|fcgi://arn.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/arn.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName dev.alcyon-partners.net
    ServerAlias www.dev.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/office
  ServerAdmin webmaster@dev.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/office/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/c5632cbb1a61649da86026aa20a88f89dabc2e4c.sock|fcgi://dev.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/dev.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName fci.alcyon-partners.net
    ServerAlias www.fci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fci
  ServerAdmin webmaster@fci.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5399645b7030efb3b805a3e2e7aac543a8612c04.sock|fcgi://fci.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/fci.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName seg.alcyon-partners.net
    ServerAlias www.seg.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/seg
  ServerAdmin webmaster@seg.alcyon-partners.net
  UseCanonicalName On

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/alcyonpartnet/public_html/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/seg/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/1d7660e80b4f9ce75e472efead673b9a7fe812af.sock|fcgi://seg.alcyon-partners.net
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/alcyonpartnet/seg.alcyon-partners.net/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName projetvehicule.ceteristours.com
    ServerAlias www.projetvehicule.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/projetvehicule
  ServerAdmin webmaster@projetvehicule.ceteristours.com
  UseCanonicalName On

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/ceteristours/public_html/vtiger/projetvehicule">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/projetvehicule/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/eaef7a769f28720c45ad6d0a7112fcf3dc54de56.sock|fcgi://projetvehicule.ceteristours.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/ceteristours/projetvehicule.ceteristours.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName fenitourci.ceteristours.com
    ServerAlias www.fenitourci.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/fenitourci
  ServerAdmin webmaster@fenitourci.ceteristours.com
  UseCanonicalName On

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/ceteristours/public_html/vtiger/fenitourci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/fenitourci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5d96f0c0849f6929d62f008c2db33bc7882659a2.sock|fcgi://fenitourci.ceteristours.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/ceteristours/fenitourci.ceteristours.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName seg.ceteristours.com
    ServerAlias www.seg.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/seg
  ServerAdmin webmaster@seg.ceteristours.com
  UseCanonicalName On

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/ceteristours/public_html/vtiger/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/seg/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/70155d7969de40972b31120d5a504ff401814b70.sock|fcgi://seg.ceteristours.com
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/ceteristours/seg.ceteristours.com/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estairbo-backend.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.estairbo-backend.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_bo/public
  ServerAdmin webmaster@estairbo-backend.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/app/connect/estair_bo/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_bo/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/32bf81ea7419b144ccc686ec81d00a6fa6fc354c.sock|fcgi://estairbo-backend.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/estairbo-backend.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName estair-backend.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.estair-backend.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair/public
  ServerAdmin webmaster@estair-backend.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/app/connect/estair/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/6370d1e364ff86f2069046ef14ed31deba0dafc8.sock|fcgi://estair-backend.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/estair-backend.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName tountouroun.estair.travel
    ServerAlias www.tountouroun.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/office
  ServerAdmin webmaster@tountouroun.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/office/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/af37ffe415023b25aa218ae3ab163b7770839127.sock|fcgi://tountouroun.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/tountouroun.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName backoffice.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.backoffice.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_bo/public
  ServerAdmin webmaster@backoffice.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/app/connect/estair_bo/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_bo/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/eb5801c27365f1532295bd2ccac5014b90cebee4.sock|fcgi://backoffice.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/backoffice.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName 2svoyages.estair.travel
    ServerAlias www.2svoyages.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/2svoyages
  ServerAdmin webmaster@2svoyages.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/2svoyages">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/2svoyages/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/3e56989ff7f2eac0e195ab397448edebacad3876.sock|fcgi://2svoyages.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/2svoyages.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ceterisci.estair.travel
    ServerAlias www.ceterisci.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ceterisci
  ServerAdmin webmaster@ceterisci.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/ceterisci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ceterisci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/db15ddfd55834ba56e8a2c97fd3bc105511dccb8.sock|fcgi://ceterisci.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/ceterisci.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName messager.estair.travel
    ServerAlias www.messager.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/messager/public
  ServerAdmin webmaster@messager.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/app/connect/messager/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/messager/public/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/eb402d0733200f9bf77f61eabf9c27827775425f.sock|fcgi://messager.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/messager.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName connect.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.connect.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_front
  ServerAdmin webmaster@connect.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/app/connect/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_front/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/b38c27eb1357cc4b1bd7f5eb07b1773be0676d1f.sock|fcgi://connect.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/connect.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName galaxyt.estair.travel
    ServerAlias www.galaxyt.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/galaxyt
  ServerAdmin webmaster@galaxyt.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/galaxyt">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/galaxyt/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/3f1c4044eeebe3024c75a5d05a3e6ee78f86d71e.sock|fcgi://galaxyt.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/galaxyt.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ttravel.estair.travel
    ServerAlias www.ttravel.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ttravel
  ServerAdmin webmaster@ttravel.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/ttravel">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ttravel/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/b6ab86935276f80ad0a4c282d5dea7f1726e0479.sock|fcgi://ttravel.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/ttravel.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName admin.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.admin.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/admin
  ServerAdmin webmaster@admin.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/admin">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/admin/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/f849f8bae4dd0652a0aad211c0e63203464bc8a9.sock|fcgi://admin.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/admin.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName alize.estair.travel
    ServerAlias www.alize.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/alize
  ServerAdmin webmaster@alize.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/alize">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/alize/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/26c7c6e23f765ebac1a9b20fb6650579b9e9684b.sock|fcgi://alize.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/alize.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName queen.estair.travel
    ServerAlias www.queen.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/queen
  ServerAdmin webmaster@queen.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/queen">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/queen/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/1d1fd9e28e251913c66dbb6ef787fba307d06bc2.sock|fcgi://queen.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/queen.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ctci.estair.travel
    <IfModule rewrite_module>
    RewriteEngine On

                RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
            RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
        RewriteRule ^ - [END]

    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  </IfModule>
    ServerAlias www.ctci.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ctci
  ServerAdmin webmaster@ctci.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/ctci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ctci/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/e31608f6759ee45476e23ddf04ebabd6f758df5d.sock|fcgi://ctci.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/ctci.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName demo.estair.travel
    ServerAlias www.demo.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/demo
  ServerAdmin webmaster@demo.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/demo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/demo/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d80bd0d14ed4a3dd94e12d03c6bd37a02a3beea7.sock|fcgi://demo.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/demo.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName orga.estair.travel
    ServerAlias www.orga.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/orga
  ServerAdmin webmaster@orga.estair.travel
  UseCanonicalName On

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/estair/public_html/backoffice/orga">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/orga/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/86d8b08af90dc3d3a26c25f3197dc762b30520e5.sock|fcgi://orga.estair.travel
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/estair/orga.estair.travel/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName cartejeunes.jupitech.fr
    ServerAlias www.cartejeunes.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/cartejeunes
  ServerAdmin webmaster@cartejeunes.jupitech.fr
  UseCanonicalName On

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/jupitecf/public_html/cartejeunes">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/cartejeunes/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/e31dbe3e376dedb708e7a3516dde53fd75276476.sock|fcgi://cartejeunes.jupitech.fr
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/jupitecf/cartejeunes.jupitech.fr/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName ctcitest.jupitech.fr
    ServerAlias www.ctcitest.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/backoffice/ctcitest
  ServerAdmin webmaster@ctcitest.jupitech.fr
  UseCanonicalName On

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/jupitecf/public_html/backoffice/ctcitest">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/backoffice/ctcitest/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/372a36d55b5104b594541b2bc555897c4943f2c4.sock|fcgi://ctcitest.jupitech.fr
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/jupitecf/ctcitest.jupitech.fr/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName tiama.jupitech.fr
    ServerAlias www.tiama.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/tiama
  ServerAdmin webmaster@tiama.jupitech.fr
  UseCanonicalName On

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/jupitecf/public_html/tiama">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/tiama/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ac67816c2ccf25b669442f1be07b90c0215293dd.sock|fcgi://tiama.jupitech.fr
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/jupitecf/tiama.jupitech.fr/*.conf"
</VirtualHost>

<VirtualHost 135.125.105.75:80>
  ServerName arn.jupitech.fr
    ServerAlias www.arn.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/arn
  ServerAdmin webmaster@arn.jupitech.fr
  UseCanonicalName On

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule include_module>
    <Directory "/home/jupitecf/public_html/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  

  <IfModule suphp_module>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/arn/cgi-bin/
  </IfModule>


    # Global DCV Rewrite Exclude
    <IfModule rewrite_module>
        RewriteOptions Inherit
    </IfModule>

        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/932d344444cd33f17f1a479259fde5156efec75d.sock|fcgi://arn.jupitech.fr
        </FilesMatch>
    </IfModule>



  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/std/2_4/jupitecf/arn.jupitech.fr/*.conf"
</VirtualHost>
# END: HTTP vhosts list

# BEGIN: HTTPS vhosts list

<VirtualHost 135.125.105.75:443>
  ServerName 2svoyages.estair.travel
  ServerAlias www.2svoyages.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/2svoyages
  ServerAdmin webmaster@2svoyages.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/2svoyages">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/2svoyages/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/2svoyages.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/2svoyages/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/3e56989ff7f2eac0e195ab397448edebacad3876.sock|fcgi://2svoyages.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/2svoyages.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName alcyon-partners.com
  ServerAlias mail.alcyon-partners.com www.alcyon-partners.com cpcontacts.alcyon-partners.com webdisk.alcyon-partners.com autodiscover.alcyon-partners.com cpcalendars.alcyon-partners.com webmail.alcyon-partners.com cpanel.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html
  ServerAdmin webmaster@alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartners/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/alcyon-partners.com/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartners/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/a9e30bd806fd9a115c050b5535d74c966fd943cc.sock|fcgi://alcyon-partners.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/alcyon-partners.com/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =webdisk.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.com [OR]
                RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.com [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.com [OR]
                    RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName alcyon-partners.net
  ServerAlias mail.alcyon-partners.net www.alcyon-partners.net autodiscover.alcyon-partners.net cpcontacts.alcyon-partners.net webdisk.alcyon-partners.net cpcalendars.alcyon-partners.net webmail.alcyon-partners.net cpanel.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html
  ServerAdmin webmaster@alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/eecbdf89c49c579ac000b55a11fe07e9233c8e53.sock|fcgi://alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/alcyon-partners.net/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =webdisk.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.net [OR]
                RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.net:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.net [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.alcyon-partners.net:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.net [OR]
                    RewriteCond %{HTTP_HOST} =webmail.alcyon-partners.net:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ceterisprime.com
  ServerAlias mail.ceterisprime.com www.ceterisprime.com cpanel.ceterisprime.com webmail.ceterisprime.com cpcalendars.ceterisprime.com autodiscover.ceterisprime.com webdisk.ceterisprime.com cpcontacts.ceterisprime.com
  DocumentRoot /home/ceterisprime/public_html
  ServerAdmin webmaster@ceterisprime.com
  UseCanonicalName Off
  Options -ExecCGI -Includes
  RemoveHandler cgi-script .cgi .pl .plx .ppl .perl

  ## User ceterisprime # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceterisprime 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/ceterisprime/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup ceterisprime ceterisprime
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceterisprime ceterisprime
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceterisprime ceterisprime
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceterisprime ceterisprime
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceterisprime
    PassengerGroup ceterisprime
  </IfModule>

  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ceterisprime.com/combined

    SSLUseStapling off
    <Directory "/home/ceterisprime/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/7e800ccabd67f35080338d98b329b4dc5599f962.sock|fcgi://ceterisprime.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/ceterisprime/ceterisprime.com/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =cpanel.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =webdisk.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.ceterisprime.com [OR]
                RewriteCond %{HTTP_HOST} =webmail.ceterisprime.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.ceterisprime.com [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.ceterisprime.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.ceterisprime.com [OR]
                    RewriteCond %{HTTP_HOST} =webmail.ceterisprime.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ceteristours.com
  ServerAlias mail.ceteristours.com www.ceteristours.com cpcontacts.ceteristours.com webdisk.ceteristours.com autodiscover.ceteristours.com cpcalendars.ceteristours.com webmail.ceteristours.com cpanel.ceteristours.com
  DocumentRoot /home/ceteristours/public_html
  ServerAdmin webmaster@ceteristours.com
  UseCanonicalName Off

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/ceteristours/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ceteristours.com/combined

    SSLUseStapling off
    <Directory "/home/ceteristours/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/bb9db5d9827568c2c2b9f52066aecd75380a4dea.sock|fcgi://ceteristours.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/ceteristours/ceteristours.com/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =cpanel.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =webdisk.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.ceteristours.com [OR]
                RewriteCond %{HTTP_HOST} =webmail.ceteristours.com:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.ceteristours.com [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.ceteristours.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.ceteristours.com [OR]
                    RewriteCond %{HTTP_HOST} =webmail.ceteristours.com:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair.travel
  ServerAlias mail.estair.travel www.estair.travel cpanel.estair.travel webmail.estair.travel cpcalendars.estair.travel webdisk.estair.travel cpcontacts.estair.travel autodiscover.estair.travel
  DocumentRoot /home/estair/public_html
  ServerAdmin webmaster@estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/d166f5474d14becaa34a986e2312b2b096b85aee.sock|fcgi://estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/estair.travel/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =cpanel.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =webdisk.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.estair.travel [OR]
                RewriteCond %{HTTP_HOST} =webmail.estair.travel:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.estair.travel [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.estair.travel:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.estair.travel [OR]
                    RewriteCond %{HTTP_HOST} =webmail.estair.travel:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName jupitech.fr
  ServerAlias mail.jupitech.fr www.jupitech.fr cpanel.jupitech.fr webmail.jupitech.fr cpcalendars.jupitech.fr cpcontacts.jupitech.fr webdisk.jupitech.fr autodiscover.jupitech.fr
  DocumentRoot /home/jupitecf/public_html
  ServerAdmin webmaster@jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/jupitecf/public_html">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/jupitech.fr/combined

    SSLUseStapling off
    <Directory "/home/jupitecf/public_html/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/a4e32c39cb91ea14e7b0e12145fa8569d033b5c7.sock|fcgi://jupitech.fr
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/jupitecf/jupitech.fr/*.conf"

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>
    RewriteEngine On
                RewriteCond %{HTTP_HOST} =autodiscover.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =autodiscover.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
                RewriteCond %{HTTP_HOST} =cpanel.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =cpanel.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcalendars.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =cpcalendars.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =cpcontacts.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =cpcontacts.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
		ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webdisk.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =webdisk.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
		ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
                RewriteCond %{HTTP_HOST} =webmail.jupitech.fr [OR]
                RewriteCond %{HTTP_HOST} =webmail.jupitech.fr:443
            RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

            RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
		ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =cpanel.jupitech.fr [OR]
                    RewriteCond %{HTTP_HOST} =cpanel.jupitech.fr:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
                RewriteCond %{HTTP:Upgrade} websocket   [nocase]
                    RewriteCond %{HTTP_HOST} =webmail.jupitech.fr [OR]
                    RewriteCond %{HTTP_HOST} =webmail.jupitech.fr:443

                RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

    RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
    ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0


</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName backoffice.alcyon-partners.com
  ServerAlias www.backoffice.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/backoffice
  ServerAdmin webmaster@backoffice.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartners/public_html/backoffice">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/backoffice/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/backoffice.alcyon-partners.com/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartners/public_html/backoffice/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/93d7025aa99d9e05ac00095a5d9c621f641551c7.sock|fcgi://backoffice.alcyon-partners.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/backoffice.alcyon-partners.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName keycloak.alcyon-partners.com
  ServerAlias www.keycloak.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/keycloak
  ServerAdmin webmaster@keycloak.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartners/public_html/keycloak">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/keycloak/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/keycloak.alcyon-partners.com/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartners/public_html/keycloak/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/keycloak.alcyon-partners.com/*.conf"
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/2d02ad662350999626c060f7bbecac514055dc83.sock|fcgi://keycloak.alcyon-partners.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/keycloak.alcyon-partners.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName auth.alcyon-partners.com
  ServerAlias www.auth.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/app/auth/public
  ServerAdmin webmaster@auth.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartners/public_html/app/auth/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/app/auth/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/auth.alcyon-partners.com/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartners/public_html/app/auth/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/497900e3f69d25c25d13bcfd55c5eade45e1a30c.sock|fcgi://auth.alcyon-partners.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/auth.alcyon-partners.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName seg.alcyon-partners.com
  ServerAlias www.seg.alcyon-partners.com
  DocumentRoot /home/alcyonpartners/public_html/seg
  ServerAdmin webmaster@seg.alcyon-partners.com
  UseCanonicalName Off

  ## User alcyonpartners # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartners 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartners/public_html/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartners alcyonpartners
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartners alcyonpartners
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartners alcyonpartners
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartners
    PassengerGroup alcyonpartners
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartners/public_html/seg/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/seg.alcyon-partners.com/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartners/public_html/seg/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/2b4e840138c55106b9fe57db0f97453880ec6b8e.sock|fcgi://seg.alcyon-partners.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartners/seg.alcyon-partners.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName webapp-backend-kiffzone.alcyon-partners.net
  ServerAlias www.webapp-backend-kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public
  ServerAdmin webmaster@webapp-backend-kiffzone.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/webapp-backend-kiffzone.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-backend-kiffzone/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/2b2e77143a6de91d62654e40baaf15e60fb3e174.sock|fcgi://webapp-backend-kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/webapp-backend-kiffzone.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName webapp-kiffzone.alcyon-partners.net
  ServerAlias www.webapp-kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone
  ServerAdmin webmaster@webapp-kiffzone.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/webapp-kiffzone.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/kiffzone/webapp-kiffzone/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/1f16bf4e6737fd22ac92ec76e831362fde2a7731.sock|fcgi://webapp-kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/webapp-kiffzone.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair-backend.alcyon-partners.net
  ServerAlias www.estair-backend.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_backend/public
  ServerAdmin webmaster@estair-backend.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_backend/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair-backend.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_backend/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/581a7deaa7e89dd4f4b8a20f7deada604312f29a.sock|fcgi://estair-backend.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/estair-backend.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair-connect.alcyon-partners.net
  ServerAlias www.estair-connect.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_bo
  ServerAdmin webmaster@estair-connect.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_bo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_bo/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair-connect.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_bo/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/b64960969af07ad53fcc8d32f7d847641f5f0203.sock|fcgi://estair-connect.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/estair-connect.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair-front.alcyon-partners.net
  ServerAlias www.estair-front.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/estair_front
  ServerAdmin webmaster@estair-front.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/estair_front/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair-front.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/estair_connect/estair_front/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/595b1e947f6df40d9dca5f31e4a235d53cb580e0.sock|fcgi://estair-front.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/estair-front.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName gouvalertevo.alcyon-partners.net
  ServerAlias www.gouvalertevo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/test
  ServerAdmin webmaster@gouvalertevo.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/test">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/test/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/gouvalertevo.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/test/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/75d1a654ef04dc99588f6a303116890b06a7c7a9.sock|fcgi://gouvalertevo.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/gouvalertevo.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName milleniumpay.alcyon-partners.net
  ServerAlias www.milleniumpay.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/milleniumpay/backend/public
  ServerAdmin webmaster@milleniumpay.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/milleniumpay/backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/milleniumpay/backend/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/milleniumpay.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/milleniumpay/backend/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/64d09d2bd708664821705cc3a4e3e2acbb3bd923.sock|fcgi://milleniumpay.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/milleniumpay.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName motherafrica.alcyon-partners.net
  ServerAlias www.motherafrica.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/motherafrica
  ServerAdmin webmaster@motherafrica.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/motherafrica">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/motherafrica/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/motherafrica.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/motherafrica/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/722943f285e28081e953cea322e743fb260caaef.sock|fcgi://motherafrica.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/motherafrica.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName cartejeunes.alcyon-partners.net
  ServerAlias www.cartejeunes.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/cartesjeunes/public
  ServerAdmin webmaster@cartejeunes.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/cartesjeunes/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/cartesjeunes/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/cartejeunes.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/cartesjeunes/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/46bed467e8d9c572840b616c9116ec5e541413e9.sock|fcgi://cartejeunes.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/cartejeunes.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName gouvalertes.alcyon-partners.net
  ServerAlias www.gouvalertes.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalertes
  ServerAdmin webmaster@gouvalertes.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/gouvalertes">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalertes/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/gouvalertes.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/gouvalertes/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/4ab6a7ca24072ee67f213421a0f235893dda569a.sock|fcgi://gouvalertes.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/gouvalertes.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName fenitourci.alcyon-partners.net
  ServerAlias www.fenitourci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fenitourci
  ServerAdmin webmaster@fenitourci.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fenitourci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fenitourci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/fenitourci.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/fenitourci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/a09b4d6e07ca1df83e5eee0387b418e7fde622e0.sock|fcgi://fenitourci.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/fenitourci.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName gouvalert2.alcyon-partners.net
  ServerAlias www.gouvalert2.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalert2
  ServerAdmin webmaster@gouvalert2.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/gouvalert2">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalert2/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/gouvalert2.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/gouvalert2/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/eaf796ea9aa20ad06233a426b92533ca043a7be7.sock|fcgi://gouvalert2.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/gouvalert2.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName webapp-amc.alcyon-partners.net
  ServerAlias www.webapp-amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/webapp-amc
  ServerAdmin webmaster@webapp-amc.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/webapp-amc">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/webapp-amc/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/webapp-amc.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/webapp-amc/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/aef25175f2d1d72bb579dabeb3a3f05aa4ed6ce6.sock|fcgi://webapp-amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/webapp-amc.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName webapp-arn.alcyon-partners.net
  ServerAlias www.webapp-arn.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/arn
  ServerAdmin webmaster@webapp-arn.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/arn/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/webapp-arn.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/arn/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/dc8a79f54fcabab2850bbf25a630127a0bbc7e24.sock|fcgi://webapp-arn.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/webapp-arn.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair-bo.alcyon-partners.net
  ServerAlias www.estair-bo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public
  ServerAdmin webmaster@estair-bo.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair-bo.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/estair_connect/backoffice_backend/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/0913bd43f5f793f9252942fb83c224954ec6367a.sock|fcgi://estair-bo.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/estair-bo.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName gouvalert.alcyon-partners.net
  ServerAlias www.gouvalert.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/gouvalert
  ServerAdmin webmaster@gouvalert.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/gouvalert">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/gouvalert/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/gouvalert.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/gouvalert/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/b4dffa128a1d1c7e55aa789ccecc30788310f704.sock|fcgi://gouvalert.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/gouvalert.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName arn-chap.alcyon-partners.net
  ServerAlias www.arn-chap.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/chaps
  ServerAdmin webmaster@arn-chap.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/chaps">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/chaps/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/arn-chap.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/chaps/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/ae67927d9f7bd35d1a10781c0816e754c19f0097.sock|fcgi://arn-chap.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/arn-chap.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ctcitest.alcyon-partners.net
  ServerAlias www.ctcitest.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/ctcitest
  ServerAdmin webmaster@ctcitest.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctcitest">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/ctcitest/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ctcitest.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctcitest/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d6493b1e70aa5ca63b45196d88742d3df17ea505.sock|fcgi://ctcitest.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/ctcitest.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName kiffzone.alcyon-partners.net
  ServerAlias www.kiffzone.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/kiffzone
  ServerAdmin webmaster@kiffzone.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/kiffzone">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/kiffzone/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/kiffzone.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/kiffzone/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/ad38176531ac91a54cba3152ba9f150da6d958d8.sock|fcgi://kiffzone.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/kiffzone.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName api-amc.alcyon-partners.net
  ServerAlias www.api-amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/backend_amc_webapp
  ServerAdmin webmaster@api-amc.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/backend_amc_webapp">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/backend_amc_webapp/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/api-amc.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/backend_amc_webapp/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/bf065020ceaf9fdc02b64131171280ab5cc6a1da.sock|fcgi://api-amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/api-amc.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName fcidemo.alcyon-partners.net
  ServerAlias www.fcidemo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fcidemo
  ServerAdmin webmaster@fcidemo.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fcidemo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fcidemo/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/fcidemo.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/fcidemo/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ef7129410fb827b60369db95338620e90b29bd11.sock|fcgi://fcidemo.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/fcidemo.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName galaxyt.alcyon-partners.net
  ServerAlias www.galaxyt.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/office
  ServerAdmin webmaster@galaxyt.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/office/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/galaxyt.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/office/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/51518b44bbe10666e1e3ce92f87c2284b0d6dd5f.sock|fcgi://galaxyt.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/galaxyt.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName cjflex.alcyon-partners.net
  ServerAlias www.cjflex.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/flex_cj/public
  ServerAdmin webmaster@cjflex.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/flex_cj/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/flex_cj/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/cjflex.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/flex_cj/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/0b0c442d177f6e1ce62710392ab16f430d15d24c.sock|fcgi://cjflex.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/cjflex.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName client.alcyon-partners.net
  ServerAlias www.client.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/estair_front
  ServerAdmin webmaster@client.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/estair_front/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/client.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/estair_front/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/8f788ad88e96da6c3f07ab4133cb8f1fd937bcee.sock|fcgi://client.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/client.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName webapp.alcyon-partners.net
  ServerAlias www.webapp.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/webapp
  ServerAdmin webmaster@webapp.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/webapp">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/webapp/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/webapp.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/webapp/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/588719a31390456a0259fae27d7a8acc776ea1b3.sock|fcgi://webapp.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/webapp.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName tiama.alcyon-partners.net
  ServerAlias www.tiama.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/suite/public
  ServerAdmin webmaster@tiama.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/suite/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/suite/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/tiama.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/suite/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/6207c28b4b9d27fcaf61fc810219e1a760b2944b.sock|fcgi://tiama.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/tiama.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName auth.alcyon-partners.net
  ServerAlias www.auth.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/auth
  ServerAdmin webmaster@auth.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/auth">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/auth/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/auth.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/auth/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/753a39e427a0eeb1e87869014de990131dc900a6.sock|fcgi://auth.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/auth.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ctci.alcyon-partners.net
  ServerAlias www.ctci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/ctci
  ServerAdmin webmaster@ctci.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/ctci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ctci.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/ctci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/08747588e153eefedf0bbecf1b477cecbc9afeb5.sock|fcgi://ctci.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/ctci.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName demo.alcyon-partners.net
  ServerAlias www.demo.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/demo
  ServerAdmin webmaster@demo.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/demo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/demo/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/demo.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/demo/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/e9ecb55fc396f02d6b959a710fe73938f7294d36.sock|fcgi://demo.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/demo.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName flex.alcyon-partners.net
  ServerAlias www.flex.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/app/flex/public
  ServerAdmin webmaster@flex.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/app/flex/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/app/flex/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/flex.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/app/flex/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/4efa75a77bce8e872285ae39f83859013373bb27.sock|fcgi://flex.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/flex.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName test.alcyon-partners.net
  ServerAlias www.test.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/test
  ServerAdmin webmaster@test.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/test">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/test/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/test.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/test/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ad420f79db7686b273cf10e5563d2746a838cb23.sock|fcgi://test.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/test.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName amc.alcyon-partners.net
  ServerAlias www.amc.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/amc
  ServerAdmin webmaster@amc.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/amc">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/amc/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/amc.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/amc/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/a9c91e1e9f40e5c9e9c07b2398e9983f12e70762.sock|fcgi://amc.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/amc.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName arn.alcyon-partners.net
  ServerAlias www.arn.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/arn
  ServerAdmin webmaster@arn.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/arn/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/arn.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/arn/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d88311d150335e7649712cc124aee8ae8a2a3b08.sock|fcgi://arn.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/arn.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName dev.alcyon-partners.net
  ServerAlias www.dev.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/office
  ServerAdmin webmaster@dev.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/office/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/dev.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/office/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/c5632cbb1a61649da86026aa20a88f89dabc2e4c.sock|fcgi://dev.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/dev.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName fci.alcyon-partners.net
  ServerAlias www.fci.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/backoffice/fci
  ServerAdmin webmaster@fci.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/backoffice/fci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/backoffice/fci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/fci.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/backoffice/fci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5399645b7030efb3b805a3e2e7aac543a8612c04.sock|fcgi://fci.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/fci.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName seg.alcyon-partners.net
  ServerAlias www.seg.alcyon-partners.net
  DocumentRoot /home/alcyonpartnet/public_html/seg
  ServerAdmin webmaster@seg.alcyon-partners.net
  UseCanonicalName Off

  ## User alcyonpartnet # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled alcyonpartnet 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/alcyonpartnet/public_html/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup alcyonpartnet alcyonpartnet
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID alcyonpartnet alcyonpartnet
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser alcyonpartnet
    PassengerGroup alcyonpartnet
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/alcyonpartnet/public_html/seg/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/seg.alcyon-partners.net/combined

    SSLUseStapling off
    <Directory "/home/alcyonpartnet/public_html/seg/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/1d7660e80b4f9ce75e472efead673b9a7fe812af.sock|fcgi://seg.alcyon-partners.net
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/alcyonpartnet/seg.alcyon-partners.net/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName projetvehicule.ceteristours.com
  ServerAlias www.projetvehicule.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/projetvehicule
  ServerAdmin webmaster@projetvehicule.ceteristours.com
  UseCanonicalName Off

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/ceteristours/public_html/vtiger/projetvehicule">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/projetvehicule/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/projetvehicule.ceteristours.com/combined

    SSLUseStapling off
    <Directory "/home/ceteristours/public_html/vtiger/projetvehicule/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/eaef7a769f28720c45ad6d0a7112fcf3dc54de56.sock|fcgi://projetvehicule.ceteristours.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/ceteristours/projetvehicule.ceteristours.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName fenitourci.ceteristours.com
  ServerAlias www.fenitourci.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/fenitourci
  ServerAdmin webmaster@fenitourci.ceteristours.com
  UseCanonicalName Off

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/ceteristours/public_html/vtiger/fenitourci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/fenitourci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/fenitourci.ceteristours.com/combined

    SSLUseStapling off
    <Directory "/home/ceteristours/public_html/vtiger/fenitourci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/5d96f0c0849f6929d62f008c2db33bc7882659a2.sock|fcgi://fenitourci.ceteristours.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/ceteristours/fenitourci.ceteristours.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName seg.ceteristours.com
  ServerAlias www.seg.ceteristours.com
  DocumentRoot /home/ceteristours/public_html/vtiger/seg
  ServerAdmin webmaster@seg.ceteristours.com
  UseCanonicalName Off

  ## User ceteristours # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled ceteristours 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/ceteristours/public_html/vtiger/seg">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup ceteristours ceteristours
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup ceteristours ceteristours
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid ceteristours ceteristours
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID ceteristours ceteristours
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser ceteristours
    PassengerGroup ceteristours
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/ceteristours/public_html/vtiger/seg/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/seg.ceteristours.com/combined

    SSLUseStapling off
    <Directory "/home/ceteristours/public_html/vtiger/seg/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/70155d7969de40972b31120d5a504ff401814b70.sock|fcgi://seg.ceteristours.com
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/ceteristours/seg.ceteristours.com/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estairbo-backend.estair.travel
  ServerAlias www.estairbo-backend.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_bo/public
  ServerAdmin webmaster@estairbo-backend.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/app/connect/estair_bo/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_bo/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estairbo-backend.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/app/connect/estair_bo/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/32bf81ea7419b144ccc686ec81d00a6fa6fc354c.sock|fcgi://estairbo-backend.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/estairbo-backend.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName estair-backend.estair.travel
  ServerAlias www.estair-backend.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair/public
  ServerAdmin webmaster@estair-backend.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/app/connect/estair/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/estair-backend.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/app/connect/estair/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/6370d1e364ff86f2069046ef14ed31deba0dafc8.sock|fcgi://estair-backend.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/estair-backend.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName tountouroun.estair.travel
  ServerAlias www.tountouroun.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/office
  ServerAdmin webmaster@tountouroun.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/office">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/office/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/tountouroun.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/office/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/af37ffe415023b25aa218ae3ab163b7770839127.sock|fcgi://tountouroun.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/tountouroun.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName backoffice.estair.travel
  ServerAlias www.backoffice.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_bo/public
  ServerAdmin webmaster@backoffice.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/app/connect/estair_bo/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_bo/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/backoffice.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/app/connect/estair_bo/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/eb5801c27365f1532295bd2ccac5014b90cebee4.sock|fcgi://backoffice.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/backoffice.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ceterisci.estair.travel
  ServerAlias www.ceterisci.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ceterisci
  ServerAdmin webmaster@ceterisci.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/ceterisci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ceterisci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ceterisci.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/ceterisci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/db15ddfd55834ba56e8a2c97fd3bc105511dccb8.sock|fcgi://ceterisci.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/ceterisci.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName messager.estair.travel
  ServerAlias www.messager.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/messager/public
  ServerAdmin webmaster@messager.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/app/connect/messager/public">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/messager/public/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/messager.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/app/connect/messager/public/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/eb402d0733200f9bf77f61eabf9c27827775425f.sock|fcgi://messager.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/messager.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName connect.estair.travel
  ServerAlias www.connect.estair.travel
  DocumentRoot /home/estair/public_html/app/connect/estair_front
  ServerAdmin webmaster@connect.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/app/connect/estair_front">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/app/connect/estair_front/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/connect.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/app/connect/estair_front/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/b38c27eb1357cc4b1bd7f5eb07b1773be0676d1f.sock|fcgi://connect.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/connect.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName galaxyt.estair.travel
  ServerAlias www.galaxyt.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/galaxyt
  ServerAdmin webmaster@galaxyt.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/galaxyt">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/galaxyt/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/galaxyt.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/galaxyt/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/3f1c4044eeebe3024c75a5d05a3e6ee78f86d71e.sock|fcgi://galaxyt.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/galaxyt.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ttravel.estair.travel
  ServerAlias www.ttravel.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ttravel
  ServerAdmin webmaster@ttravel.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/ttravel">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ttravel/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ttravel.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/ttravel/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/b6ab86935276f80ad0a4c282d5dea7f1726e0479.sock|fcgi://ttravel.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/ttravel.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName admin.estair.travel
  ServerAlias www.admin.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/admin
  ServerAdmin webmaster@admin.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/admin">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/admin/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/admin.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/admin/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/f849f8bae4dd0652a0aad211c0e63203464bc8a9.sock|fcgi://admin.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/admin.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName alize.estair.travel
  ServerAlias www.alize.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/alize
  ServerAdmin webmaster@alize.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/alize">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/alize/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/alize.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/alize/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/26c7c6e23f765ebac1a9b20fb6650579b9e9684b.sock|fcgi://alize.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/alize.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName queen.estair.travel
  ServerAlias www.queen.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/queen
  ServerAdmin webmaster@queen.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/queen">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/queen/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/queen.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/queen/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/1d1fd9e28e251913c66dbb6ef787fba307d06bc2.sock|fcgi://queen.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/queen.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ctci.estair.travel
  ServerAlias www.ctci.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/ctci
  ServerAdmin webmaster@ctci.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/ctci">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/ctci/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ctci.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/ctci/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/e31608f6759ee45476e23ddf04ebabd6f758df5d.sock|fcgi://ctci.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/ctci.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName demo.estair.travel
  ServerAlias www.demo.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/demo
  ServerAdmin webmaster@demo.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/demo">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/demo/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/demo.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/demo/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/d80bd0d14ed4a3dd94e12d03c6bd37a02a3beea7.sock|fcgi://demo.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/demo.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName orga.estair.travel
  ServerAlias www.orga.estair.travel
  DocumentRoot /home/estair/public_html/backoffice/orga
  ServerAdmin webmaster@orga.estair.travel
  UseCanonicalName Off

  ## User estair # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled estair 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/estair/public_html/backoffice/orga">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup estair estair
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup estair estair
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid estair estair
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID estair estair
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser estair
    PassengerGroup estair
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/estair/public_html/backoffice/orga/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/orga.estair.travel/combined

    SSLUseStapling off
    <Directory "/home/estair/public_html/backoffice/orga/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/86d8b08af90dc3d3a26c25f3197dc762b30520e5.sock|fcgi://orga.estair.travel
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/estair/orga.estair.travel/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName cartejeunes.jupitech.fr
  ServerAlias www.cartejeunes.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/cartejeunes
  ServerAdmin webmaster@cartejeunes.jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/jupitecf/public_html/cartejeunes">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/cartejeunes/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/cartejeunes.jupitech.fr/combined

    SSLUseStapling off
    <Directory "/home/jupitecf/public_html/cartejeunes/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/e31dbe3e376dedb708e7a3516dde53fd75276476.sock|fcgi://cartejeunes.jupitech.fr
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/jupitecf/cartejeunes.jupitech.fr/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName ctcitest.jupitech.fr
  ServerAlias www.ctcitest.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/backoffice/ctcitest
  ServerAdmin webmaster@ctcitest.jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/jupitecf/public_html/backoffice/ctcitest">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/backoffice/ctcitest/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/ctcitest.jupitech.fr/combined

    SSLUseStapling off
    <Directory "/home/jupitecf/public_html/backoffice/ctcitest/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php74/root/usr/var/run/php-fpm/372a36d55b5104b594541b2bc555897c4943f2c4.sock|fcgi://ctcitest.jupitech.fr
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/jupitecf/ctcitest.jupitech.fr/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName tiama.jupitech.fr
  ServerAlias www.tiama.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/tiama
  ServerAdmin webmaster@tiama.jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/jupitecf/public_html/tiama">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/tiama/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/tiama.jupitech.fr/combined

    SSLUseStapling off
    <Directory "/home/jupitecf/public_html/tiama/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php81/root/usr/var/run/php-fpm/ac67816c2ccf25b669442f1be07b90c0215293dd.sock|fcgi://tiama.jupitech.fr
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/jupitecf/tiama.jupitech.fr/*.conf"



</VirtualHost>

<VirtualHost 135.125.105.75:443>
  ServerName arn.jupitech.fr
  ServerAlias www.arn.jupitech.fr
  DocumentRoot /home/jupitecf/public_html/arn
  ServerAdmin webmaster@arn.jupitech.fr
  UseCanonicalName Off

  ## User jupitecf # Needed for Cpanel::ApacheConf
  <IfModule userdir_module>
    <IfModule !mpm_itk.c>
      <IfModule !ruid2_module>
        <IfModule !mod_passenger.c>
          UserDir disabled
          UserDir enabled jupitecf 
        </IfModule>
      </IfModule>
    </IfModule>
  </IfModule>

  # Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
  # To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
  # the user's .htaccess file.  For more information, please read:
  #    http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
  <IfModule mod_include.c>
    <Directory "/home/jupitecf/public_html/arn">
      SSILegacyExprParser On
    </Directory>
  </IfModule>

  
  <Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
       <IfModule security2_module>
          SecRuleEngine Off
       </IfModule>
       <IfModule security3_module>
          modsecurity_rules 'SecRuleEngine Off'
       </IfModule>
  </Proxymatch>

  <IfModule mod_suphp.c>
    suPHP_UserGroup jupitecf jupitecf
  </IfModule>
  <IfModule suexec_module>
    <IfModule !mod_ruid2.c>
      SuexecUserGroup jupitecf jupitecf
    </IfModule>
  </IfModule>
  <IfModule ruid2_module>
    RMode config
    RUidGid jupitecf jupitecf
  </IfModule>
  <IfModule mpm_itk.c>
    # For more information on MPM ITK, please read:
    #   http://mpm-itk.sesse.net/
    AssignUserID jupitecf jupitecf
  </IfModule>
  <IfModule mod_passenger.c>
    PassengerUser jupitecf
    PassengerGroup jupitecf
  </IfModule>

  <IfModule alias_module>
    ScriptAlias /cgi-bin/ /home/jupitecf/public_html/arn/cgi-bin/
  </IfModule>
  <IfModule ssl_module>
    SSLEngine on
    
    SSLCertificateFile /var/cpanel/ssl/apache_tls/arn.jupitech.fr/combined

    SSLUseStapling off
    <Directory "/home/jupitecf/public_html/arn/cgi-bin">
      SSLOptions +StdEnvVars
    </Directory>
  </IfModule>
        
        
            
                
                
    <IfModule proxy_fcgi_module>
        <FilesMatch \.(phtml|php[0-9]*)$>
            SetHandler proxy:unix:/opt/cpanel/ea-php82/root/usr/var/run/php-fpm/932d344444cd33f17f1a479259fde5156efec75d.sock|fcgi://arn.jupitech.fr
        </FilesMatch>
    </IfModule>




  # To customize this VirtualHost use an include file at the following location
  # Include "/etc/apache2/conf.d/userdata/ssl/2_4/jupitecf/arn.jupitech.fr/*.conf"



</VirtualHost>
# END: HTTPS vhosts list

##################################################
##################################################
#
# Define the main cPanel & WHM proxy subdomains
#
##################################################
##################################################

# CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
<VirtualHost 135.125.105.75:80 127.0.0.1:80>
    ServerName proxy-subdomains-vhost.localhost
    ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*

    DocumentRoot /var/www/html
    ServerAdmin nicephore.allaglo@gmail.com

    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>
    <Proxy "*">
        <IfModule security2_module>
            SecRuleEngine Off
        </IfModule>
        <IfModule security3_module>
           modsecurity_rules 'SecRuleEngine Off'
        </IfModule>
    </Proxy>

    <Directory "/var/www/html">
      AllowOverride All
    </Directory>




    ScriptAlias /.cpanel/dcv /usr/local/cpanel/cgi-priv/get_local.cgi

    RewriteEngine On

                    RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [OR]
                    RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
                    RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
                    RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ 
                RewriteRule ^ /.cpanel/dcv [passthrough]

    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpanel\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^webmail\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
    ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^whm\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
    ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^webdisk\.

    RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
    ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpcalendars\.

    RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpcontacts\.

    RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0



    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^autodiscover\.
    RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]

    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^autoconfig\.
    RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]


                    RewriteCond %{HTTP_HOST} ^cpanel\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]

        RewriteCond %{HTTP_HOST} ^webmail\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

        RewriteCond %{HTTP_HOST} ^whm\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_whm/$1 [PT]
    

    UseCanonicalName Off

    <IfModule security2_module>
        SecRuleEngine On
    </IfModule>
    <IfModule security3_module>
        modsecurity_rules 'SecRuleEngine On'
    </IfModule>
</VirtualHost>


# CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
<VirtualHost 135.125.105.75:443 127.0.0.1:443>
    ServerName ns3190545.ip-135-125-105.eu

    ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*

    DocumentRoot /var/www/html
    ServerAdmin nicephore.allaglo@gmail.com

    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>
    <Proxy "*">
        <IfModule security2_module>
            SecRuleEngine Off
        </IfModule>
        <IfModule security3_module>
            modsecurity_rules 'SecRuleEngine Off'
        </IfModule>
    </Proxy>

    <Directory "/var/www/html">
      AllowOverride All
    </Directory>




    RewriteEngine On

    <IfModule ssl_module>
        SSLEngine on



        SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLUseStapling Off

    </IfModule>

    
    

    <IfModule headers_module>
    RequestHeader set X-HTTPS 1
    </IfModule>

    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpanel\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^webmail\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
    ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^whm\.
    RewriteCond %{HTTP:Upgrade} !websocket   [nocase]

    RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
    ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^webdisk\.

    RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
    ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpcontacts\.

    RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0


    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^cpcalendars\.

    RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
    ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0



    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^autodiscover\.
    RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]

    RewriteCond %{HTTP_HOST} !^ns3190545.ip-135-125-105.eu$
    RewriteCond %{HTTP_HOST} ^autoconfig\.
    RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]



                    RewriteCond %{HTTP_HOST} ^cpanel\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]

        RewriteCond %{HTTP_HOST} ^webmail\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

        RewriteCond %{HTTP_HOST} ^whm\.
    RewriteCond %{HTTP:Upgrade} websocket   [nocase]
    RewriteRule ^/(.*) /___proxy_subdomain_ws_whm/$1 [PT]
    

    UseCanonicalName Off

    <IfModule security2_module>
        SecRuleEngine On
    </IfModule>
    <IfModule security3_module>
        modsecurity_rules 'SecRuleEngine On'
    </IfModule>
</VirtualHost>

# Administrator locations for safely altering virtualhost configuration
Include "/etc/apache2/conf.d/includes/post_virtualhost_global.conf"

# Major Version Specific
Include "/etc/apache2/conf.d/includes/post_virtualhost_2.conf"

##################################################
##################################################
#
# Define the Domain Forwarding virtual hosts
#
##################################################
##################################################

# Domain forwarding is currently disabled.
# You can set this by logging into WHM, and navigating to the 'DNS Functions' => 'Setup/Edit Domain Forwarding' interface.


##################################################
##################################################
#
# Default SSL Hostname Virtual Host
#
##################################################
##################################################
<VirtualHost 127.0.0.1:443 135.125.105.75:443 *:443>
    ServerName ns3190545.ip-135-125-105.eu
    DocumentRoot /var/www/html

    ServerAdmin nicephore.allaglo@gmail.com
    <IfModule suphp_module>
        suPHP_UserGroup nobody nobody
    </IfModule>
    <Directory "/var/www/html">
        AllowOverride All
    </Directory>

    
    <IfModule ssl_module>
        SSLEngine on
        

        SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
        SSLUseStapling Off

    </IfModule>

    UseCanonicalName Off

    <IfModule security2_module>
        SecRuleEngine On
    </IfModule>
    <IfModule security3_module>
        modsecurity_rules 'SecRuleEngine On'
    </IfModule>
</VirtualHost>

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
#   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#   DO NOT EDIT. AUTOMATICALLY GENERATED.  USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
#   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

