# Virtual Hosts
#
# Required modules: mod_log_config
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
#
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ##ServerName or ##ServerAlias in any block.
#
##
##ServerAdmin webmaster@dummy-host.example.com
##DocumentRoot "C:/xampp/htdocs/dummy-host.example.com"
##ServerName dummy-host.example.com
##ServerAlias www.dummy-host.example.com
##ErrorLog "logs/dummy-host.example.com-error.log"
##CustomLog "logs/dummy-host.example.com-access.log" common
##
##
##ServerAdmin webmaster@dummy-host2.example.com
##DocumentRoot "C:/xampp/htdocs/dummy-host2.example.com"
##ServerName dummy-host2.example.com
##ErrorLog "logs/dummy-host2.example.com-error.log"
##CustomLog "logs/dummy-host2.example.com-access.log" common
##
DocumentRoot "c:/xampp/htdocs"
ServerName 85.9.62.212
DocumentRoot "c:/xampp/htdocs/kptv/3gs2"
ServerName glass-pics.3ss.tv
DocumentRoot "c:/xampp/htdocs/landing"
ServerName landing.kptv.ro
DocumentRoot "c:/xampp/htdocs/landing"
ServerName news.kptv.ro
DocumentRoot "c:/xampp/htdocs/kptv"
ServerName testsite.kptv.ro
DocumentRoot "c:/xampp/htdocs/kptv2"
ServerName testsite2.kptv.ro
# === testsite2.kptv.ro HTTPS ===
ServerName testsite2.kptv.ro
DocumentRoot "C:/xampp/htdocs/kptv2"
Alias /.well-known/acme-challenge/ "C:/xampp/htdocs/kptv2/.well-known/acme-challenge/"
Options None
AllowOverride None
Require all granted
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L]
ErrorLog "logs/testsite2.kptv.ro-error.log"
CustomLog "logs/testsite2.kptv.ro-access.log" common
ServerName testsite2.kptv.ro
DocumentRoot "C:/xampp/htdocs/kptv2"
Options Indexes FollowSymLinks Includes
AllowOverride All
Require all granted
SSLEngine on
SSLCertificateFile "C:/win-acme/certs/testsite2.kptv.ro-chain.pem"
SSLCertificateKeyFile "C:/win-acme/certs/testsite2.kptv.ro-key.pem"
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
SSLHonorCipherOrder off
SSLSessionTickets off
Header always set Strict-Transport-Security "max-age=15768000"
Header always set X-Content-Type-Options "nosniff"
Header always set Referrer-Policy "strict-origin-when-cross-origin"
ErrorLog "logs/testsite2.kptv.ro-ssl-error.log"
CustomLog "logs/testsite2.kptv.ro-ssl-access.log" combined
x
Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586