Hi tell me the location of file, I want change all communication held on 
443 rather then 8140.

On Friday, December 20, 2013 at 7:44:08 PM UTC+5:30, Ramin K wrote:
>
> 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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/9c4a07a5-2d26-4d82-8267-94515e43bb37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to