XAMPP 和安全的工作环境

XAMPP and safe working environment

欢迎,

我有一个关于 PHP 开发环境的快速问题。具体来说,我想使用一个程序(可能是 XAMPP 或 WAMP)供家庭使用,php 开发。我主要担心这两个程序或建议的程序的安全方面。在连接到互联网时,它们在家中使用是否安全?是否有任何安全措施可用于禁用远程访问,以便只有我的电脑能够访问和控制?此外,你们建议使用什么程序进行 PHP 开发(mysql、apache)。

Would they be safe for home use while hooked up to the internet? Are there any security measures that can be used to disable remote access, so that only my pc were able to access and control?

如果您不转发任何端口并确保在计算机上使用防火墙(Windows 防火墙应该足够了)以阻止所有不需要的流量进入您的 PC,那应该不是什么大问题。

Additionally, what program would you guys suggest using for PHP development (mysql, apache).

这个问题太宽泛了,一般来说只要你觉得合适就用什么。如果您不知道什么最适合您,请开始使用默认配置。例如,XAMPP 使用 MariaDB 和 Apache。