I found this page when searching for a solution to errors like “403 
Forbidden error” and error 405 “The requested method PUT is not allowed for 
the URL /production/”

I searched all the permissions, all the dir layouts, but nothing was 
fixing. Quickly put, my solution was to downgrade the latest passenger gem 
from 4.0.44 to 3.0.21. Maybe other versions work, but I was happy to see a 
working system and left it alone. 

Passenger 4 release seems to coincide with puppet 3.5/3.6 releases, and for 
anyone doing an upgrade, maybe their passenger version stays the same, but 
for anyone doing a new install, maybe it pulls all the latest versions.

Centos 6.5, puppet-server 3.6.1, httpd-2.2, passenger 3.0.21

Hope this helps someone not loose 2 hours like I did.


On Thursday, February 13, 2014 12:39:30 PM UTC+1, Catalin Panaite wrote:
>
> I was getting that error but I manage to solve it doing this:
>
> *cp /usr/share/puppet/ext/rack/files/config.ru <http://config.ru> 
> /usr/share/puppet/rack/puppetmasterd/ *
>
> Give Puppet correct permission to access the Rack config:
>
> *chown puppet:puppet /usr/share/puppet/rack/puppetmasterd/config.ru 
> <http://config.ru> *
>
> ref: 
> http://www.tomhayman.co.uk/linux/install-puppet-passenger-centos-6-part/
>

-- 
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/564d7306-6af6-487f-9e30-b9e42a150bfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to