Apache下配置Axis c++的问题:很急
我在Apache的官方网站上下载了axis(c++)1.2应该是最新版了,按照Apache的说明文档在redhat9上进行配置.配置情况如下:
在httpd.conf文件中添加
LoadModule axis_module modules/libaxiscpp_mod2.so
<Location /axis>
SetHandler axis
</Location>
将axiscpp.conf_linux copy到/etc/httpd/conf.d/axiscpp.conf,重启httpd,报错如下:
启动 httpd:httpd: module "mod_axis2.cpp" is not compatible with this version of Apache.
Please contact the vendor for the correct version.
[失败]
我装的是Apache2.0,请高手指教
问题点数:0、回复次数:2Top
1 楼zou513(小舟)回复于 2004-08-03 13:30:39 得分 0
唉,自己顶一下
Top
2 楼cagecn()回复于 2004-08-09 15:39:14 得分 0
自己编译把Top




