安装自己的 http 服务器有什么风险吗?
为了节省带宽并不受任何限制地使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不打算将流量转发到本地计算机,我根本不用担心在本地计算机上安装 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.