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 compilation error.
Hongli Lai (Phusion) (author)
Tue Sep 23 09:59:06 -0700 2008
commit  44d19b408f04a2f84ed6f8f9a16797992e749db7
tree    1db88a58be6357650de43c3ef5abdf8d2cee93c1
parent  b3467ed68c56032a1b6317ee7498918e852b07e3
...
400
401
402
403
 
404
405
406
...
400
401
402
 
403
404
405
406
0
@@ -400,7 +400,7 @@ private:
0
           config->getMemoryLimit()));
0
         P_TRACE(3, "Forwarding " << r->uri << " to PID " << session->getPid());
0
       } catch (const SpawnException &e) {
0
- r.status = 500;
0
+ r->status = 500;
0
         if (e.hasErrorPage()) {
0
           ap_set_content_type(r, "text/html; charset=utf-8");
0
           ap_rputs(e.getErrorPage().c_str(), r);

Comments

    No one has commented yet.