I'm trying to install Foreman in a VM Ubuntu Server 12.04, so I followed this manual page : http://theforeman.org/manuals/1.1/index.html#3.InstallingForeman
I'd rather install with the Installer, but actually, I got a 107 error when I go to
https://fqdn/
(Of course, I don't write fqdn literraly). Puppet modules go well, no problem. And when I type
https://fqdn/:8443
Everything's fine, I got a response from the serv. I think the passenger module for apache is disturbing in a certain way, but I never used it before.
Then I tried the others ways to install it, package way gives me the same result.
But, the install from sources ways (latest stable) is working BUT the server runs on Webrick, and I want Passenger.
Has someone an issue with this ? And/or a solution ? Thank you :)