Does anyone have any idea how to do this. I installed build-essentials already but am totally lost. I am a linux compile newbie!

I need to change apache to Worker MPM mode, limited to a single process for a messaging app I am working on.

Thanks in advance

Rich

link|improve this question

60% accept rate
Why are you using hardy, out of interest? – Tom O'Connor Oct 27 '10 at 7:37
feedback

1 Answer

up vote 2 down vote accepted

You don't need to recompile it. Just install apache2-mpm-worker

sudo apt-get install apache2-mpm-worker

And it'll install the correct binaries for you.

link|improve this answer
Wow, thanks for that, I will try it tomorrow. Many thanks Tom – Rich Oct 27 '10 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.