Re: Mimicking two distinct virtual hosts just like in HTTPd

2021-11-08 Thread Mark Thomas
On 08/11/2021 15:36, Michael Osipov wrote: Folks, consider the following in httpd.conf: Listen {IP}:8443 Listen {IP}:8444 later:   DocumentRoot /www/webapps1   ServerName {hostname}   mod_ssl config...   DocumentRoot /www/webapps2   ServerName {hostname}   mod_ssl config2... The sec

Mimicking two distinct virtual hosts just like in HTTPd

2021-11-08 Thread Michael Osipov
Folks, consider the following in httpd.conf: Listen {IP}:8443 Listen {IP}:8444 later: DocumentRoot /www/webapps1 ServerName {hostname} mod_ssl config... DocumentRoot /www/webapps2 ServerName {hostname} mod_ssl config2... The second virtual host shall deliver only a subset of we