HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: //etc/apache24/httpd.conf.20190023115718
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log" 
# will be interpreted as '/logs/access_log'.


#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used.  If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
#
ServerRoot "/usr/iports"

#
# Mutex: Allows you to set the mutex mechanism and mutex file directory
# for individual mutexes, or change the global defaults
#
# Uncomment and change the directory if mutexes are file-based and the default
# mutex file directory is not on a local disk or is not appropriate for some
# other reason.
#
Mutex default:/var/run/apache
PidFile /var/run/apache/httpd24.pid

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 83.138.87.173:80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule authn_file_module libexec/apache24/mod_authn_file.so
#LoadModule authn_dbm_module libexec/apache24/mod_authn_dbm.so
#LoadModule authn_anon_module libexec/apache24/mod_authn_anon.so
#LoadModule authn_dbd_module libexec/apache24/mod_authn_dbd.so
#LoadModule authn_socache_module libexec/apache24/mod_authn_socache.so
LoadModule authn_core_module libexec/apache24/mod_authn_core.so
LoadModule authz_host_module libexec/apache24/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache24/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache24/mod_authz_user.so
#LoadModule authz_dbm_module libexec/apache24/mod_authz_dbm.so
#LoadModule authz_owner_module libexec/apache24/mod_authz_owner.so
#LoadModule authz_dbd_module libexec/apache24/mod_authz_dbd.so
LoadModule authz_core_module libexec/apache24/mod_authz_core.so
LoadModule access_compat_module libexec/apache24/mod_access_compat.so
LoadModule auth_basic_module libexec/apache24/mod_auth_basic.so
#LoadModule auth_form_module libexec/apache24/mod_auth_form.so
#LoadModule auth_digest_module libexec/apache24/mod_auth_digest.so
#LoadModule allowmethods_module libexec/apache24/mod_allowmethods.so
#LoadModule file_cache_module libexec/apache24/mod_file_cache.so
#LoadModule cache_module libexec/apache24/mod_cache.so
#LoadModule cache_disk_module libexec/apache24/mod_cache_disk.so
#LoadModule cache_socache_module libexec/apache24/mod_cache_socache.so
LoadModule socache_shmcb_module libexec/apache24/mod_socache_shmcb.so
LoadModule socache_dbm_module libexec/apache24/mod_socache_dbm.so
#LoadModule socache_memcache_module libexec/apache24/mod_socache_memcache.so
#LoadModule macro_module libexec/apache24/mod_macro.so
#LoadModule dbd_module libexec/apache24/mod_dbd.so
#LoadModule dumpio_module libexec/apache24/mod_dumpio.so
#LoadModule buffer_module libexec/apache24/mod_buffer.so
#LoadModule ratelimit_module libexec/apache24/mod_ratelimit.so
LoadModule reqtimeout_module libexec/apache24/mod_reqtimeout.so
#LoadModule ext_filter_module libexec/apache24/mod_ext_filter.so
#LoadModule request_module libexec/apache24/mod_request.so
#LoadModule include_module libexec/apache24/mod_include.so
LoadModule filter_module libexec/apache24/mod_filter.so
#LoadModule substitute_module libexec/apache24/mod_substitute.so
#LoadModule sed_module libexec/apache24/mod_sed.so
LoadModule deflate_module libexec/apache24/mod_deflate.so
LoadModule mime_module libexec/apache24/mod_mime.so
LoadModule log_config_module libexec/apache24/mod_log_config.so
#LoadModule log_debug_module libexec/apache24/mod_log_debug.so
#LoadModule logio_module libexec/apache24/mod_logio.so
LoadModule env_module libexec/apache24/mod_env.so
#LoadModule mime_magic_module libexec/apache24/mod_mime_magic.so
#LoadModule cern_meta_module libexec/apache24/mod_cern_meta.so
LoadModule expires_module libexec/apache24/mod_expires.so
LoadModule headers_module libexec/apache24/mod_headers.so
#LoadModule unique_id_module libexec/apache24/mod_unique_id.so
LoadModule setenvif_module libexec/apache24/mod_setenvif.so
LoadModule version_module libexec/apache24/mod_version.so
#LoadModule remoteip_module libexec/apache24/mod_remoteip.so
#LoadModule proxy_module libexec/apache24/mod_proxy.so
#LoadModule proxy_connect_module libexec/apache24/mod_proxy_connect.so
#LoadModule proxy_ftp_module libexec/apache24/mod_proxy_ftp.so
#LoadModule proxy_http_module libexec/apache24/mod_proxy_http.so
#LoadModule proxy_fcgi_module libexec/apache24/mod_proxy_fcgi.so
#LoadModule proxy_scgi_module libexec/apache24/mod_proxy_scgi.so
#LoadModule proxy_wstunnel_module libexec/apache24/mod_proxy_wstunnel.so
#LoadModule proxy_ajp_module libexec/apache24/mod_proxy_ajp.so
#LoadModule proxy_balancer_module libexec/apache24/mod_proxy_balancer.so
#LoadModule proxy_express_module libexec/apache24/mod_proxy_express.so
#LoadModule session_module libexec/apache24/mod_session.so
#LoadModule session_cookie_module libexec/apache24/mod_session_cookie.so
#LoadModule session_crypto_module libexec/apache24/mod_session_crypto.so
LoadModule ssl_module libexec/apache24/mod_ssl.so
#LoadModule lbmethod_byrequests_module libexec/apache24/mod_lbmethod_byrequests.so
#LoadModule lbmethod_bytraffic_module libexec/apache24/mod_lbmethod_bytraffic.so
#LoadModule lbmethod_bybusyness_module libexec/apache24/mod_lbmethod_bybusyness.so
#LoadModule mpm_worker_module libexec/apache24/mod_mpm_worker.so
LoadModule mpm_event_module libexec/apache24/mod_mpm_event.so
#LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
LoadModule http2_module libexec/apache24/mod_http2.so
LoadModule unixd_module libexec/apache24/mod_unixd.so
LoadModule dav_module libexec/apache24/mod_dav.so
LoadModule status_module libexec/apache24/mod_status.so
LoadModule autoindex_module libexec/apache24/mod_autoindex.so
#LoadModule asis_module libexec/apache24/mod_asis.so
#LoadModule info_module libexec/apache24/mod_info.so
LoadModule suexec_module libexec/apache24/mod_suexec.so
#LoadModule cgid_module libexec/apache24/mod_cgid.so
LoadModule cgi_module libexec/apache24/mod_cgi.so
LoadModule dav_fs_module libexec/apache24/mod_dav_fs.so
#LoadModule anonip_module libexec/apache24/mod_anonip.so
#LoadModule vhost_alias_module libexec/apache24/mod_vhost_alias.so
#LoadModule negotiation_module libexec/apache24/mod_negotiation.so
LoadModule dir_module libexec/apache24/mod_dir.so
#LoadModule imagemap_module libexec/apache24/mod_imagemap.so
#LoadModule actions_module libexec/apache24/mod_actions.so
#LoadModule speling_module libexec/apache24/mod_speling.so
#LoadModule userdir_module libexec/apache24/mod_userdir.so
LoadModule alias_module libexec/apache24/mod_alias.so
LoadModule rewrite_module libexec/apache24/mod_rewrite.so
#
# WARNING - be aware that all mod_php modules are NOT threadsafe.
# WARNING - So mpm_prefork_module must be the only mpm in combination
# WARNING - with mod_php modules
#
# php55
#LoadModule php5_module libexec/apache24/libphp5.so
# php56
#LoadModule php5_module libexec/apache24/libphp56.so
# php70
#LoadModule php7_module libexec/apache24/libphp7.so
# php71
#LoadModule php7_module libexec/apache24/libphp71.so
#

