From f94149ae15c8a8bec7f1c81a681c7f187dcb59ee Mon Sep 17 00:00:00 2001 From: Generic Wiki User Date: Wed, 6 Dec 2023 14:48:59 +0000 Subject: [PATCH] bug5931: fixed declaration order in 007-sail-insight; added cnr2023 event --- .../httpd/conf.d/007-sail-insight.conf | 15 +++--- .../httpd/conf.d/cnr2023.sapsailing.com.conf | 1 + configuration/httpd/conf.d/perl.conf.rpmnew | 49 ------------------- configuration/httpd/conf.d/wordpress.conf | 13 ----- 4 files changed, 9 insertions(+), 69 deletions(-) create mode 100644 configuration/httpd/conf.d/cnr2023.sapsailing.com.conf delete mode 100644 configuration/httpd/conf.d/perl.conf.rpmnew delete mode 100644 configuration/httpd/conf.d/wordpress.conf diff --git a/configuration/httpd/conf.d/007-sail-insight.conf b/configuration/httpd/conf.d/007-sail-insight.conf index 43cf92db7e2..8da055c9d15 100644 --- a/configuration/httpd/conf.d/007-sail-insight.conf +++ b/configuration/httpd/conf.d/007-sail-insight.conf @@ -4,6 +4,14 @@ ServerAlias www.sail-insight.com RedirectPermanent / https://sail-insight.com/ + + + 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 + + ServerName sail-insight.com ServerAlias www.sail-insight.com @@ -18,10 +26,3 @@ allow from all - - - 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 - diff --git a/configuration/httpd/conf.d/cnr2023.sapsailing.com.conf b/configuration/httpd/conf.d/cnr2023.sapsailing.com.conf new file mode 100644 index 00000000000..f33d92f10d3 --- /dev/null +++ b/configuration/httpd/conf.d/cnr2023.sapsailing.com.conf @@ -0,0 +1 @@ +Use Event-ARCHIVE cnr2023.sapsailing.com 4e2b2383-ec2c-4a12-ae1d-61ba170b1b6f diff --git a/configuration/httpd/conf.d/perl.conf.rpmnew b/configuration/httpd/conf.d/perl.conf.rpmnew deleted file mode 100644 index 087e6751d98..00000000000 --- a/configuration/httpd/conf.d/perl.conf.rpmnew +++ /dev/null @@ -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 -# -# SetHandler perl-script -# PerlResponseHandler ModPerl::Registry -# PerlOptions +ParseHeaders -# Options +ExecCGI -# - -# 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. -# -# -# SetHandler perl-script -# PerlResponseHandler Apache2::Status -# Order deny,allow -# Deny from all -# Allow from .example.com -# diff --git a/configuration/httpd/conf.d/wordpress.conf b/configuration/httpd/conf.d/wordpress.conf deleted file mode 100644 index 90c998c0369..00000000000 --- a/configuration/httpd/conf.d/wordpress.conf +++ /dev/null @@ -1,13 +0,0 @@ - - ServerName blog.sapsailing.com - Use SSL - CustomLog logs/blog_log combined - DocumentRoot /home/wordpress/wordpress - - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Order allow,deny - allow from all - - -