Invalid command 'PassengerStartTimeout' with Foreman 1.7

Hi guys,
I've been trying to install the latest version (1.7) of Foreman on a
Fedora19 machine. During the installation (foreman-installer) I get the
following errors:
*/Stage[main]/Apache::Service/Service[httpd]: Failed to call refresh: Could
not start Service[httpd]: Execution of '/sbin/service httpd start' returned
1: *

  • /Stage[main]/Apache::Service/Service[httpd]: Could not start
    Service[httpd]: Execution of '/sbin/service httpd start' returned 1: *
  • /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[<fqdn>]: Could
    not evaluate: Could not load data from https://<fqdn>*

Running:
/sbin/service httpd start
throws the errors:
AH00526: Syntax error on line 51 of /etc/httpd/conf.d/05-foreman-ssl.conf:
AH00526: Syntax error on line 40 of /etc/httpd/conf.d/05-foreman.conf:
Invalid command 'PassengerStartTimeout', perhaps misspelled or defined by
a module not included in the server configuration

So after I comment out the lines that init the PassengerStartTimeout const,
I am able to start the apache server.
The problem is that foreman proxy is incorrectly configured and I am unable
to create one in the foreman GUI, error:
Unable to communicate with the proxy: ERF12-2530
[ProxyAPI::ProxyException]: Unable to detect features
([RestClient::Forbidden]: 403 Forbidden) for proxy

Do you have any suggestions on how to successfully install Foreman 1.7 on
Fedora19?
I don't have any issues with Foreman 1.5 on the same OS