Apache 2.2 worker vs prefork with custombuild

nick-a

Verified User
Joined
Feb 23, 2007
Messages
48
Hiya,

Thought I'd try and install apache 2.2 with worker module instead of prefork, do I just add:

--with-mpm=worker \ after line 2363 in the build script?

Cheers,
Nick
 
not sure .... but hmm I will give it a try:

you probably can add the entry in:
configure.apache in /usr/local/directadmin/custombuild/configure/ap2/
and recompile apache.... :)
./build clean
./build apache
 
not sure .... but hmm I will give it a try:

you probably can add the entry in:
configure.apache in /usr/local/directadmin/custombuild/configure/ap2/
and recompile apache.... :)
./build clean
./build apache

That's the other place I thought of, but wasnt sure what the difference was, I might give it a go later, cheers.

Nick
 
You need to add it to /usr/local/directadmin/custombuild/configure/ap2/configure.apache.
 
Back
Top