We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix a typo in the APU detection code. Fixes bug #162.
Hongli Lai (Phusion) (author)
Mon Dec 01 05:17:00 -0800 2008
commit  bc1760cf50e72141fd29e98f445c2f5d2ddcd1e2
tree    32a9ceca7a62b2751e4b7c5bb215949a870a50a3
parent  947092ac77c8da3f42d84cf4043fce71cffcc059
...
167
168
169
170
 
171
172
173
...
167
168
169
 
170
171
172
173
0
@@ -167,7 +167,7 @@ private
0
 
0
   def self.find_apu_config
0
     if env_defined?('APU_CONFIG')
0
- apr_config = ENV['APU_CONFIG']
0
+ apu_config = ENV['APU_CONFIG']
0
     elsif RUBY_PLATFORM =~ /darwin/ && HTTPD == "/usr/sbin/httpd"
0
       # If we're on MacOS X, and we're compiling against the
0
       # default provided Apache, then we'll want to query the

Comments

    No one has commented yet.