Description of problem: I use httpd-itk-2.2.22-6.el6.x86_64 from epel as MPM for my Apache srever. Upon update of httpd package security update httpd.x86_64 0:2.2.15-31.el6_5 when I do a "service httpd start" I get: Starting httpd: httpd.itk: Syntax error on line 178 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_status.so into server: /etc/httpd/modules/mod_status.so: undefined symbol: ap_copy_scoreboard_worker [FAILED] Version-Release number of selected component (if applicable): httpd-itk-2.2.22-6.el6.x86_64 How reproducible: Always. Steps to Reproduce: Starting with system using : httpd-itk-2.2.22-6.el6.x86_64 and httpd-2.2.15-30.el6_5.x86_64 1. yum upgrade so httpd is httpd.x86_64 0:2.2.15-31.el6_5 2. service httpd restart 3. Actual results: Starting httpd: httpd.itk: Syntax error on line 178 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_status.so into server: /etc/httpd/modules/mod_status.so: undefined symbol: ap_copy_scoreboard_worker [FAILED] Expected results: # service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] Additional info:
I have some problem, mod_status.so is broken in last update.
This is affecting me on CentOS too, since I use the EPEL httpd-itk.
I am also encountering this problem, identical to what the original reporter described.
This is not issue with "httpd" package, but issue with "httpd-itk" package. I'm changing the component back to httpd-itk. "httpd-itk" bundles "httpd" (without exception from fesco). As a result of security fix for CVE-2014-0226, new method has been added to "httpd", but the version bundled in "httpd-itk" does not have this method, since these CVEs are not fixed there. To fix httpd-itk, httpd-itk maintainer should apply following patch.
Created attachment 924195 [details] httpd-2.2.15-CVE-2014-0226.patch
It seems that patch'd resolve this particular problem. Would it be a good idea to go ahead and bring over all the CVE patches from the 2.2.15 RPM?
It have worth just block httpd-itk 2.2 and update to 2.4 all. But I assume it is not possible in epel 6 by policy. I'll apply patch, thank you.
httpd-itk-2.2.22-7.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/httpd-itk-2.2.22-7.el6
*** Bug 1129103 has been marked as a duplicate of this bug. ***
Package httpd-itk-2.2.22-7.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing httpd-itk-2.2.22-7.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2228/httpd-itk-2.2.22-7.el6 then log in and leave karma (feedback).
I have some problems after installation --------------- Package httpd-itk-2.2.22-7.el6.x86_64 already installed and latest version Nothing to do sudo service httpd start Starting httpd: httpd.itk: Syntax error on line 231 of /etc/httpd/conf/httpd.conf: Syntax error on line 9 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp5-zts.so into server: /etc/httpd/modules/libphp5-zts.so: cannot open shared object file: No such file or directory [FAILED] ---------------- the libphp5-zts.so module is absent. what actions to me to undertake, this module is required to system for correct work of Apache?
Everything works perfectly! Sorry. There was a need for the PHP installation.
httpd-itk-2.2.22-7.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.