Bugzilla – Attachment 46752 Details for
Bug 15303
Letsencrypt option for Debian package installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15303 Followup: apache port 80 servername/alias and typo
Bug-15303-Followup-apache-port-80-servernamealias-.patch (text/plain), 1.54 KB, created by
Mirko Tietgen
on 2016-01-16 23:42:21 UTC
(
hide
)
Description:
Bug 15303 Followup: apache port 80 servername/alias and typo
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-01-16 23:42:21 UTC
Size:
1.54 KB
patch
obsolete
>From c6c3d3bf65d57299dacdfb5b279824b913a9d264 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Sun, 17 Jan 2016 00:41:07 +0100 >Subject: [PATCH] Bug 15303 Followup: apache port 80 servername/alias and typo > >--- > debian/docs/koha-create.xml | 2 +- > debian/templates/apache-site-https.conf.in | 8 +++++--- > 2 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml >index ad78f87..a485ba8 100644 >--- a/debian/docs/koha-create.xml >+++ b/debian/docs/koha-create.xml >@@ -180,7 +180,7 @@ > <varlistentry> > <term><option>--letsencrypt</option></term> > <listitem> >- <para>Set up a https-only website with letsencrypt cerificates</para> >+ <para>Set up a https-only website with letsencrypt certificates</para> > </listitem> > </varlistentry> > >diff --git a/debian/templates/apache-site-https.conf.in b/debian/templates/apache-site-https.conf.in >index a5c28f0..44a4fc8 100644 >--- a/debian/templates/apache-site-https.conf.in >+++ b/debian/templates/apache-site-https.conf.in >@@ -2,9 +2,11 @@ > > # redirect http to https > #<VirtualHost *:80> #nohttps >-# RewriteEngine On #nohttps >-# RewriteCond %{HTTPS} !=on #nohttps >-# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps >+# ServerName __OPACSERVER__ #nohttps >+# ServerAlias __INTRASERVER__ #nohttps >+# RewriteEngine On #nohttps >+# RewriteCond %{HTTPS} !=on #nohttps >+# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps > #</VirtualHost> #nohttps > > # OPAC >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15303
:
45397
|
45399
|
45400
|
45402
|
45404
|
45408
|
45409
|
45414
|
45415
|
46116
|
46117
|
46118
|
46617
|
46742
|
46745
|
46746
|
46747
|
46748
|
46749
|
46750
|
46751
|
46752
|
49470
|
49471
|
50215
|
50216
|
50271
|
50283
|
50287
|
50307
|
50308
|
50309
|
50310
|
50311
|
50312
|
50313
|
50324