LoadModule fcgid_module libexec/apache24/mod_fcgid.so
LoadModule authnz_external_module libexec/apache24/mod_authnz_external.so

<IfModule fcgid_module>
    FcgidMinProcessesPerClass 0
    FcgidFixPathinfo 1
    FcgidIPCDir /var/run/apache
    FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 500
    FcgidMaxRequestsPerProcess 500
    FcgidMaxRequestLen 536870912
    FcgidBusyTimeout 3600
    FcgidIOTimeout 300
    FcgidConnectTimeout 300
    FcgidOutputBufferSize 0
    <Location />
        AddHandler fcgid-script .php
        Options +ExecCGI -Indexes
        # php55
        #FcgidWrapper /usr/iports/bin/php-cgi
        # php56
        #FcgidWrapper /usr/iports/php56/bin/php-cgi
        # php70
        FcgidWrapper /usr/iports/php70/bin/php-cgi
        # php71
        #FcgidWrapper /usr/iports/php71/bin/php-cgi
    </Location>
</IfModule>

<IfModule http2_module>
    ProtocolsHonorOrder On
    Protocols h2c h2 http/1.1
</IfModule>

# Enable mod_anonip above, if you really(!!) want to anonymize logging
# According to http://www.onlinemarketingrecht.de/2016/01/die-neue-eu-datenschutzgrundverordnung-eu-dsgvo-ein-blick-auf-die-neuregelungen-aus-der-sicht-der-onlinebranche/
# you don't have to anonyimze logging to comply to General Data Protection Regulation (GDPR) (EU) 2016/679
<IfModule mod_anonip.c>
    AnonipMask 2
</IfModule>

<IfModule unixd_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User web
Group vuser

</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin webmaster@salazo.han-solo.net

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName salazo.han-solo.net:80

#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other 
# <Directory> blocks below.
#
<Directory />
    AllowOverride none
    Require all denied
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
# WARNING!
# ...../noexec is a nullfs mount of ...../data with a noexec flag
# So do not(!) change this to ...../data if you don't have an VERY
# important reason as this opens some security risks.
#
# WARNING!
# As we use vhosts, no DocumentRoot entry must be in this main
# section.
#
#


<Directory "/usr/local/www/apache24/noexec">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options -Indexes +FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html index.php index.htm index.php3
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ".ht*">
	Require all denied
	Order allow,deny
	Deny from all
</Files>

<IfModule php5_module>
        AddType application/x-httpd-php-source .phps
#        AddType application/x-httpd-php .php .htm .html
        AddType application/x-httpd-php .php
</IfModule>

<IfModule php7_module>
        AddType application/x-httpd-php-source .phps
#        AddType application/x-httpd-php .php .htm .html
        AddType application/x-httpd-php .php
</IfModule>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "/var/log/apache/httpd-error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
    BufferedLogs On

    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    #CustomLog "/var/log/apache/httpd-access.log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    CustomLog "/var/log/apache/httpd-access.log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "/usr/local/www/apache24/cgi-bin/"

</IfModule>

<IfModule cgid_module>
    #
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #
    #Scriptsock cgisock
</IfModule>

#
# "/usr/local/www/apache24/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/usr/local/www/apache24/cgi-bin">
    AllowOverride None
    Options None -Indexes
    Require all granted
</Directory>

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig /etc/apache24/mime.types

    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For type maps (negotiated resources):
    #AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
</IfModule>

#####################################################
# CONFIGURE media caching & compression
#
<IfModule mod_headers.c>
 Header unset ETag
</IfModule>
FileETag None
<FilesMatch "\.(ico|flv|jpg|jpeg|png|gif|js|css|cssimage)$">
 Header set Cache-Control "max-age=2592000,private,no-transform"
</FilesMatch>
# NEVER CACHE
<FilesMatch "\.(html|htm|php|cgi|pl)$">
Header set Cache-Control "max-age=0,private,no-store,no-cache,must-revalidate"
</FilesMatch>

<IfModule mod_deflate.c>
 SetOutputFilter DEFLATE
 SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
 SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
 SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
 BrowserMatch ^Mozilla/4 gzip-only-text/html
 BrowserMatch ^Mozilla/4\.0[678] no-gzip
 BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
 # Make sure proxies don't deliver the wrong content
 Header append Vary User-Agent env=!dont-vary
</IfModule>
#
#####################################################

#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type.  The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
#MIMEMagicFile etc/apache24/magic

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# MaxRanges: Maximum number of Ranges in a request before
# returning the entire resource, or one of the special
# values 'default', 'none' or 'unlimited'.
# Default setting is to accept 200 Ranges.
#MaxRanges unlimited

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall may be used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted 
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults: EnableMMAP On, EnableSendfile Off
#
#EnableMMAP off
#EnableSendfile on

# Supplemental configuration
#
# The configuration files in the etc/apache24/extra/ directory can be 
# included to add extra features or to modify the default configuration of 
# the server, or you may simply copy their contents here and change as 
# necessary.

# Server-pool management (MPM specific)
Include etc/apache24/extra/httpd-mpm.conf

# Multi-language error messages
#Include etc/apache24/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
#Include etc/apache24/extra/httpd-autoindex.conf

# Language settings
#Include etc/apache24/extra/httpd-languages.conf

# User home directories
#Include etc/apache24/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include etc/apache24/extra/httpd-info.conf

# Virtual hosts
#Include etc/apache24/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include etc/apache24/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include etc/apache24/extra/httpd-dav.conf

# Various default settings
#Include etc/apache24/extra/httpd-default.conf

# Enable z-push
#Include etc/apache24/extra/z-push.conf

# Enable roundcube
Include etc/apache24/extra/roundcube.conf

