hello , is compiling Apache in worker mode really unstable for production purposes? Is multithreaded mode of apache really unsafe? Doumentation of PHP says In case you wish to build a multithreaded version of Apache 2.0 you must overwrite the standard MPM-Module prefork either with worker or perchild. To do so append to your configure line either the option --with-mpm=worker or --with-mpm=perchild. Take care about the consequences and understand what you are doing. For more information read the Apache documentation about the MPM-Modules.
Note: To build a multithreaded version of Apache your system must support threads. This also implies to build PHP with experimental Zend Thread Safety (ZTS). Therefore not all extensions might be available. The recommended setup is to build Apache with the standard prefork MPM-Module. --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!