You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -823,6 +823,12 @@ And on the proxy itself you create the balancer cluster using the defined type a
823
823
824
824
apache::balancer { 'puppet00': }
825
825
826
+
If you need to use ProxySet in the balncer config you can do as so:
827
+
828
+
apache::balancer { 'puppet01':
829
+
proxy_set => {'stickysession' => 'JSESSIONID'},
830
+
}
831
+
826
832
###Templates
827
833
828
834
The Apache module relies heavily on templates to enable the `vhost` and `apache::mod` defined types. These templates are built based on Facter facts around your operating system. Unless explicitly called out, most templates are not meant for configuration.
0 commit comments