Hey thanks Eimantas, Read abt the MPMs. I am using Linux, Redhat -9. SO i guess, even if i dint specify the mpm option dring configure, it wud pick prefork as the MPM, which is wot i want. So, do I have to specify the User/Group directive when I cconfigure for make?? or is it when I start the server? Theres no mention of using the User/Group directive with configure. Do i have to configure like ./configure --prefix=<prefix> --with-mpm=prefork User=<username> Eimantas Vaičiūnas wrote: MPM - Multi-Processing Modules. These modules are responsible for binding to IP/Port and supplying children processes for handling requests. The most common MPM module (as far as i know) used on unix (Linux) machines with apache2 is prefork since not all apache modules are thread-safe and this module sort of 'emulates' apache 1.3 behavior. Each MPM module has its own directives, i.e. [User] directive is avaliable for leader, perchild, prefork, threadpool and worker MPM modules. You should check each module separately and choose the one which fits your needs best. On Tuesday 15 March 2005 07:11, Benjamin wrote:MPM module?? cuz i did not know abt this,i configured with simple ./configure --prefix=<prefix> Whoa. I just looked at the options with configure, n looked for MPM. Its very unnerving for sure, atleast for me. Do i have to know the modules used by Apache, and their uses, etc. to do an install? the option --with-mpm=MPM says --with-mpm=MPM Choose the process model for Apache to use. MPM={beos|worker|prefork|mpmt_os2|perchild|leader|threadpool} wot are these??n how do i decide wot do i use?? pardon me.. if these qs seem too silly.. I am still reading into all this, but could u just direct me to the right stuff.-- Eimantas Vaičiūnas VU Skaičiavimo centras --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx -- Benjamin Jacob. Disclaimer : ------------------------------------------------------------------------------ If you are not the intended recipient of this transmission to whom it is addressed, or have received this transmission in error, you are hereby notified that any dissemination, distribution or copying of this transmission is strictly prohibited. Please notify us immediately and delete this e-mail from your system. The sender does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission, which cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, arrive at wrong address or contain viruses. If verification is required please request a hard-copy version. This e-mail contains only the personal opinions of the sender and does not represent an official communication from NetYantra of any manner. ------------------------------------------------------------------------------ |