Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 75496

Summary: mpm_worker_module is not present
Product: [Retired] Red Hat Linux Reporter: Walery Studennikov <despair>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: 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
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

Description of problem:
Multi-Processing Module implementing a hybrid multi-threaded multi-process web
server (mpm_worker_module) is not compiled and not supplied in the distribution
of httpd-2. But this is one of a major enchancements of apache-2 and should be
supplied, probably as a separate rpm package. You should provide a choive for
users of the distribution to choose between prefork and worker MPMs.

Version-Release number of selected component (if applicable): 2


How reproducible:
Always

Steps to Reproduce:
/usr/sbin/httpd -l
You should see no worker module compiled in.
	

Additional info:

Comment 1 Chris Ricker 2002-11-17 19:24:48 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 ;-)

Comment 2 Joe Orton 2003-01-22 13:43:34 UTC
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.

Comment 3 Joe Orton 2003-01-22 13:45:22 UTC
(don't try and use this worker with PHP - it won't work)