linux 环境 启动apache 服务报错927

httpd: Syntax error on line 927 of /was/HTTPServer/conf/httpd.conf: Cannot load /was/HTTPServer/Plugins/bin/32bits/mod_was_ap22_http.so into server: /was/HTTPServer/Plugins/bin/32bits/mod_was_ap22_http.so: wrong ELF class: ELFCLASS64

公司的测试环境被我一个命令不小心弄坏了,现在项目能启动但是进不去,一直在响应状态,求大佬们告诉我这是什么问题,在线等

如果以前是好的,那么可能是so文件被破坏了,否则是你用的so文件不兼容。 https://blog.csdn.net/mifangdebaise/article/details/44942395

elect
id,
declarYear,
declarCycle,d
eclarType,
count(datastatus) as '应申报人数',
(select count(datastatus) from declar_regularInfo where datastatus in (2,3,4)) as '已申报人数',
(select count(datastatus) from declar_regularInfo where datastatus = 3 ) as '审核通过'
from
declar_regularInfo
group by id,declarYear,declarCycle,declarType;