hackerspace-adelaide / association

A repo to track issues (things to do) for the group as a whole.
0 stars 0 forks source link

members.hackadl.org - updating the app killed the server #16

Open sighmon opened 6 years ago

sighmon commented 6 years ago

What I did:

What I expected:

What happened:

What @thatpixguy and I did to get it running again:

thatpixguy commented 6 years ago

wrong path to rvm-ruby in ~/public_html/.htaccess: PassengerRuby /home/ha-members/.rvm/wrappers/ruby-2.2.0@hackadl-member-website/ruby

so updated to 2.2.2

but, psyche! it turns out this isn't used, it actually uses the same config line from /etc/apache2/sites-enabled/ha-members.conf

updated it there

restarted apache

nope

restarted passenger (passenger-config restart-app)

nope

restarted apache again just to be sure

bingo.

so maybe needed to restart passenger first.