Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将在网络服务器上安装 swiftmailer,托管公司对我可以访问的内容设置了非常高的限制。我对服务器端脚本很陌生,因此想知道在 httpdocs 中安装 php 扩展(库)是否有任何危险,因为据我所知,如果你想破解一个网站,它是 Web 服务器最容易访问的部分?我有什么需要担心的吗?
这样做没有固有的危险,但是通过 .htaccess 禁用直接访问(感谢 mpm)是个好主意。