[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-445) Documentation: update docs SetHandler mod_cluster-manager (as opposed to mod_cluster_manager)

Radoslav Husar (JIRA) issues at jboss.org
Thu Dec 18 07:38:29 EST 2014


    [ https://issues.jboss.org/browse/MODCLUSTER-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028637#comment-13028637 ] 

Radoslav Husar commented on MODCLUSTER-445:
-------------------------------------------

Sadly, same issue is in the RPMs default config for mod_cluster, this will need to be raised in RHBZ.

{noformat}
[rhusar at x220 ~]$ cat /etc/httpd/conf.d/mod_cluster.conf.rpmnew 
#
# 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
#
# <VirtualHost *:80>
#
#   EnableMCPMReceive true
#
#   <Location />
#     Require all granted
#   </Location>
#
#   <Location /mod_cluster_manager>
#     SetHandler mod_cluster-manager
#     Require host 127.0.0.1
#   </Location>
#
# </VirtualHost>
{noformat}

> Documentation: update docs SetHandler mod_cluster-manager (as opposed to mod_cluster_manager)
> ---------------------------------------------------------------------------------------------
>
>                 Key: MODCLUSTER-445
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-445
>             Project: mod_cluster
>          Issue Type: Bug
>          Components: Documentation & Demos
>            Reporter: Xiaohui Wu
>            Assignee: Radoslav Husar
>
> In the upstream doc:
> http://docs.jboss.org/mod_cluster/1.2.0/html/native.config.html
> see the chapter 
> 3.5.14. SetHandler mod_cluster-manager
> <Location /mod_cluster-manager>
> SetHandler mod_cluster-manager
> So I think we need to change the <Location /mod_cluster-manager> to <Location /mod_cluster_manager> to keep consistency? And do not know which one is the correct name ? And looks like the screenshot also shows the mod_cluster-manager.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the mod_cluster-issues mailing list