Hello, After running the puppetmaster on Webrick and struggling with clients dropping regularly, I have decided to migrate my install to Mongrel. I have followed the documentation posted on the Puppet wiki but continue to receive the following errors on the client: err: Could not call puppetmaster.getconfig: #<RuntimeError: HTTP- Error: 502 Proxy Error> err: Could not retrieve configuration: HTTP-Error: 502 Proxy Error
On the server log, the error is represented as the following: (20014)Internal error: proxy: error reading status line from remote server 127.0.0.1 proxy: NOT Closing connection to client although reading from backend server 127.0.0.1 failed. Here is the rundown of my environment: Debian 5.0 (Lenny) Apache 2.2.9 with all of the required modules (proxy, proxy_http, proxy_balancer) Puppet 0.24.5 installed using apt My Apache config is virtually identical to the one shown at http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel, with the proper changes made. My /etc/default/puppetmaster configuration includes the following: START=yes SERVERTYPE=mongrel PUPPETMASTERS=2 PORT=18140 It is apparent that this is not so much of a puppetmaster issue as it is an Apache proxy issue, but I cannot seem to find anything regarding this particular issue when using puppet. Please let me know if there is any other information I can provide and I would be happy to do so. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.