| 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 : /home/bobovsky/ |
Upload File : |
<VirtualHost *:80>
ServerName vps5.backend.sk
DocumentRoot /var/www/vps5
# prepisovacie pravidlo na https
RewriteEngine on
RewriteRule ^ https://vps5.backend.sk%{REQUEST_URI} [L,R=301]
</VirtualHost>
<VirtualHost *:443>
ServerName vps5.backend.sk
SSLCertificateFile /etc/letsencrypt/live/vps5.backend.sk/cert.pem
SSLCertificateChainFile /etc/letsencrypt/live/vps5.backend.sk/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/vps5.backend.sk/privkey.pem
SSLEngine on
# HSTS
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
#Header always set X-Frame-Options DENY
DocumentRoot /var/www/vps5
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory "/var/www/vps5">
allow from all
Options +Indexes
</Directory>
Alias /munin /var/cache/munin/www
# Enable this for cgi-based templates
Alias /munin-cgi/static /var/cache/munin/www/static
<Directory /var/cache/munin/www>
Order allow,deny
# Allow from localhost 127.0.0.0/8 ::1
Allow from all
Options None
Require all granted
# This file can be used as a .htaccess file, or a part of your apache
# config file.
#
# For the .htaccess file option to work the munin www directory
# (/var/cache/munin/www) must have "AllowOverride all" or something
# close to that set.
#
# AuthUserFile /etc/munin/munin-htpasswd
# AuthName "Munin"
# AuthType Basic
# require valid-user
# This next part requires mod_expires to be enabled.
#
# Set the default expiration time for files to 5 minutes 10 seconds from
# their creation (modification) time. There are probably new files by
# that time.
#
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault M310
</IfModule>
</Directory>
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
<Location /munin-cgi/munin-cgi-graph>
Order allow,deny
Allow from all
Options None
Require all granted
<IfModule mod_fcgid.c>
SetHandler fcgid-script
</IfModule>
<IfModule !mod_fcgid.c>
SetHandler cgi-script
</IfModule>
</Location>
</VirtualHost>