Re: httpd - conditional redirects

2021-04-28 Thread gwes
On 4/28/21 8:45 PM, theni...@gmail.com wrote: Hope I'm putting this in the appropriate mailing list. A minor (I hope) potential feature request for httpd: I wish to redirect clients not from a certain IP (e.g. my public IP at home) to a different location, temporarily. The purpose of this is

Re: httpd - conditional redirects

2021-04-28 Thread ITwrx
On 4/28/21 7:45 PM, theni...@gmail.com wrote: > Hope I'm putting this in the appropriate mailing list. > > A minor (I hope) potential feature request for httpd: > > I wish to redirect clients not from a certain IP (e.g. my public IP at > home) to a different location, temporarily. The purpose of th

Re: httpd - conditional redirects

2021-04-28 Thread Tim Baumgard
On Wed, Apr 28, 2021 at 7:50 PM wrote: > > . > > redirect [not] to > > I could then accomplish what I want using two location blocks: > > location match "^/maintenance.html$" { >root "/htdocs/example.com/maintenance" > } > location match ".*" { >redirect not my.ho.me.ip to scheme://h

httpd - conditional redirects

2021-04-28 Thread thenisto
Hope I'm putting this in the appropriate mailing list. A minor (I hope) potential feature request for httpd: I wish to redirect clients not from a certain IP (e.g. my public IP at home) to a different location, temporarily. The purpose of this is to allow setting up a "maintenance" page so that