Skip to content

Commit

Permalink
Merge pull request modcluster#117 from rhusar/slotmem-removal
Browse files Browse the repository at this point in the history
Finish removal of cluster_slotmem_module in READMEs.
  • Loading branch information
rhusar authored Jul 19, 2023
2 parents c25ab48 + c4c693d commit 8dd8c22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions native/balancers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ The module requires mod_balancer

# to use it (example)
```
LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
LoadModule watchdog_module modules/mod_watchdog.so
LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so
LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
LoadModule watchdog_module modules/mod_watchdog.so
LoadModule manager_module modules/mod_manager.so
LoadModule lbmethod_cluster_module modules/mod_lbmethod_cluster.so
<Location "/balancer-manager">
SetHandler balancer-manager
</Location>
Expand Down
2 changes: 1 addition & 1 deletion native/mod_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#==================================
# mod_cluster_slotmem CMake file
# mod_manager CMake file
# @author: Michal Karm Babacek
#==================================

Expand Down
1 change: 0 additions & 1 deletion test/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ You need an Apache httpd with the mod_cluster.so installed and running. You can
subdirectory or simply run `make setup-httpd`. You should have following piece in httpd.conf/mod_proxy_cluster.conf:

```
LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so
LoadModule manager_module modules/mod_manager.so
LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
Expand Down

0 comments on commit 8dd8c22

Please sign in to comment.