Re: [users@httpd] Information Request | RFC- 7919 Support

2023-09-20 Thread Jeff Cox
unsubscribe On Wed, Sep 20, 2023 at 1:14 PM Will Fatherley wrote: > > It would be very helpful if someone can help in some way or some >> documentation link that gives some more information on RFC-7919 support in >> apache httpd server. >> > > Maybe you’re looking for mod_ssl— > https://httpd.

Re: [users@httpd] [Request received] users Digest 22 Oct 2021 09:35:01 -0000 Issue 6201

2021-10-24 Thread Jeff Cox
from Moon Active. Delivered by Zendesk > <https://www.zendesk.com/support/?utm_campaign=text&utm_content=Moon+Active&utm_medium=poweredbyzendesk&utm_source=email-notification> > [QY7G9E-7EK4] > -- Jeff Cox j...@jeffpcox.com 469.300.1129

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jeff Cox
Try it like this. This is mine except my server name and server alias are reversed. ServerName www.abc.com ServerAlias abc.com Redirect 301 / https://www.abc.com/ -- Jeff Cox j...@jeffpcox.com On Fri, Nov 30, 2018 at 1:40 PM Jack M. Nilles wrote: > I tried adding trail