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

2023-06-30 Thread David Balazic
From: Marc Sent: Friday, 30 June 2023 13:00 > > 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

[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