Hide Forgot
Document URL: https://access.redhat.com/documentation/en/red-hat-satellite/6.2/paged/installation-guide/appendix-a-large-deployment-considerations Section Number and Name: appendix-a-large-deployment-considerations Describe the issue: There is a typo in the documentation, there is an extra postgres config line in this passenger / httpd config: Create a Puppet Passenger application configuration file called /etc/httpd/conf.d/25-puppet.conf file and insert the following text: PassengerMinInstances 6 PassengerStartTimeout 90 PassengerMaxPreloaderIdleTime 0 PassengerMaxRequests 10000 PassengerPreStart https://example.com:8140 /var/lib/pgsql/data/postgresql.conf <=====this should not be here Should be: Create a Puppet Passenger application configuration file called /etc/httpd/conf.d/25-puppet.conf file and insert the following text: PassengerMinInstances 6 PassengerStartTimeout 90 PassengerMaxPreloaderIdleTime 0 PassengerMaxRequests 10000 PassengerPreStart https://example.com:8140 Document URL: Section Number and Name: Describe the issue: Suggestions for improvement: Additional information:
Assigning to Julie for review.
Hello This change is now live on the customer portal. Thank you