this is my vhost config
Listen 443
Listen 80
# Configuration for Sentora control panel.
<VirtualHost *:443>
ServerAdmin zadmin@localhost
DocumentRoot "/etc/sentora/panel/"
ServerName panel.domain.net
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
# Custom settings are loaded below this line (if any exist)
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM
H+AESGCM:ECDH+AES256
H+AES256:ECDH+AES128
H+AES:ECDH+3DES
H+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/panel.domain.net/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/panel.domain.net/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/panel.domain.net/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
</VirtualHost>
################################################################
# Sentora generated VHOST configurations below.....
################################################################
# DOMAIN: domain-d.org
<virtualhost *:80>
ServerName domain-d.org
ServerAlias
www.domain-d.org
ServerAdmin email@mail.com
DocumentRoot "/var/sentora/hostdata/domain-d/public_html/domain-d_org"
php_admin_value open_basedir "/var/sentora/hostdata/domain-d/public_html/domain-d_org:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/domain-d/domain-d.org-error.log"
CustomLog "/var/sentora/logs/domains/domain-d/domain-d.org-access.log" combined
CustomLog "/var/sentora/logs/domains/domain-d/domain-d.org-bandwidth.log" common
<Directory "/var/sentora/hostdata/zvet/public_html/domain-d_org">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
</virtualhost>
# END DOMAIN: domain-d.org
################################################################