Don Hughes wrote: >I than ran .config --with-mpm=threaded ( plus other options ) and got the error: > >configure: error: the selected mpm -- threaded -- is not supported. > >I changed to prefork and it worked, and that is what I have been using for testing. > >1) How do I get threaded to compile? >
Threaded is obsolete; it's been replaced by the worker MPM (--with-mpm=worker) --Brian