Subject: The mailing list for listmasters using Sympa
List archive
- From: David Verdin <address@concealed>
- To: address@concealed
- Subject: Re: [sympa-users] using https
- Date: Thu, 8 Oct 2015 15:54:14 +0200
|
Hi, Warren is right: Sympa is just a receptor. It dosn't care which port you use. Apache does all the work. This configuration redirects anything from 80 to 443. Note that this is a "Sympa only" configuration, i.e. for a server that only runs Sympa. Is you have other rules, there could be some concurrency between rules involved. Try it and tell us if it works. RewriteEngine On RewriteCond %{REQUEST_URI} !^/static-sympa RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*) https://%{SERVER_NAME}$1 [QSA,R=301,L] RewriteRule ^/?$ https://%{SERVER_NAME}/sympa [QSA,R=301,L] Alias /static-sympa /usr/local/sympa/static_content Regards, David Le 05/10/2015 21:37, John Sweeney a
écrit :
address@concealed"> --
A bug in Sympa? Quick! To the bug tracker!
| ||||||
Attachment:
smime.p7s
Description: Signature cryptographique S/MIME
-
[sympa-users] using https,
johns, 08/16/2022
-
Message not available
-
Re: [sympa-users] using https,
John Sweeney, 10/05/2015
-
Re: [sympa-users] using https,
David Verdin, 10/08/2015
- Re: [sympa-users] using https, John Sweeney, 10/13/2015
- Re: [sympa-users] using https, John Sweeney, 10/13/2015
- Re: [sympa-users] using https, John Sweeney, 10/13/2015
- Re: [sympa-users] using https, John Sweeney, 10/13/2015
- Re: [sympa-users] using https, John Sweeney, 10/15/2015
-
Re: [sympa-users] using https,
David Verdin, 10/08/2015
-
Re: [sympa-users] using https,
John Sweeney, 10/05/2015
-
Message not available
Archive powered by MHonArc 2.6.19+.
