search for: example_cluster

Displaying 3 results from an estimated 3 matches for "example_cluster".

2006 Dec 07
0
compression + max file size upload liimit?
...d. I configured mod_deflate and LimitRequestSize in Apache, but in my trials looks like the proxied calls bypass those directives (the conf goes below). Is there a way to get this? -- fxn NameVirtualHost *:80 # Configure the balancer to dispatch to the Mongrel cluster. <Proxy balancer://example_cluster> BalancerMember http://127.0.0.1:3001 BalancerMember http://127.0.0.1:3002 BalancerMember http://127.0.0.1:3003 </Proxy> # Setup the VirtualHost for your Rails application <VirtualHost *:80> ServerAdmin admin at example.com ServerName www.example.com ServerAlias l...
2006 Dec 07
17
compress and max upload size?
...a way to get this? -- fxn # Adapt this .example locally, as usual. # # To be included in the main httpd.conf with a line at the bottom like this # # Include /path/to/example/conf/httpd.conf NameVirtualHost *:80 # Configure the balancer to dispatch to the Mongrel cluster. <Proxy balancer://example_cluster> BalancerMember http://127.0.0.1:3001 BalancerMember http://127.0.0.1:3002 BalancerMember http://127.0.0.1:3003 </Proxy> # Setup the VirtualHost for your Rails application <VirtualHost *:80> ServerAdmin admin at example.com ServerName www.example.com ServerAlias l...
2008 Jan 12
6
php proxy exists?
Wondering if anyone''s heard of a php script that will ''forward'' your requests on to, say, a mongrel instance, and return it? Kind of a php fcgi? Thoughts? Thanks. -Roger -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: