Bug 75496
| Summary: | mpm_worker_module is not present | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Walery Studennikov <despair> |
| Component: | httpd | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | chris.ricker, hvv, ryan |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-22 13:43:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Walery Studennikov
2002-10-09 04:53:33 UTC
I second this. I realize the multithreading stuff isn't all that stable yet, but it will only get stable if its available for people to test.... If I'm going to have to put up with all the pain of using apache 2 (lost functionality due to modules which don't support it yet and so forth), I'd at least like to get the benefits of using apache 2. Right now we just have the worst of both worlds ;-) httpd-2.0.40-17 includes an alternative httpd binary, /usr/sbin/httpd.worker, which uses the worker MPM. You can choose to use it by putting HTTPD=/usr/sbin/httpd.worker in /etc/sysconfig/httpd. Be sure to check the httpd.conf changes which come with this - it's better to use a different CGI module with worker. (don't try and use this worker with PHP - it won't work) |