[users@httpd] High availability vhosting WAS Re: [users@httpd] Dynamic vhost config?

2022-01-10 Thread Felipe Gasper
> On Jan 8, 2022, at 10:01, Eric Covener wrote: > > On Sat, Jan 8, 2022 at 9:49 AM Felipe Gasper wrote: >> >> Hi all, >> >> Are there any existing httpd modules that allow for fully dynamic vhost >> configurations via LDAP or some other query mechani

[users@httpd] Dynamic vhost config?

2022-01-08 Thread Felipe Gasper
Hi all, Are there any existing httpd modules that allow for fully dynamic vhost configurations via LDAP or some other query mechanism? Kind of like mod_vhost_alias, but instead of looking on disk it would query a socket? If not, is such a thing possible to write via httpd’s existing plugin

[users@httpd] 421 when SNI mismatches Host

2020-05-08 Thread Felipe Gasper
, then, unable to use httpd as a backend? Is there a configuration option to tell httpd to serve such mismatched requests? Thank you! cheers, -Felipe Gasper - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] mod_proxy and 404

2017-05-15 Thread Felipe Gasper
> On 15 May 2017, at 11:13 AM, Eric Covener <cove...@gmail.com> wrote: > > On Mon, May 15, 2017 at 11:06 AM, Felipe Gasper <fel...@felipegasper.com> > wrote: >>I’m noticing that mod_proxy sends its entire payload upstream without >> checking for

[users@httpd] mod_proxy and 404

2017-05-15 Thread Felipe Gasper
; they see the response and forward it as expected. Is this a bug in mod_proxy? -Felipe Gasper Mississauga, ON - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] SNI SSL per domain?

2016-09-08 Thread Felipe Gasper
mation a bit not to need the restart. -FG > -- > > With Best Regards, > Marat Khalili > > On 08/09/16 06:04, Felipe Gasper wrote: >>> On 7 Sep 2016, at 9:43 PM, Marat Khalili <m...@rqc.ru> wrote: >>> >>> Did you consider having two instances

Re: [users@httpd] SNI SSL per domain?

2016-09-07 Thread Felipe Gasper
in name; there’s no configuration besides filesystem setup. It works beautifully and requires no restart of the server to add/remove/update certificates. -FG > -- > > With Best Regards, > Marat Khalili > > On September 8, 2016 3:03:35 AM GMT+03:00, Felipe Gasper > <f

Re: [users@httpd] SNI SSL per domain?

2016-09-07 Thread Felipe Gasper
> common.conf: > > ... > ... > --- > > > ServerName foo.tld > > SSLCertificateFile foo.pem > > Include common.con > > > ServerName bar.tld > > SSLCertificateFile bar.pem > > Include common.con > > > >> Am 03.02.2016 um 11:45 schrieb Felipe Gasper &

Re: [users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
> > On 15 Jul 2016, at 3:11 PM, Felipe Gasper <fel...@felipegasper.com> wrote: >> >> Hi all, >> >> The following rules: >> >> --- >> RewriteRule ^never-redirect - [L] >> >> RewriteRule ^(.*) http://target-dom

Re: [users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
On 15 Jul 2016, at 3:11 PM, Felipe Gasper <fel...@felipegasper.com> wrote: > > Hi all, > > The following rules: > > --- > RewriteRule ^never-redirect - [L] > > RewriteRule ^(.*) http://target-domain.com/$1 > --- > > … don’t

[users@httpd] mod_rewrite — general exemption

2016-07-15 Thread Felipe Gasper
mod_rewrite? Thanks! -Felipe Gasper Houston, TX - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] SNI SSL per domain?

2016-02-03 Thread Felipe Gasper
name. On Feb 1, 2016 11:21 AM, "Felipe Gasper" <fel...@felipegasper.com <mailto:fel...@felipegasper.com>> wrote: On 1 Feb 2016 12:16 PM, Oscar Knorn wrote: On 2016/02/01 Felipe Gasper wrote: Hello, Is it possible to do SNI SSL

[users@httpd] SNI SSL per domain?

2016-02-01 Thread Felipe Gasper
Hello, Is it possible to do SNI SSL per domain rather than per vhost? If not, is there a feature request in for this? Thank you! -Felipe Gasper Houston, TX - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] SNI SSL per domain?

2016-02-01 Thread Felipe Gasper
On 1 Feb 2016 12:16 PM, Oscar Knorn wrote: On 2016/02/01 Felipe Gasper wrote: Hello, Is it possible to do SNI SSL per domain rather than per vhost? If not, is there a feature request in for this? Thank you! -Felipe Gasper Houston, TX