[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-342) Cannot start apache

Jose Giner (JIRA) jira-events at lists.jboss.org
Fri May 24 07:57:06 EDT 2013


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

Jose Giner commented on MODCLUSTER-342:
---------------------------------------

Hi,
We modify http.conf like this:

...
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.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
...
#Virtual hosts
#Include conf/extra/httpd-vhosts.conf
Listen 192.168.34.19:10001
MemManagerFile /var/cache/httpd
<VirtualHost 192.168.34.19:10001>
<Directory />
Order deny,allow
Allow from all
</Directory>
KeepAliveTimeout 60
MaxKeepAliveRequests 0
ManagerBalancerName other-server-group
AdvertiseFrequency 5
#This directive allows you to view mod_cluster status at URL http://192.168.34.19:10001/mod_cluster-manager
<Location /mod_cluster-manager>
SetHandler mod_cluster-manager
Order deny,allow
Allow from all
</Location>
</VirtualHost>

Regards,
                
> Cannot start apache
> -------------------
>
>                 Key: MODCLUSTER-342
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-342
>             Project: mod_cluster
>          Issue Type: Feature Request
>    Affects Versions: 1.1.3.Final
>         Environment: LPAR on AIX 7 (httpd 2.2.14)
>            Reporter: Jose Giner
>            Assignee: Jean-Frederic Clere
>
> Hi,
> We cannot start apache.
> The error_log show:
> [Fri May 24 12:30:23 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
> [Fri May 24 12:30:23 2013] [notice] Digest: generating secret for digest authentication ...
> [Fri May 24 12:30:23 2013] [notice] Digest: done
> [Fri May 24 12:30:24 2013] [emerg] create_mem_host failed
> Configuration Failed
> Regards,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the mod_cluster-issues mailing list