> Also, why must you run Apache with the worker MPM? I've personally > (meaning I'm talking about my experiences, not a general statement) > never seen threaded Apache work -- only prefork.
Threaded Apache works as long as all you are doing is serving filees or running stanadlone CGI scripts. I run a lot of amchines this way. As soon as you add any plugin modules to the mix (PHP for example) you need to go back to prefork though. -pete. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
