PHP: include can kill apache 2025-04-11 Hello, Let's take: start.php PHP Code: <? include "path to start.php"; ?> It will kill apache - so how to fight with such scripts? Thanks