简体   繁体   English

如何构建支持jboss 7的mod_cluster

[英]How to build mod_cluster supporting jboss 7

I am looking for mod_cluster jar to build with jbossAS7 and httpd-2.4.6 on centos 7. I am looking for load balancing but I am not able to find out correct mod_cluster binary or source. 我正在寻找使用centos 7上的jbossAS7和httpd-2.4.6构建的mod_cluster jar。我正在寻找负载平衡,但是我找不到正确的mod_cluster二进制文件或源代码。

Please note that I have already tried out various mod_cluster binary files available eg http://mod-cluster.jboss.org/downloads/1-2-0-Final/ 请注意,我已经尝试了各种可用的mod_cluster二进制文件,例如http://mod-cluster.jboss.org/downloads/1-2-0-Final/

I have already tried out httpd not started due to mod_proxy files not loaded but I didn't received any correct response. 我已经尝试了由于未加载mod_proxy文件而无法启动的httpd,但是我没有收到任何正确的响应。

I have production requirement. 我有生产要求。 Please help me in this regard. 请在这方面帮助我。

following is build error from source 以下是源代码生成错误

configure: error: in `/home/sangita/modcluster/mod_cluster-1.3.1.Final-
 src/srclib/httpd-2.4.10/srclib/apr':
configure: error: C compiler cannot create executables
See `config.log' for more details.
 configure failed for srclib/apr
 mpmbuild prefork failed

I have taken build from http://mod-cluster.jboss.org/downloads/1-3-1-Final-src 我已经从http://mod-cluster.jboss.org/downloads/1-3-1-Final-src进行了构建

Don't worry, compiling mod_cluster 1.3.x with Apache HTTP Server 2.4.x is a breeze. 不用担心,使用Apache HTTP Server 2.4.x编译mod_cluster 1.3.x很容易。 Take a look at my mod_cluster Dockerfile . 看看我的mod_cluster Dockerfile

One could follow the steps one by one; 一个人可以一步一步地遵循步骤; it enumerates all build dependencies and configuration options. 它枚举了所有构建依赖关系和配置选项。 It should be easy for you to alter the steps from Fedora 22 environment to your Centos 7 one. 从Fedora 22环境更改为Centos 7环境的步骤应该很容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM