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 !
Document PassengerUseGlobalQueue as being a per-virtual host configuration 
option.
Hongli Lai (Phusion) (author)
Sat Nov 22 08:46:24 -0800 2008
commit  b8d4085fe808bf752f01084a4e37b5090096d4dc
tree    6676a301345fb0360b6e3a83cc7014985ae2ded4
parent  3c9f2ac65f1bd22a0f75ea988947930114f93470
...
547
548
549
550
551
 
 
 
 
 
 
552
553
554
...
547
548
549
 
 
550
551
552
553
554
555
556
557
558
0
@@ -547,8 +547,12 @@ The default is 'ruby'.
0
 === PassengerUseGlobalQueue <on|off> ===
0
 Turns the use of global queuing on or off.
0
 
0
-This option may only occur once, in the global server configuration. The
0
-default is 'off'.
0
+This option may occur in the following places:
0
+
0
+ * In the global server configuration.
0
+ * In a virtual host configuration block.
0
+
0
+In each place, it may be specified at most once. The default value is 'off'.
0
 
0
 'This feature is sponsored by http://www.37signals.com/[37signals].'
0
 

Comments

    No one has commented yet.