Best way to sandbox Apache on Linux

前端 未结 11 2167
粉色の甜心
粉色の甜心 2021-01-31 20:08

I have Apache running on a public-facing Debian server, and am a bit worried about the security of the installation. This is a machine that hosts several free-time hobby project

11条回答
  •  遇见更好的自我
    2021-01-31 20:44

    What problem are you really trying to solve? If you care about what's on that server, you need to prevent intruders from getting into it. If you care about what intruders would do with your server, you need to restrict the capabilities of the server itself.

    Neither of these problems could be solved with virtualization, without severly criplling the server itself. I think the real answer to your problem is this:

    1. run an OS that provides you with an easy mechanism for OS updates.
    2. use the vendor-supplied software.
    3. backup everything often.

提交回复
热议问题