Skip to content

Instantly share code, notes, and snippets.

@whartonn
whartonn / grep nginx
Created July 1, 2011 01:20
more debugging..
ubuntu@ip-10-170-178-152:/etc/init.d$ ps aux | grep nginx
root 20005 0.0 0.0 6380 844 ? Ss 01:12 0:00 nginx: master process /opt/nginx/sbin/nginx
www-data 20006 0.0 0.0 6556 1728 ? S 01:12 0:00 nginx: worker process
@whartonn
whartonn / .rvmrc
Created June 30, 2011 23:22
Phusion Passenger errors with multi-user RVM, nginx, rails 3.0.9 & ubuntu
if [[ -s "/usr/local/rvm/environments/ruby-1.9.2-p136@fat" ]] ; then
. "/usr/local/rvm/environments/ruby-1.9.2-p136@fat"
else
rvm --create use "ruby-1.9.2-p136@fat"
fi