Re: [users@httpd] config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread Eric Covener
On Fri, Jun 30, 2023 at 5:49 AM David Balazic wrote: > > Hi! > > How does apache httpd 2.4 handle multiple VirtualHost directives for the same > address ? There is no virtual host merging. It should be a simple test. - To unsub

[users@httpd] config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread David Balazic
Hi! How does apache httpd 2.4 handle multiple VirtualHost directives for the same address ? For example: SSLCertificateFile "${SRVROOT}/conf/server.crt" # ... DocumentRoot "/www/docs/host.example.com" # ... Are the settings merged, as if written like this: SSLCertificateFile