当前位置: 技术问答>linux和unix
apache在linux下的安装问题???
来源: 互联网 发布时间:2015-06-11
本文导语: 我装的是redhat8的系统,在安装时选择了带apache,可是这个apache的版本太老,想重新装一个新的。但是,装了以后编译模块的时候还是报错: httpd: module "mod_weblogic.c" is not compatible with this version of Apache (found 2002...
我装的是redhat8的系统,在安装时选择了带apache,可是这个apache的版本太老,想重新装一个新的。但是,装了以后编译模块的时候还是报错:
httpd: module "mod_weblogic.c" is not compatible with this version of Apache (found 20020612, need 20020903).
Please contact the vendor for the correct version.
请问我要怎样升级我的apache呢?
httpd: module "mod_weblogic.c" is not compatible with this version of Apache (found 20020612, need 20020903).
Please contact the vendor for the correct version.
请问我要怎样升级我的apache呢?
|
redhat下安装的apache默认名称是httpd。
用rpm qa|grep httpd查看apache的版本(设为xxxx)。
卸之:rpm -e --nodeps httpdxxxx(强行卸载).
编译安装新版的apache。
用rpm qa|grep httpd查看apache的版本(设为xxxx)。
卸之:rpm -e --nodeps httpdxxxx(强行卸载).
编译安装新版的apache。