# Enable phpmyadmin
Include etc/apache24/extra/phpmyadmin.conf

# Enable awstats
Include etc/apache24/extra/awstats.conf

# Enable easytecc
Include etc/apache24/extra/easytecc.conf

# Load environment vars
Include etc/apache24/extra/envvars.conf

# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include etc/apache24/extra/proxy-html.conf
</IfModule>

# Secure (SSL/TLS) connections
<IfModule ssl_module>
Include etc/apache24/extra/httpd-ssl.conf
</IfModule>
#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
#
# uncomment out the below to deal with user agents that deliberately
# violate open standards by misusing DNT (DNT *must* be a specific
# end-user choice)
#
#<IfModule setenvif_module>
#BrowserMatch "MSIE 10.0;" bad_DNT
#</IfModule>
#<IfModule headers_module>
#RequestHeader unset DNT env=bad_DNT
#</IfModule>

Include etc/apache24/Includes/*.conf

# pass mod_rewrite allow letsencrypt
<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteOptions InheritDownBefore
        RewriteCond %{REQUEST_URI} "^\/?\.well-known\/acme-challenge"
        RewriteRule . - [END]
</IfModule>
# pass mod_auth allow letsencrypt
<IfModule mod_auth_basic.c>
        <LocationMatch "^\/?\.well-known\/acme-challenge">
                Satisfy Any
        </LocationMatch>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerName salazo.han-solo.net
DocumentRoot "/usr/local/www/apache24/noexec"
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/(easytecc(4)?|usertool|userdocs|\.well-known)
RewriteCond %{REQUEST_URI} !^/(cgi-bin/easytecc4|index.html|err403.php$)
RewriteCond %{REQUEST_URI} !^/(roundcube|webmail|mysql|phpmyadmin|awstats.*|stats) [NC]
RewriteRule .* - [F]
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:https]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
ErrorDocument 403 /err403.php
</VirtualHost>


<IfModule ssl_module>
</IfModule>



<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/alpen
ServerName www.alpen-urlaub.de
ServerAlias alpen-urlaub.de www.alpen-urlaub.de 
CustomLog /home/web/log/access_log_alpen-urlaub.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.alpen-urlaub.de/awstats/awstats.pl?config=alpen-urlaub.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/alpen
ServerName www.alpen-urlaub.de
ServerAlias alpen-urlaub.de www.alpen-urlaub.de 
CustomLog /home/web/log/access_log_alpen-urlaub.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.alpen-urlaub.de/awstats/awstats.pl?config=alpen-urlaub.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ballenstedt
ServerName www.ballenstedt-harz.de
ServerAlias ballenstedt-harz.de www.ballenstedt-harz.de 
CustomLog /home/web/log/access_log_ballenstedt-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ballenstedt-harz.de/awstats/awstats.pl?config=ballenstedt-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/ballenstedt-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/ballenstedt-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/ballenstedt-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ballenstedt
ServerName www.ballenstedt-harz.de
ServerAlias ballenstedt-harz.de www.ballenstedt-harz.de 
CustomLog /home/web/log/access_log_ballenstedt-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ballenstedt-harz.de/awstats/awstats.pl?config=ballenstedt-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/branchenhits
ServerName www.branchenhits.de
ServerAlias branchenhits.de www.branchenhits.de 
CustomLog /home/web/log/access_log_branchenhits.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.branchenhits.de/awstats/awstats.pl?config=branchenhits.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/branchenhits.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/branchenhits.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/branchenhits.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/branchenhits
ServerName www.branchenhits.de
ServerAlias branchenhits.de www.branchenhits.de 
CustomLog /home/web/log/access_log_branchenhits.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.branchenhits.de/awstats/awstats.pl?config=branchenhits.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/energiebuch
ServerName www.buch-der-energie.de
ServerAlias buch-der-energie.de www.buch-der-energie.de 
CustomLog /home/web/log/access_log_buch-der-energie.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.buch-der-energie.de/awstats/awstats.pl?config=buch-der-energie.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/buch-der-energie.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/buch-der-energie.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/buch-der-energie.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/energiebuch
ServerName www.buch-der-energie.de
ServerAlias buch-der-energie.de www.buch-der-energie.de 
CustomLog /home/web/log/access_log_buch-der-energie.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.buch-der-energie.de/awstats/awstats.pl?config=buch-der-energie.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/erfinderland
ServerName www.deutschland-kein-erfinderland.de
ServerAlias deutschland-kein-erfinderland.de www.deutschland-kein-erfinderland.de 
CustomLog /home/web/log/access_log_deutschland-kein-erfinderland.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.deutschland-kein-erfinderland.de/awstats/awstats.pl?config=deutschland-kein-erfinderland.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/deutschland-kein-erfinderland.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/deutschland-kein-erfinderland.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/deutschland-kein-erfinderland.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/erfinderland
ServerName www.deutschland-kein-erfinderland.de
ServerAlias deutschland-kein-erfinderland.de www.deutschland-kein-erfinderland.de 
CustomLog /home/web/log/access_log_deutschland-kein-erfinderland.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.deutschland-kein-erfinderland.de/awstats/awstats.pl?config=deutschland-kein-erfinderland.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>





<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/elektrolidke
ServerName www.elektro-lidke.de
ServerAlias elektro-lidke.de www.elektro-lidke.de 
CustomLog /home/web/log/access_log_elektro-lidke.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.elektro-lidke.de/awstats/awstats.pl?config=elektro-lidke.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/elektro-lidke.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/elektro-lidke.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/elektro-lidke.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/elektrolidke
ServerName www.elektro-lidke.de
ServerAlias elektro-lidke.de www.elektro-lidke.de 
CustomLog /home/web/log/access_log_elektro-lidke.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.elektro-lidke.de/awstats/awstats.pl?config=elektro-lidke.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fotosharz
ServerName www.foto-vom-harz.de
ServerAlias foto-vom-harz.de www.foto-vom-harz.de 
CustomLog /home/web/log/access_log_foto-vom-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.foto-vom-harz.de/awstats/awstats.pl?config=foto-vom-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/foto-vom-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/foto-vom-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/foto-vom-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fotosharz
ServerName www.foto-vom-harz.de
ServerAlias foto-vom-harz.de www.foto-vom-harz.de 
CustomLog /home/web/log/access_log_foto-vom-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.foto-vom-harz.de/awstats/awstats.pl?config=foto-vom-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gernrode
ServerName www.gernrode-harz.de
ServerAlias gernrode-harz.de www.gernrode-harz.de 
CustomLog /home/web/log/access_log_gernrode-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gernrode-harz.de/awstats/awstats.pl?config=gernrode-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/gernrode-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/gernrode-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/gernrode-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gernrode
ServerName www.gernrode-harz.de
ServerAlias gernrode-harz.de www.gernrode-harz.de 
CustomLog /home/web/log/access_log_gernrode-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gernrode-harz.de/awstats/awstats.pl?config=gernrode-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>





<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin kontakt@harz-ferienwohnung-trautenstein.de
DocumentRoot /usr/local/www/apache24/noexec/fewo-heindorf
ServerName www.harz-ferienwohnung-trautenstein.de
ServerAlias harz-ferienwohnung-trautenstein.de www.harz-ferienwohnung-trautenstein.de 
CustomLog /home/web/log/access_log_harz-ferienwohnung-trautenstein.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-ferienwohnung-trautenstein.de/awstats/awstats.pl?config=harz-ferienwohnung-trautenstein.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/harz-ferienwohnung-trautenstein.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/harz-ferienwohnung-trautenstein.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/harz-ferienwohnung-trautenstein.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin kontakt@harz-ferienwohnung-trautenstein.de
DocumentRoot /usr/local/www/apache24/noexec/fewo-heindorf
ServerName www.harz-ferienwohnung-trautenstein.de
ServerAlias harz-ferienwohnung-trautenstein.de www.harz-ferienwohnung-trautenstein.de 
CustomLog /home/web/log/access_log_harz-ferienwohnung-trautenstein.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-ferienwohnung-trautenstein.de/awstats/awstats.pl?config=harz-ferienwohnung-trautenstein.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/harzgeschichte
ServerName www.harz-geschichte.de
ServerAlias harz-geschichte.de www.harz-geschichte.de 
CustomLog /home/web/log/access_log_harz-geschichte.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-geschichte.de/awstats/awstats.pl?config=harz-geschichte.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/harz-geschichte.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/harz-geschichte.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/harz-geschichte.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/harzgeschichte
ServerName www.harz-geschichte.de
ServerAlias harz-geschichte.de www.harz-geschichte.de 
CustomLog /home/web/log/access_log_harz-geschichte.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-geschichte.de/awstats/awstats.pl?config=harz-geschichte.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin h.heindorf@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/trautenstein
ServerName www.harz-trautenstein.de
ServerAlias harz-trautenstein.de www.harz-trautenstein.de 
CustomLog /home/web/log/access_log_harz-trautenstein.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-trautenstein.de/awstats/awstats.pl?config=harz-trautenstein.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/harz-trautenstein.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/harz-trautenstein.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/harz-trautenstein.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin h.heindorf@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/trautenstein
ServerName www.harz-trautenstein.de
ServerAlias harz-trautenstein.de www.harz-trautenstein.de 
CustomLog /home/web/log/access_log_harz-trautenstein.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-trautenstein.de/awstats/awstats.pl?config=harz-trautenstein.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewoharznet
ServerName www.ferienwohnung-harz.net
ServerAlias ferienwohnung-harz.net www.ferienwohnung-harz.net 
CustomLog /home/web/log/access_log_ferienwohnung-harz.net combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ferienwohnung-harz.net/awstats/awstats.pl?config=ferienwohnung-harz.net
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/ferienwohnung-harz.net/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/ferienwohnung-harz.net/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/ferienwohnung-harz.net/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewoharznet
ServerName www.ferienwohnung-harz.net
ServerAlias ferienwohnung-harz.net www.ferienwohnung-harz.net 
CustomLog /home/web/log/access_log_ferienwohnung-harz.net combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ferienwohnung-harz.net/awstats/awstats.pl?config=ferienwohnung-harz.net
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gleesner
ServerName www.haustechnik-thale.de
ServerAlias haustechnik-thale.de www.haustechnik-thale.de 
CustomLog /home/web/log/access_log_haustechnik-thale.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.haustechnik-thale.de/awstats/awstats.pl?config=haustechnik-thale.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/haustechnik-thale.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/haustechnik-thale.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/haustechnik-thale.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gleesner
ServerName www.haustechnik-thale.de
ServerAlias haustechnik-thale.de www.haustechnik-thale.de 
CustomLog /home/web/log/access_log_haustechnik-thale.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.haustechnik-thale.de/awstats/awstats.pl?config=haustechnik-thale.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugsziele
ServerName www.ausflugsziele-harz.de
ServerAlias ausflugsziele-harz.de www.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ausflugsziele-harz.de/awstats/awstats.pl?config=ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/ausflugsziele-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/ausflugsziele-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/ausflugsziele-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugsziele
ServerName www.ausflugsziele-harz.de
ServerAlias ausflugsziele-harz.de www.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ausflugsziele-harz.de/awstats/awstats.pl?config=ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugsburgen
ServerName www.burgen.ausflugsziele-harz.de
ServerAlias burgen.ausflugsziele-harz.de www.burgen.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_burgen.ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.burgen.ausflugsziele-harz.de/awstats/awstats.pl?config=burgen.ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/burgen.ausflugsziele-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/burgen.ausflugsziele-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/burgen.ausflugsziele-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugsburgen
ServerName www.burgen.ausflugsziele-harz.de
ServerAlias burgen.ausflugsziele-harz.de www.burgen.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_burgen.ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.burgen.ausflugsziele-harz.de/awstats/awstats.pl?config=burgen.ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugswissen
ServerName www.wissenswertes.ausflugsziele-harz.de
ServerAlias wissenswertes.ausflugsziele-harz.de www.wissenswertes.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_wissenswertes.ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.wissenswertes.ausflugsziele-harz.de/awstats/awstats.pl?config=wissenswertes.ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/wissenswertes.ausflugsziele-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/wissenswertes.ausflugsziele-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/wissenswertes.ausflugsziele-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ausflugswissen
ServerName www.wissenswertes.ausflugsziele-harz.de
ServerAlias wissenswertes.ausflugsziele-harz.de www.wissenswertes.ausflugsziele-harz.de 
CustomLog /home/web/log/access_log_wissenswertes.ausflugsziele-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.wissenswertes.ausflugsziele-harz.de/awstats/awstats.pl?config=wissenswertes.ausflugsziele-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hotelthale
ServerName www.hotel-thale.de
ServerAlias hotel-thale.de www.hotel-thale.de 
CustomLog /home/web/log/access_log_hotel-thale.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotel-thale.de/awstats/awstats.pl?config=hotel-thale.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hotel-thale.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hotel-thale.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hotel-thale.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hotelthale
ServerName www.hotel-thale.de
ServerAlias hotel-thale.de www.hotel-thale.de 
CustomLog /home/web/log/access_log_hotel-thale.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotel-thale.de/awstats/awstats.pl?config=hotel-thale.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/varusschlacht
ServerName www.varusschlacht-am-harz.harz-geschichte.de
ServerAlias varusschlacht-am-harz.harz-geschichte.de www.varusschlacht-am-harz.harz-geschichte.de 
CustomLog /home/web/log/access_log_varusschlacht-am-harz.harz-geschichte.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.varusschlacht-am-harz.harz-geschichte.de/awstats/awstats.pl?config=varusschlacht-am-harz.harz-geschichte.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/varusschlacht-am-harz.harz-geschichte.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/varusschlacht-am-harz.harz-geschichte.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/varusschlacht-am-harz.harz-geschichte.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/varusschlacht
ServerName www.varusschlacht-am-harz.harz-geschichte.de
ServerAlias varusschlacht-am-harz.harz-geschichte.de www.varusschlacht-am-harz.harz-geschichte.de 
CustomLog /home/web/log/access_log_varusschlacht-am-harz.harz-geschichte.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.varusschlacht-am-harz.harz-geschichte.de/awstats/awstats.pl?config=varusschlacht-am-harz.harz-geschichte.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>




<IfModule ssl_module>
</IfModule>



<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewo-hirschhausen.de
ServerName www.fewo-hirschhausen.de
ServerAlias fewo-hirschhausen.de www.fewo-hirschhausen.de 
CustomLog /home/web/log/access_log_fewo-hirschhausen.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.fewo-hirschhausen.de/awstats/awstats.pl?config=fewo-hirschhausen.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/fewo-hirschhausen.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/fewo-hirschhausen.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/fewo-hirschhausen.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewo-hirschhausen.de
ServerName www.fewo-hirschhausen.de
ServerAlias fewo-hirschhausen.de www.fewo-hirschhausen.de 
CustomLog /home/web/log/access_log_fewo-hirschhausen.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.fewo-hirschhausen.de/awstats/awstats.pl?config=fewo-hirschhausen.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/bergfeld
ServerName www.gaertnerei-bergfeld.de
ServerAlias gaertnerei-bergfeld.de www.gaertnerei-bergfeld.de 
CustomLog /home/web/log/access_log_gaertnerei-bergfeld.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gaertnerei-bergfeld.de/awstats/awstats.pl?config=gaertnerei-bergfeld.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/gaertnerei-bergfeld.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/gaertnerei-bergfeld.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/gaertnerei-bergfeld.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/bergfeld
ServerName www.gaertnerei-bergfeld.de
ServerAlias gaertnerei-bergfeld.de www.gaertnerei-bergfeld.de 
CustomLog /home/web/log/access_log_gaertnerei-bergfeld.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gaertnerei-bergfeld.de/awstats/awstats.pl?config=gaertnerei-bergfeld.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/vondaak
ServerName www.gaestehaus-von-daak.de
ServerAlias gaestehaus-von-daak.de www.gaestehaus-von-daak.de 
CustomLog /home/web/log/access_log_gaestehaus-von-daak.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gaestehaus-von-daak.de/awstats/awstats.pl?config=gaestehaus-von-daak.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/gaestehaus-von-daak.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/gaestehaus-von-daak.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/gaestehaus-von-daak.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/vondaak
ServerName www.gaestehaus-von-daak.de
ServerAlias gaestehaus-von-daak.de www.gaestehaus-von-daak.de 
CustomLog /home/web/log/access_log_gaestehaus-von-daak.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gaestehaus-von-daak.de/awstats/awstats.pl?config=gaestehaus-von-daak.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewoharzbahn
ServerName www.gasthaus-zur-harzbahn.de
ServerAlias gasthaus-zur-harzbahn.de www.gasthaus-zur-harzbahn.de 
CustomLog /home/web/log/access_log_gasthaus-zur-harzbahn.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gasthaus-zur-harzbahn.de/awstats/awstats.pl?config=gasthaus-zur-harzbahn.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/gasthaus-zur-harzbahn.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/gasthaus-zur-harzbahn.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/gasthaus-zur-harzbahn.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewoharzbahn
ServerName www.gasthaus-zur-harzbahn.de
ServerAlias gasthaus-zur-harzbahn.de www.gasthaus-zur-harzbahn.de 
CustomLog /home/web/log/access_log_gasthaus-zur-harzbahn.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gasthaus-zur-harzbahn.de/awstats/awstats.pl?config=gasthaus-zur-harzbahn.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gfnharz
ServerName www.gfn-harz.de
ServerAlias gfn-harz.de www.gfn-harz.de 
CustomLog /home/web/log/access_log_gfn-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gfn-harz.de/awstats/awstats.pl?config=gfn-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/gfn-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/gfn-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/gfn-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/gfnharz
ServerName www.gfn-harz.de
ServerAlias gfn-harz.de www.gfn-harz.de 
CustomLog /home/web/log/access_log_gfn-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.gfn-harz.de/awstats/awstats.pl?config=gfn-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewogrimm
ServerName www.grimm-ferienwohnung.de
ServerAlias grimm-ferienwohnung.de www.grimm-ferienwohnung.de 
CustomLog /home/web/log/access_log_grimm-ferienwohnung.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.grimm-ferienwohnung.de/awstats/awstats.pl?config=grimm-ferienwohnung.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/grimm-ferienwohnung.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/grimm-ferienwohnung.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/grimm-ferienwohnung.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewogrimm
ServerName www.grimm-ferienwohnung.de
ServerAlias grimm-ferienwohnung.de www.grimm-ferienwohnung.de 
CustomLog /home/web/log/access_log_grimm-ferienwohnung.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.grimm-ferienwohnung.de/awstats/awstats.pl?config=grimm-ferienwohnung.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/indianer
ServerName www.indianer-ranch.de
ServerAlias indianer-ranch.de www.indianer-ranch.de 
CustomLog /home/web/log/access_log_indianer-ranch.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.indianer-ranch.de/awstats/awstats.pl?config=indianer-ranch.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/indianer-ranch.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/indianer-ranch.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/indianer-ranch.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/indianer
ServerName www.indianer-ranch.de
ServerAlias indianer-ranch.de www.indianer-ranch.de 
CustomLog /home/web/log/access_log_indianer-ranch.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.indianer-ranch.de/awstats/awstats.pl?config=indianer-ranch.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>



<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/klettern-harz
ServerName www.klettern-im-harz.de
ServerAlias klettern-im-harz.de www.klettern-im-harz.de 
CustomLog /home/web/log/access_log_klettern-im-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.klettern-im-harz.de/awstats/awstats.pl?config=klettern-im-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/klettern-im-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/klettern-im-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/klettern-im-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/klettern-harz
ServerName www.klettern-im-harz.de
ServerAlias klettern-im-harz.de www.klettern-im-harz.de 
CustomLog /home/web/log/access_log_klettern-im-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.klettern-im-harz.de/awstats/awstats.pl?config=klettern-im-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ostseeurlaubport
ServerName www.ostsee-urlaub-portal.de
ServerAlias ostsee-urlaub-portal.de www.ostsee-urlaub-portal.de 
CustomLog /home/web/log/access_log_ostsee-urlaub-portal.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ostsee-urlaub-portal.de/awstats/awstats.pl?config=ostsee-urlaub-portal.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/ostsee-urlaub-portal.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/ostsee-urlaub-portal.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/ostsee-urlaub-portal.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/ostseeurlaubport
ServerName www.ostsee-urlaub-portal.de
ServerAlias ostsee-urlaub-portal.de www.ostsee-urlaub-portal.de 
CustomLog /home/web/log/access_log_ostsee-urlaub-portal.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ostsee-urlaub-portal.de/awstats/awstats.pl?config=ostsee-urlaub-portal.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/steimecke
ServerName www.steimecke.de
ServerAlias steimecke.de www.steimecke.de 
CustomLog /home/web/log/access_log_steimecke.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.steimecke.de/awstats/awstats.pl?config=steimecke.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/steimecke.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/steimecke.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/steimecke.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/steimecke
ServerName www.steimecke.de
ServerAlias steimecke.de www.steimecke.de 
CustomLog /home/web/log/access_log_steimecke.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.steimecke.de/awstats/awstats.pl?config=steimecke.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/tierheim-qlb
ServerName www.tierheim-quedlinburg.de
ServerAlias tierheim-quedlinburg.de www.tierheim-quedlinburg.de 
CustomLog /home/web/log/access_log_tierheim-quedlinburg.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.tierheim-quedlinburg.de/awstats/awstats.pl?config=tierheim-quedlinburg.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/tierheim-quedlinburg.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/tierheim-quedlinburg.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/tierheim-quedlinburg.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/tierheim-qlb
ServerName www.tierheim-quedlinburg.de
ServerAlias tierheim-quedlinburg.de www.tierheim-quedlinburg.de 
CustomLog /home/web/log/access_log_tierheim-quedlinburg.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.tierheim-quedlinburg.de/awstats/awstats.pl?config=tierheim-quedlinburg.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/wanderreiten
ServerName www.wanderreiten-harz.de
ServerAlias wanderreiten-harz.de www.wanderreiten-harz.de 
CustomLog /home/web/log/access_log_wanderreiten-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.wanderreiten-harz.de/awstats/awstats.pl?config=wanderreiten-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/wanderreiten-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/wanderreiten-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/wanderreiten-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/wanderreiten
ServerName www.wanderreiten-harz.de
ServerAlias wanderreiten-harz.de www.wanderreiten-harz.de 
CustomLog /home/web/log/access_log_wanderreiten-harz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.wanderreiten-harz.de/awstats/awstats.pl?config=wanderreiten-harz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>











<IfModule ssl_module>


<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternalenergy
ServerName www.sternal-energy-tec.de
ServerAlias sternal-energy-tec.de www.sternal-energy-tec.de 
CustomLog /home/web/log/access_log_sternal-energy-tec.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.sternal-energy-tec.de/awstats/awstats.pl?config=sternal-energy-tec.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/sternal-energy-tec.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/sternal-energy-tec.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/sternal-energy-tec.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>



<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternalenergy
ServerName www.sternal-energy-tec.de
ServerAlias sternal-energy-tec.de www.sternal-energy-tec.de 
CustomLog /home/web/log/access_log_sternal-energy-tec.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.sternal-energy-tec.de/awstats/awstats.pl?config=sternal-energy-tec.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:6
#FOR:6
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>




<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/becherer
ServerName www.bedachung-becherer.de
ServerAlias bedachung-becherer.de www.bedachung-becherer.de dachdecker-becherer.de www.dachdecker-becherer.de 
CustomLog /home/web/log/access_log_bedachung-becherer.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.bedachung-becherer.de/awstats/awstats.pl?config=bedachung-becherer.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/bedachung-becherer.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/bedachung-becherer.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/bedachung-becherer.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/becherer
ServerName www.bedachung-becherer.de
ServerAlias bedachung-becherer.de www.bedachung-becherer.de dachdecker-becherer.de www.dachdecker-becherer.de 
CustomLog /home/web/log/access_log_bedachung-becherer.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.bedachung-becherer.de/awstats/awstats.pl?config=bedachung-becherer.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/bodesprung
ServerName www.bodesprung.de
ServerAlias bodesprung.de www.bodesprung.de 
CustomLog /home/web/log/access_log_bodesprung.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.bodesprung.de/awstats/awstats.pl?config=bodesprung.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternalmedia
ServerName www.sternal-media.de
ServerAlias sternal-media.de www.sternal-media.de 
CustomLog /home/web/log/access_log_sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.sternal-media.de/awstats/awstats.pl?config=sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:8
#FOR:8
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/sternal-media.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/sternal-media.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/sternal-media.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternalmedia
ServerName www.sternal-media.de
ServerAlias sternal-media.de www.sternal-media.de 
CustomLog /home/web/log/access_log_sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.sternal-media.de/awstats/awstats.pl?config=sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:8
#FOR:8
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/buchsternal
ServerName www.buch.sternal-media.de
ServerAlias buch.sternal-media.de www.buch.sternal-media.de 
CustomLog /home/web/log/access_log_buch.sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.buch.sternal-media.de/awstats/awstats.pl?config=buch.sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/buch.sternal-media.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/buch.sternal-media.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/buch.sternal-media.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/buchsternal
ServerName www.buch.sternal-media.de
ServerAlias buch.sternal-media.de www.buch.sternal-media.de 
CustomLog /home/web/log/access_log_buch.sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.buch.sternal-media.de/awstats/awstats.pl?config=buch.sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternaldomains
ServerName www.domains.sternal-media.de
ServerAlias domains.sternal-media.de www.domains.sternal-media.de 
CustomLog /home/web/log/access_log_domains.sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.domains.sternal-media.de/awstats/awstats.pl?config=domains.sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/domains.sternal-media.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/domains.sternal-media.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/domains.sternal-media.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/sternaldomains
ServerName www.domains.sternal-media.de
ServerAlias domains.sternal-media.de www.domains.sternal-media.de 
CustomLog /home/web/log/access_log_domains.sternal-media.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.domains.sternal-media.de/awstats/awstats.pl?config=domains.sternal-media.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>



<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewosuedharz
ServerName www.ferienwohnungen-suedharz.de
ServerAlias ferienwohnungen-suedharz.de www.ferienwohnungen-suedharz.de 
CustomLog /home/web/log/access_log_ferienwohnungen-suedharz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ferienwohnungen-suedharz.de/awstats/awstats.pl?config=ferienwohnungen-suedharz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/ferienwohnungen-suedharz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/ferienwohnungen-suedharz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/ferienwohnungen-suedharz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/fewosuedharz
ServerName www.ferienwohnungen-suedharz.de
ServerAlias ferienwohnungen-suedharz.de www.ferienwohnungen-suedharz.de 
CustomLog /home/web/log/access_log_ferienwohnungen-suedharz.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.ferienwohnungen-suedharz.de/awstats/awstats.pl?config=ferienwohnungen-suedharz.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/harzschlehenhof
ServerName www.harz-schlehenhof.de
ServerAlias harz-schlehenhof.de www.harz-schlehenhof.de 
CustomLog /home/web/log/access_log_harz-schlehenhof.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-schlehenhof.de/awstats/awstats.pl?config=harz-schlehenhof.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/php70/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/harz-schlehenhof.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/harz-schlehenhof.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/harz-schlehenhof.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/harzschlehenhof
ServerName www.harz-schlehenhof.de
ServerAlias harz-schlehenhof.de www.harz-schlehenhof.de 
CustomLog /home/web/log/access_log_harz-schlehenhof.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.harz-schlehenhof.de/awstats/awstats.pl?config=harz-schlehenhof.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/php70/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hotelbeutel
ServerName www.hotel-beutel.de
ServerAlias hotel-beutel.de www.hotel-beutel.de 
CustomLog /home/web/log/access_log_hotel-beutel.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotel-beutel.de/awstats/awstats.pl?config=hotel-beutel.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hotel-beutel.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hotel-beutel.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hotel-beutel.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hotelbeutel
ServerName www.hotel-beutel.de
ServerAlias hotel-beutel.de www.hotel-beutel.de 
CustomLog /home/web/log/access_log_hotel-beutel.de combined
Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotel-beutel.de/awstats/awstats.pl?config=hotel-beutel.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteRule . - [E=REDIRECT_DOMAIN:%{HTTP_HOST}]
RewriteRule . - [E=REDIRECT_SCHEME:http]
RewriteCond expr "%{HTTP_HOST} != %{ENV:REDIRECT_DOMAIN} || 'http' != %{ENV:REDIRECT_SCHEME}"
RewriteRule ^\/?(.*)$ %{ENV:REDIRECT_SCHEME}://%{ENV:REDIRECT_DOMAIN}/$1 [R=301,L]
</IfModule>
#POP:1
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>







<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hechtgernrode
ServerName www.hecht-gernrode.de
ServerAlias hecht-gernrode.de www.hecht-gernrode.de 
CustomLog /home/web/log/access_log_hecht-gernrode.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hecht-gernrode.de/awstats/awstats.pl?config=hecht-gernrode.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hecht-gernrode.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hecht-gernrode.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hecht-gernrode.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/hechtgernrode
ServerName www.hecht-gernrode.de
ServerAlias hecht-gernrode.de www.hecht-gernrode.de 
CustomLog /home/web/log/access_log_hecht-gernrode.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hecht-gernrode.de/awstats/awstats.pl?config=hecht-gernrode.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin bi@rettet-das-selketal.de
DocumentRoot /usr/local/www/apache24/noexec/selketal
ServerName www.rettet-das-selketal.de
ServerAlias rettet-das-selketal.de www.rettet-das-selketal.de 
CustomLog /home/web/log/access_log_rettet-das-selketal.de combined


Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.rettet-das-selketal.de/awstats/awstats.pl?config=rettet-das-selketal.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/rettet-das-selketal.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/rettet-das-selketal.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/rettet-das-selketal.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin bi@rettet-das-selketal.de
DocumentRoot /usr/local/www/apache24/noexec/selketal
ServerName www.rettet-das-selketal.de
ServerAlias rettet-das-selketal.de www.rettet-das-selketal.de 
CustomLog /home/web/log/access_log_rettet-das-selketal.de combined


Redirect /webmail /roundcube
Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.rettet-das-selketal.de/awstats/awstats.pl?config=rettet-das-selketal.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>


<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/schobessart
ServerName www.schobess-art.de
ServerAlias schobess-art.de www.schobess-art.de 
CustomLog /home/web/log/access_log_schobess-art.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.schobess-art.de/awstats/awstats.pl?config=schobess-art.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/schobess-art.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/schobess-art.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/schobess-art.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>



<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/schobessart
ServerName www.schobess-art.de
ServerAlias schobess-art.de www.schobess-art.de 
CustomLog /home/web/log/access_log_schobess-art.de combined

Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.schobess-art.de/awstats/awstats.pl?config=schobess-art.de
<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:2
#FOR:2
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin webmaster@hotelcamping-ludwig.de
DocumentRoot /usr/local/www/apache24/noexec/hotelcamping-ludwig
ServerName www.hotelcamping-ludwig.de
ServerAlias hotelcamping-ludwig.de www.hotelcamping-ludwig.de 
CustomLog /home/web/log/access_log_hotelcamping-ludwig.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotelcamping-ludwig.de/awstats/awstats.pl?config=hotelcamping-ludwig.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hotelcamping-ludwig.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hotelcamping-ludwig.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hotelcamping-ludwig.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin webmaster@hotelcamping-ludwig.de
DocumentRoot /usr/local/www/apache24/noexec/hotelcamping-ludwig
ServerName www.hotelcamping-ludwig.de
ServerAlias hotelcamping-ludwig.de www.hotelcamping-ludwig.de 
CustomLog /home/web/log/access_log_hotelcamping-ludwig.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hotelcamping-ludwig.de/awstats/awstats.pl?config=hotelcamping-ludwig.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin info@hydrotaurus.at
DocumentRoot /usr/local/www/apache24/noexec/hydrotaurus
ServerName www.hydrotaurus.at
ServerAlias hydrotaurus.at www.hydrotaurus.at 
CustomLog /home/web/log/access_log_hydrotaurus.at combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hydrotaurus.at/awstats/awstats.pl?config=hydrotaurus.at

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:5
#FOR:5
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hydrotaurus.at/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hydrotaurus.at/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hydrotaurus.at/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin info@hydrotaurus.at
DocumentRoot /usr/local/www/apache24/noexec/hydrotaurus
ServerName www.hydrotaurus.at
ServerAlias hydrotaurus.at www.hydrotaurus.at 
CustomLog /home/web/log/access_log_hydrotaurus.at combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hydrotaurus.at/awstats/awstats.pl?config=hydrotaurus.at

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:5
#FOR:5
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin info@hydrotaurus.at
DocumentRoot /usr/local/www/apache24/noexec/hydrotaurus_com
ServerName www.hydrotaurus.com
ServerAlias hydrotaurus.com www.hydrotaurus.com 
CustomLog /home/web/log/access_log_hydrotaurus.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hydrotaurus.com/awstats/awstats.pl?config=hydrotaurus.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/hydrotaurus.com/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/hydrotaurus.com/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/hydrotaurus.com/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin info@hydrotaurus.at
DocumentRoot /usr/local/www/apache24/noexec/hydrotaurus_com
ServerName www.hydrotaurus.com
ServerAlias hydrotaurus.com www.hydrotaurus.com 
CustomLog /home/web/log/access_log_hydrotaurus.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.hydrotaurus.com/awstats/awstats.pl?config=hydrotaurus.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin webmaster@mts-richter.de
DocumentRoot /usr/local/www/apache24/noexec/mts-richter
ServerName www.mts-richter.de
ServerAlias mts-richter.de www.mts-richter.de 
CustomLog /home/web/log/access_log_mts-richter.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.mts-richter.de/awstats/awstats.pl?config=mts-richter.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/mts-richter.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/mts-richter.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/mts-richter.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin webmaster@mts-richter.de
DocumentRoot /usr/local/www/apache24/noexec/mts-richter
ServerName www.mts-richter.de
ServerAlias mts-richter.de www.mts-richter.de 
CustomLog /home/web/log/access_log_mts-richter.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.mts-richter.de/awstats/awstats.pl?config=mts-richter.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin webmaster@vier-jahreszeiten-harz.de
DocumentRoot /usr/local/www/apache24/noexec/vierjahreszeiten
ServerName www.vier-jahreszeiten-harz.de
ServerAlias vier-jahreszeiten-harz.de www.vier-jahreszeiten-harz.de 
CustomLog /home/web/log/access_log_vier-jahreszeiten-harz.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.vier-jahreszeiten-harz.de/awstats/awstats.pl?config=vier-jahreszeiten-harz.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/vier-jahreszeiten-harz.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/vier-jahreszeiten-harz.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/vier-jahreszeiten-harz.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin webmaster@vier-jahreszeiten-harz.de
DocumentRoot /usr/local/www/apache24/noexec/vierjahreszeiten
ServerName www.vier-jahreszeiten-harz.de
ServerAlias vier-jahreszeiten-harz.de www.vier-jahreszeiten-harz.de 
CustomLog /home/web/log/access_log_vier-jahreszeiten-harz.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.vier-jahreszeiten-harz.de/awstats/awstats.pl?config=vier-jahreszeiten-harz.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:1
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/bueckemuehle
ServerName www.bueckemuehle.de
ServerAlias bueckemuehle.de www.bueckemuehle.de 
CustomLog /home/web/log/access_log_bueckemuehle.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.bueckemuehle.de/awstats/awstats.pl?config=bueckemuehle.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/alpenwordpress
ServerName www.alpen-urlaub.com
ServerAlias alpen-urlaub.com www.alpen-urlaub.com 
CustomLog /home/web/log/access_log_alpen-urlaub.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.alpen-urlaub.com/awstats/awstats.pl?config=alpen-urlaub.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.com/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.com/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/alpen-urlaub.com/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/alpenwordpress
ServerName www.alpen-urlaub.com
ServerAlias alpen-urlaub.com www.alpen-urlaub.com 
CustomLog /home/web/log/access_log_alpen-urlaub.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.alpen-urlaub.com/awstats/awstats.pl?config=alpen-urlaub.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>



<IfModule ssl_module>
</IfModule>


<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/open-the-door
ServerName www.open-the-door.com
ServerAlias open-the-door.com www.open-the-door.com 
CustomLog /home/web/log/access_log_open-the-door.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.open-the-door.com/awstats/awstats.pl?config=open-the-door.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/open-the-door.com/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/open-the-door.com/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/open-the-door.com/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/open-the-door
ServerName www.open-the-door.com
ServerAlias open-the-door.com www.open-the-door.com 
CustomLog /home/web/log/access_log_open-the-door.com combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.open-the-door.com/awstats/awstats.pl?config=open-the-door.com

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin webmaster@druckvorschau.sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/druckvorschau
ServerName www.druckvorschau.sternal-media.de
ServerAlias druckvorschau.sternal-media.de www.druckvorschau.sternal-media.de 




Alias /mysql /usr/local/www/phpMyAdmin


<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/druckvorschau.sternal-media.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/druckvorschau.sternal-media.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/druckvorschau.sternal-media.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin webmaster@druckvorschau.sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/druckvorschau
ServerName www.druckvorschau.sternal-media.de
ServerAlias druckvorschau.sternal-media.de www.druckvorschau.sternal-media.de 




Alias /mysql /usr/local/www/phpMyAdmin


<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<IfModule ssl_module>
<VirtualHost 83.138.87.173:443>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/borre-meyer-gbr
ServerName www.borre-meyer-gbr.de
ServerAlias borre-meyer-gbr.de www.borre-meyer-gbr.de 
CustomLog /home/web/log/access_log_borre-meyer-gbr.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.borre-meyer-gbr.de/awstats/awstats.pl?config=borre-meyer-gbr.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/php70/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
SSLEngine on
SSLCertificateFile /usr/iports/etc/letsencrypt/live/borre-meyer-gbr.de/cert.pem
SSLCertificateKeyFile /usr/iports/etc/letsencrypt/live/borre-meyer-gbr.de/privkey.pem
SSLCertificateChainFile /usr/iports/etc/letsencrypt/live/borre-meyer-gbr.de/chain.pem
Header always set Strict-Transport-Security "max-age=15768000"
<Files ~ ".(cgi|shtml|pl|php)$">
	SSLOptions +StdEnvVars
</Files>
</VirtualHost>
</IfModule>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/borre-meyer-gbr
ServerName www.borre-meyer-gbr.de
ServerAlias borre-meyer-gbr.de www.borre-meyer-gbr.de 
CustomLog /home/web/log/access_log_borre-meyer-gbr.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.borre-meyer-gbr.de/awstats/awstats.pl?config=borre-meyer-gbr.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/php70/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:1
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>

<VirtualHost 83.138.87.173:80>
ServerAdmin s.sternal@sternal-media.de
DocumentRoot /usr/local/www/apache24/noexec/alte-strassenmeisterei
ServerName www.alte-strassenmeisterei.de
ServerAlias alte-strassenmeisterei.de www.alte-strassenmeisterei.de 
CustomLog /home/web/log/access_log_alte-strassenmeisterei.de combined



Alias /mysql /usr/local/www/phpMyAdmin
Redirect /stats http://www.alte-strassenmeisterei.de/awstats/awstats.pl?config=alte-strassenmeisterei.de

<IfModule fcgid_module>
<Location />
FcgidWrapper /usr/iports/php70/bin/php-cgi
</Location>
</IfModule>
#POP:0
#FOR:0
#AUT:0
#QUOT:100000
#CUSTOM_TAG:
#ADMIN_USERS:
</VirtualHost>