| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/sites-enabled/ |
Upload File : |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName vps6.backend.sk
DocumentRoot /var/www/vps6
# prepisovacie pravidlo na https
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =vps6.backend.sk
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
Include /etc/munin/apache24.conf
SSLCertificateFile /etc/letsencrypt/live/vps6.backend.sk/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/vps6.backend.sk/privkey.pem
# pokus session na 1 den .. len ako ukazka ale treba aj do /etc/php/8.4/fpm/conf.d/99-bbo.ini bo cron tam hlada
SetEnv PHP_VALUE "session.gc_maxlifetime= 86400"
</VirtualHost>
</IfModule>