Hi, is there some easy way to make the puppet dashboard web-server to listen only on the loopback interface? if I want to run it behind apache (to provide authentication) I don''t want to have it bound to all interface but only to the loopback and pass the requests through the proxy. cheers Antony. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Meier
2010-Jul-13 05:50 UTC
Re: [Puppet Users] change puppet dashboard listen interfac
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1> is there some easy way to make the puppet dashboard web-server to listen only on > the loopback interface? if I want to run it behind apache (to provide > authentication) I don''t want to have it bound to all interface but only to the > loopback and pass the requests through the proxy.The best thing is that you probably look at how to run a rails application behind an apache, as that''s what the dashboard is. So you either look how to run (multiple) mongrel instances of dashboard behind apache, or the easiest way: you deploy dashboard with passenger. cheers pete -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkw7/pAACgkQbwltcAfKi38tagCgqpLYlYqoQVYZq/DCLcaIaC8K b4cAoKD+6cGuyrJdzVhxXlpotFBJfc5s =r5S1 -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.