
| Current Path : /etc/apache2_old/sites-available/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //etc/apache2_old/sites-available/download.ift-informatik.de |
<VirtualHost *:80>
DocumentRoot /var/www/download.ift-informatik.de
ServerName download.ift-informatik.de
ServerAlias download.12park.de
<Directory />
Options +FollowSymLinks -SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} =download.ift-informatik.de
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /var/www/download.ift-informatik.de
ServerName download.ift-informatik.de
ServerAlias download.ift-informatik.de
<Directory />
Options +FollowSymLinks -SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
allow from all
</Directory>
SSLCertificateFile /etc/letsencrypt/live/download.ift-informatik.de/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/download.ift-informatik.de/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateChainFile /etc/letsencrypt/live/download.ift-informatik.de/chain.pem
</VirtualHost>
</IfModule>