Re: help for DNS queries

2019-08-06 Thread tomcat
On 06.08.2019 03:32, Paulina wrote: On Mon, Aug 5, 2019, at 06:50, Paulina wrote: I have been using a cloud host, it seems I have a unnormal DNS resolver entry: And what exactly is unnormal in: nameserver 127.0.0.53 options edns0 ??? Sorry my mistake. After checking the documents

Re: help for DNS queries

2019-08-06 Thread Patrick Mevzek
On Mon, Aug 5, 2019, at 20:32, Paulina wrote: > > On Mon, Aug 5, 2019, at 06:50, Paulina wrote: > >> > >> I have been using a cloud host, it seems I have a unnormal DNS resolver > >> entry: > > > > And what exactly is unnormal in: > > > >> nameserver 127.0.0.53 > >> options edns0 > > > > ???

Re: How to get “my” VHOST in code executed by PerPostConfigRequire?

2019-08-06 Thread John Dunlap
We do it with PerlSetVar: PerlSetVar vhost MY_COOL_SITE On Mon, Aug 5, 2019 at 1:19 PM Thorsten Schöning wrote: > Hi all, > > I'm hosting multiple instances of the same web app in different > versions using the same instance of HTTPd and one VHOST per > instance/version of web app currently. I