diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
commit | 0c258a9fecac1daed409fc5ac5ee9949b461a6c3 (patch) | |
tree | 03f026c1a542538643172898ea997ece15de641a /mod_cluster.conf |
Diffstat (limited to 'mod_cluster.conf')
-rw-r--r-- | mod_cluster.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mod_cluster.conf b/mod_cluster.conf new file mode 100644 index 0000000..7bcf2b5 --- /dev/null +++ b/mod_cluster.conf @@ -0,0 +1,14 @@ +# +# This is mod_cluster module configuration file. Please refer to +# mod_cluster README for more information on how to enable mod_cluster. +# +# LoadModule slotmem_module modules/mod_slotmem.so +# LoadModule proxy_cluster_module modules/mod_proxy_cluster.so +# LoadModule advertise_module modules/mod_advertise.so +# LoadModule manager_module modules/mod_manager.so +# +# MemManagerFile /var/cache/httpd +# +# <Location /mod_cluster_manager> +# SetHandler mod_cluster-manager +# </Location> |