Skip to main content

DSO as PHP handler

Comments

3 comments

  • vacancy
    This depends on the intended use. mod_php (DSO) > Fast, low memory consumption, low cpu consumption. It allows you to use accelerators such as opcache. Running inside the Apache chroot is unsafe. Suphp > It is slow, low memory consumption but high cpu consumption, does not allow you to use accelerators such as opcache, but it is safe.
    0
  • Kerrya
    Wow. Thank you for that answer and the links. I"ve read thru them and have a much better understanding. It seems like FstCGI is the way to go if you have the memory to support it.
    0
  • cPRex Jurassic Moderator
    Thanks for the helpful links, @vacancy !!!
    0

Please sign in to leave a comment.