[Wed Oct 17 14:41:45 2012] [notice] Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/3.0.17 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
is this a misconfiguration or does it still say version 3.0.17?
in the config I have now:
LoadModule passenger_module /usr/local/rvm/gems/ruby-1.9.2-p180/gems/passenger-3.9.0/libout/apache2/mod_passenger.so
PassengerRoot /usr/local/rvm/gems/ruby-1.9.2-p180/gems/passenger-3.9.0
PassengerRuby /usr/local/rvm/wrappers/ruby-1.9.2-p180/ruby
and the error is:
[ pid=22712 thr=139906783815648 file=ext/apache2/Hooks.cpp:884 time=2012-10-17 14:44:51.994 ]: Unexpected error in mod_passenger: The ApplicationPool server unexpectedly closed the connection while we're reading a response for the 'get' command.
Backtrace:
in 'void Passenger::ApplicationPool::Client::sendGetCommand(const Passenger::PoolOptions&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)' (Client.h:374)
in 'virtual Passenger::SessionPtr Passenger::ApplicationPool::Client::get(const Passenger::PoolOptions&)' (Client.h:691)
in 'Passenger::SessionPtr Hooks::getSession(const Passenger::PoolOptions&)' (Hooks.cpp:312)
in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:585)