Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Hello I am in the process of upgrading from passenger 2.0.6 to 2.2.5
  2.  
  3. After installing, I am getting listing of /myrailsapp/public/ directory (404.html, 500.html, etc)
  4.  
  5. The page lists "Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.5 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g Phusion_Passenger/2.0.6 Server" at the bottom, which is odd since I just upgraded to Phusion_Passenger/2.2.5!!!
  6.  
  7. I have inserted the 3 new config lines in my /etc/apache2/apache2.conf file (with directives for passenger 2.2.5) and now when
  8.  
  9. I restart passenger, it says that it is "already loaded"
  10. does anyone have any suggestions for a next step to troubleshoot this upgrade?
  11.  
  12. I can't help but think that I am getting the old passenger loaded first: [warn] module passenger_module is already loaded, skipping
  13.  
  14. passenger-config --version => $ "2.2.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement