Cookbook
From Resin 3.0
(Difference between revisions)
Line 7: | Line 7: | ||
; [[Cookbook: Virtual Hosts using Hosts Directory ]] | ; [[Cookbook: Virtual Hosts using Hosts Directory ]] | ||
; [[Cookbook: Cluster with Two Servers ]] | ; [[Cookbook: Cluster with Two Servers ]] | ||
+ | ; [[Cookbook: Resin Load Balancing ]] | ||
== Security == | == Security == | ||
Line 15: | Line 16: | ||
== Proxy and Load Balancing == | == Proxy and Load Balancing == | ||
− | ; [[Cookbook: FastCGI ]] | + | ; [[Cookbook: FastCGI ]] - using Resin to load balance to a backend FastCGI server like Ruby or PHP |
− | ; [[Cookbook: HttpProxy ]] | + | ; [[Cookbook: HttpProxy ]] - using Resin to load balance to a backend HTTP like Apache or IIS |
== Networking == | == Networking == |
Revision as of 22:47, 2 October 2010
Contents |
Full Configurations
- Cookbook: Apache-style single webapp server
- Cookbook: Webapps-style war deployment
- Cookbook: Virtual Hosts using Hosts Directory
- Cookbook: Cluster with Two Servers
- Cookbook: Resin Load Balancing
Security
Proxy and Load Balancing
- Cookbook: FastCGI - using Resin to load balance to a backend FastCGI server like Ruby or PHP
- Cookbook: HttpProxy - using Resin to load balance to a backend HTTP like Apache or IIS