生产级服务器软件
我目前正在使用 XAMPP 在我的笔记本电脑上测试和运行我的网站。
是否有(良好、生产级、免费、基于 AMP)服务器软件?
或者我可以手动修复 XAMPP 中的安全漏洞(例如“root”没有密码)以使其达到生产级别吗?
平台:Windows 技术:Apache、MySQL、PHP 要求:托管在自己的服务器上 优势:轻松安装和配置
I am currently using XAMPP to test and Run my website on my Laptop.
Is there any (Good,Production Grade,Free,AMP based) server software?
Or Can I manually fix the security holes in XAMPP (like no password for 'root') to bring it up to production level?
Platform : Windows
Technologies: Apache, MySQL, PHP
Requirements: Hosting on Own server
Priveleges: Easy installation and configuration
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你最好自己设置一下。 这并不困难,特别是因为网络上有大量的指南。 尝试使 XAMPP 达到生产质量也需要同样多的工作。 以下是一些链接:
您可以轻松找到更多通过谷歌搜索。
You're best off just setting things up yourself. It's not that difficult, especially since there are scores and scores of guides around the web. Trying to bring XAMPP up to production quality would be just as much work. Here are some links:
You can easily find more by doing a Google search.
为什么不直接使用官方的 Apache? 它是世界上最常用的生产 http 服务器。
您能否通过有关您的平台和要求的详细信息来扩展您的问题?
Why not simply use official Apache? It's the most-used Production http server in the world.
Can you expand your question with details on your platform and requirements?
您最好自己配置完整的堆栈。 这可确保您了解正在运行的内容以及其配置方式。 即使您使用捆绑包(如果您这样做,我强烈推荐 Zend Server),无论如何,您都需要运行服务配置。 切勿在生产环境中依赖任何现成的东西。
如果您自己配置堆栈,Google 是您的朋友,这里也有大量资源可以提供帮助。
You would be better off configuring the full stack yourself. This ensures that you know what's running, and how it's configured. Even if you use a bundle (I highly recommend Zend Server if you do), you would need to run through the service configurations anyway. Never rely on anything out-of-box in a production environment.
If you do configure the stack yourself, Google is your friend, and there are plenty of resources here to help as well.