Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92024 - incorrect statement in config of apache
Summary: incorrect statement in config of apache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-05-09 10:08 UTC by Michal Margula
Modified: 2005-07-12 19:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Margula 2005-05-09 10:08:28 UTC
in /etc/apache2/conf/apache2.conf there is something like this:

# prefork MPM [THIS IS THE DEFAULT]
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves

Which is not completly correct. It shoudl be stated here that prefork is default when not using "threads" USE flag, because in that case worker is default. It can trick some people (like me). It wouldn't be bad to put info in config about "apache2 -l" which gives current MPM.
Comment 1 Michal Margula 2005-05-09 10:11:36 UTC
I am afraid that what I wrote can be misleading, once again:
- prefork when -threads
- worker when threads

:D
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-12 18:30:19 UTC
Fixed in our SVN repository that we roll the tarballs from. The fix will show
(for new-style apache) the next time a tarball is rolled.
Comment 3 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-12 19:57:03 UTC
New tarball rolled.
Fixed in CVS.
Resolving.