安装自己的 http 服务器有什么风险吗?

发布于 2024-10-15 01:37:54 字数 284 浏览 2 评论 0原文

为了节省带宽并不受任何限制地使用 PHP,我正在考虑安装自己的 Web 服务器。

但是,我想知道是否存在任何风险:

  • 我的计算机是否更容易面临安全风险?如果我将路由器设置为不将任何传入请求转发到我的计算机,它真的不会存在安全风险吗?
  • 安装 XAMPP 是否是一个明智的解决方案,以免因安装每个单独的服务器和其他东西而变得混乱?
  • 我可以随时卸载 XAMPP 及其所有同级产品吗?卸载会使我的计算机再次清除安装的痕迹,还是会留下很多痕迹?

提前致谢。

To save bandwidth and play around using PHP and all without any limits, I was thinking of installing my own web server.

However, I was wondering if there any risks:

  • Is my computer more exposed to security risks? If I set up my router not to forward any incoming requests to my computer, will it really have no security risks?
  • Is it a wise solution to install XAMPP, so as not to clutter around with installing each separate server and stuff?
  • Can I uninstall XAMPP and all its siblings whenever I'd like to? Will an uninstall make my computer clean of the install again, or will there be alot of traces left?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

君勿笑 2024-10-22 01:37:54

如果您不打算将流量转发到本地计算机,我根本不用担心在本地计算机上安装 Apache。如果流量无法到达,唯一可能的安全问题将来自网络内部的事物,而如果您在家,那么无论如何,只有您自己。这是熟悉它的好方法。

我使用的是 Linux,但 XAMPP 听起来是一种非常方便的方法。

I wouldn't worry at all about installing Apache on a local machine if you're not going to be forwarding traffic to it. If traffic can't get to it, the only possible security issues would be from things internal to your network, and if you're at home that's just you anyway. It's a great way to get familiar with it.

I'm on linux, but XAMPP sounds like a very convenient way to go about it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文