Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Eric Covener
> mydomain.com.conf: > ... > #ServerName www.example.com This can be problematic, I suggest choosing an explicit ServerName here. Otherwise the systems own hostname is substituted and when you add a later virtualhost with it, it will be unreachable Probably not the culprit right now thoug

Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Paul Claridge
On 03/05/2021 12:34, Eric Covener wrote: I have configured logging in both VH's but requests are appearing in my SSL log and not the (different) localhost (http) log. I think I might be missing something fundamental here about the way localhost is treated? Can you paste the output of apachect

Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Eric Covener
> I have configured logging in both VH's but requests are appearing in my > SSL log and not the (different) localhost (http) log. > > I think I might be missing something fundamental here about the way > localhost is treated? Can you paste the output of apachectl -S and the config for the two ?

[users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Paul Claridge
Esteemed helpers, I have a Ubuntu 20.04 LAMP server running apache2 2.4.41 I have a VirtualHost on 443 with a letsencrypt certificate, and it works fine. I have constructed a page and proved it renders on this VirtualHost. The page displays a bootstrap modal. What I want to do is render that