bug5931: fixed declaration order in 007-sail-insight; added cnr2023 event

This commit is contained in:
Generic Wiki User
2023-12-06 14:48:59 +00:00
parent dfa9c49da9
commit f94149ae15
4 changed files with 9 additions and 69 deletions
@@ -4,6 +4,14 @@
ServerAlias www.sail-insight.com
RedirectPermanent / https://sail-insight.com/
</VirtualHost>
<Macro SSL-sail-insight>
SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/sail-insight.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sail-insight.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/sail-insight.com/fullchain.pem
</Macro>
<VirtualHost *:443>
ServerName sail-insight.com
ServerAlias www.sail-insight.com
@@ -18,10 +26,3 @@
allow from all
</Directory>
</VirtualHost>
<Macro SSL-sail-insight>
SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/sail-insight.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sail-insight.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/sail-insight.com/fullchain.pem
</Macro>
@@ -0,0 +1 @@
Use Event-ARCHIVE cnr2023.sapsailing.com 4e2b2383-ec2c-4a12-ae1d-61ba170b1b6f
@@ -1,49 +0,0 @@
LoadModule perl_module modules/mod_perl.so
#
# Mod_perl incorporates a Perl interpreter into the Apache web server,
# so that the Apache web server can directly execute Perl code.
# Mod_perl links the Perl runtime library into the Apache web server
# and provides an object-oriented Perl interface for Apache's C
# language API. The end result is a quicker CGI script turnaround
# process, since no external Perl interpreter has to be started.
#
# Uncomment this line to globally enable warnings, which will be
# written to the server's error log. Warnings should be enabled
# during the development process, but should be disabled on a
# production server as they affect performance.
#
#PerlSwitches -w
# Uncomment this line to enable taint checking globally. When Perl is
# running in taint mode various checks are performed to reduce the
# risk of insecure data being passed to a subshell or being used to
# modify the filesystem. Unfortunately many Perl modules are not
# taint-safe, so you should exercise care before enabling it on a
# production server.
#
#PerlSwitches -T
# This will allow execution of mod_perl to compile your scripts to
# subroutines which it will execute directly, avoiding the costly
# compile process for most requests.
#
#Alias /perl /var/www/perl
#<Directory /var/www/perl>
# SetHandler perl-script
# PerlResponseHandler ModPerl::Registry
# PerlOptions +ParseHeaders
# Options +ExecCGI
#</Directory>
# This will allow remote server configuration reports, with the URL of
# http://servername/perl-status
# Change the ".example.com" to match your domain to enable.
#
#<Location /perl-status>
# SetHandler perl-script
# PerlResponseHandler Apache2::Status
# Order deny,allow
# Deny from all
# Allow from .example.com
#</Location>
-13
View File
@@ -1,13 +0,0 @@
<VirtualHost *:443>
ServerName blog.sapsailing.com
Use SSL
CustomLog logs/blog_log combined
DocumentRoot /home/wordpress/wordpress
<Directory /home/wordpress/wordpress>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>