Public Gists by iwarshak

Gravatar
Wed Oct 07 13:03:41 -0700 2009
1
2
3
804d8f2 HEAD@{0}: checkout: moving from master to input_refactor_4664
422df39 HEAD@{1}: pull : Fast forward
804d8f2 HEAD@{0}: checkout: moving from master to input_refactor_4664
Gravatar
Mon Sep 21 08:12:07 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
def output_config
Gravatar
Tue Sep 15 15:12:38 -0700 2009
1
2
3
Author: ian <ian@rightscale.com>
Date: Tue Sep 15 17:12:05 2009 -0500
 
Gravatar
Mon Apr 20 06:33:30 -0700 2009
1
2
3
#!/bin/bash -e
 
if test "$RS_REBOOT" = "true" ; then
Gravatar
Mon Jan 12 10:21:19 -0800 2009
1
2
3
# I recently switched one of my Rails applications from Litespeed to Apache+Passenger
# with nginx on the frontend to handle static file requests. nginx proxies all non-static
# file requests to Apache+Passenger. I use page caching extensively, so that is why I