Apache 2.0 with prefork MPM

Discussion in 'Apache' started by jasongr, Feb 19, 2006.

  1. #1
    Hello people

    I am looking for a binary installation of Apache 2.0 with prefork MPM for Windows
    Does anyone know where I can download it?
    I'd rather not go into compiling it myself if I can help it, so any help would be appreciated

    thanks
     
    jasongr, Feb 19, 2006 IP
  2. wwm

    wwm Peon

    Messages:
    308
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    last i checked fork is a unix/linux only threading C function


    if you have a windows server just stick with IIS, its quite good if you lock it down well
     
    wwm, Feb 19, 2006 IP
  3. wwm

    wwm Peon

    Messages:
    308
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    wwm, Feb 19, 2006 IP
  4. jasongr

    jasongr Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I actually found the following which might be useful to other users:
    Under Windows, every Apache implementation is thread-based and not processed based
    Apache 2.0.55 is not thread-safe in windows but unless you have a lot of concurrent threads, this problem is rarely encountered
    In Linux, Apache 1.3 is process based and thus causes no problem, but Apache 2.0.55 is thread-based but problematic.
    prefork MPM is only relavant to Linux and it doesn't come in the standard Apache 2.0.55 installation. One needs to compile it
     
    jasongr, Feb 20, 2006 IP