#PassengerLogLevel 1 #PassengerAppEnv production #PassengerFriendlyErrorPages on <%- if @location_path != '' -%> Alias /<%=@location_path%> "<%=@directory%>" > PassengerBaseURI /<%=@location_path%> PassengerAppRoot "<%=File.dirname(@directory)%>" <%- end -%> "> Options -MultiViews <%- if scope.function_guess_apache_version([]) == '2.4' -%> Require all granted <%- else -%> Order deny,allow Allow from all <%- end -%>