[mod_cluster-dev] VirtualHost in httpd.conf

Bela Ban bban at redhat.com
Thu Jul 30 10:20:44 EDT 2009


OK, that's what I suspected, thx,

Marek Goldmann wrote:
> I think you can remove it safely. I personally only load modules and 
> add...
>
> <Location /manager>
>     SetHandler mod_cluster-manager
> </Location>
>
> ...if I need mod_cluster manager. That's all.
>
> Hope it helps!
>
> --Marek
>
> On Jul 30, 2009, at 3:52 PM, Bela Ban wrote:
>
>> In the sample config, we create a VirtualHost, e.g:
>>
>>
>> LoadModule proxy_module modules/mod_proxy.so
>> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
>> LoadModule slotmem_module modules/mod_slotmem.so
>> LoadModule manager_module modules/mod_manager.so
>> LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
>> LoadModule advertise_module modules/mod_advertise.so
>>
>> Listen 10.33.144.3:6666
>> <VirtualHost 10.33.144.3:6666>
>>
>>  <Directory />
>>     Order deny,allow
>>     Deny from all
>>     Allow from 10.33.144.
>>  </Directory>
>>
>> KeepAliveTimeout 60
>> MaxKeepAliveRequests 0
>>
>> ManagerBalancerName mycluster
>> AdvertiseFrequency 5
>>
>> </VirtualHost>
>>
>>
>> Is this necessary ? If I don't want to define KeepAliveTimeout,
>> MaxKeepAliveRequests, ManagerBalancerName or AdvertizeFrequency, do I
>> need VirtualHost, or can I just remove it ?
>>
>> -- 
>> Bela Ban
>> Lead JGroups / Clustering Team
>> JBoss
>>
>> _______________________________________________
>> mod_cluster-dev mailing list
>> mod_cluster-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/mod_cluster-dev
>

-- 
Bela Ban
Lead JGroups / Clustering Team
JBoss



More information about the mod_cluster-dev mailing list