Page 1 of 1

Move Profound to a Virtual host under existing instance

Posted: Fri Oct 07, 2022 3:04 pm
by dougmatthews47
Hello,

Was reading through some of the posts regarding SSL on profound and did not see my situation.
Currently:
We have profound on its own instance using default port 8080
We have three virtual hosts under an instance listening on 443 using different host names and a cert with SANs

I would like to move profound to an additional virtual host under the current instance using its own host name that is defined in the Cert's SAN listening on 443

Is this possible with keeping the original instance on 8080?
Was thinking about just copying the profound config to another Virtual Host on our existing instance. (But this seems too simple to actually work)

<VirtualHost *:443>
ServerName profound.mydomain.com
...
...
</VirtualHost>