On 12/20/2013 6:05 AM, Alex wrote:
Hi,

we want to migrate our puppet master to run on 443 rather than on 8140.
We use Apache and Passenger.

To gracefully migrate, I want to setup two vhosts and host puppet on
both ports for a short period of time. I know how to setup the vhosts
but I am not sure whether the Puppet master stays stable in such a setup.

Are there any issues hosting the Puppet master in two Vhosts on the same
Apache2 server?

Thanks,
Alex

Only downside I can see is running more Rack processes than needed because Passenger sees each vhost as a separate app.

You might also try something like the following in your vhost config.

Listen 443
Listen 8140
<VirtualHost *:443 *:8140>

Ramin

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/52B450B0.8000007%40badapple.net.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to