Bug 1133247
Summary: | Package missing up-to-date README instructions | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stewart Adam <s.adam> |
Component: | httpd-itk | Assignee: | Pavel Alexeev <pahan> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 20 | CC: | pahan, s.adam |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | httpd-itk-2.4.7.01-4.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-19 10:12:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Stewart Adam
2014-08-23 18:52:09 UTC
My apologies for the blank report: I accidentally submitted the form early. Updated title pretty much says it all; package works just fine but with the introduction of configuration-based MPM selection in Apache 2.4, the SystemD service has disappeared and the README should reflect this. Sorry, what version are you use? README.Fedora (http://pkgs.fedoraproject.org/cgit/httpd-itk.git/tree/README.Fedora) states now: -— quote --- To enable it: === For versions >= 2.4 1) Choose non-threaded MPM like prefork in: /etc/httpd/conf.modules.d/00-mpm.conf 2) Uncomment ITK in shipped: /etc/httpd/conf.modules.d/00-mpm-itk.conf 3) Then (re)start service: systemctl start httpd-itk.service === For versions < 2.4 1) If you are use moderm systemd: systemctl stop httpd.service systemctl disable httpd.service systemctl enable httpd-itk.service systemctl start httpd-itk.service 2) If you are still using old sysvinit style: Set HTTPD=/usr/sbin/httpd.itk in /etc/sysconfig/httpd and restart daemon: service httpd restart -— end quote --- It seams clear for me for both versions. What exactly do you want change? > systemctl start httpd-itk.service
To my knowledge, this service has dissapeared >= 2.4 and instead users must interact with regular the httpd.service.
httpd-itk-2.4.7.01-4.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/httpd-itk-2.4.7.01-4.fc21 httpd-itk-2.4.7.01-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/httpd-itk-2.4.7.01-4.fc20 Package httpd-itk-2.4.7.01-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing httpd-itk-2.4.7.01-4.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-10470/httpd-itk-2.4.7.01-4.fc20 then log in and leave karma (feedback). httpd-itk-2.4.7.01-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. httpd-itk-2.4.7.01-4.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |