File: //etc/apache2/sites-available/000-default.conf
# Auto generated Default VHOST configuration
<VirtualHost 171.22.67.17:80 [2a04:8400:2:1::20f]:80>
ServerAdmin support@resellerdns.nl
Redirect permanent / https://hosting103.resellerdns.nl/
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/access.log combined
<Directory /var/www/html/>
AllowOverride All
</Directory>
Protocols h2 http/1.1
AddDefaultCharset utf-8
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost 171.22.67.17:443 [2a04:8400:2:1::20f]:443>
ServerAdmin support@resellerdns.nl
DocumentRoot /var/www/html
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/access.log combined
<Directory /var/www/html/>
AllowOverride All
</Directory>
Protocols h2 http/1.1
AddDefaultCharset utf-8
SSLEngine on
SSLCertificateFile /etc/apache2-hostingplatform-api/hostingplatform-api.crt
SSLCertificateKeyFile /etc/apache2-hostingplatform-api/hostingplatform-api.key
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
BrowserMatch "MSIE [2-6]" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
<IfModule proxy_fcgi_module>
<IfModule setenvif_module>
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
</IfModule>
<FilesMatch ".+\.ph(?:ar|p|tml)$">
SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://localhost"
</FilesMatch>
<FilesMatch ".+\.phps$">
Require all denied
</FilesMatch>
<FilesMatch "^\.ph(?:ar|p|ps|tml)$">
Require all denied
</FilesMatch>
</IfModule>
Include /etc/phpmyadmin/apache.conf
</VirtualHost>
</IfModule>