On Fri, Nov 30, 2012 at 4:34 PM, GordonJB <g.bonth...@gmail.com> wrote:

> Also, 'lsof -i :8140' returned nothing.

OK, let's start there then.  You should have an
/etc/httpd/conf.d/puppetmaster.conf that looks somewhat like the one
at 
http://docs.puppetlabs.com/guides/passenger.html#apache-configuration-for-puppet-024x.
 That guide is quite old now, but that config file is still good
enough to get Puppet-3.0.x working under Passenger.  All you need to
do is change the 'puppet-server.inqnet.at.pem' string in both the
SSLCertificateFile and SSLCertificateKeyFile to match the FQDN of your
puppet server.

If that's what you've got already, then your Apache logs under
/etc/httpd/logs/error_log should contain some clues as to what might
be wrong with the VirtualHost.

Once you've got httpd listening on 8140, take a look at your
/usr/share/puppet/rack/puppetmasterd/config.ru file.  It should match
the one at 
https://raw.github.com/puppetlabs/puppet/master/ext/rack/files/config.ru.
 That file needs to be owned by the 'puppet' user.

Hopefully this gets you a bit further along.

Regards,

Matt.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to