English 中文(简体)
我有自己的服务器,XAMPP适合吗?
原标题:Designing local Intranet for 100 employees... I have my own server, is XAMPP a good fit?

我刚刚设置了一个Windows Server 2008 r2 虚拟机器, 将主持我们公司的内联网。 我本地使用 XAMPP, 但想知道在新的生产服务器上使用 XAMPP是否会引起任何问题 。

当然,我可以自己安装每个设备, 但是XAMPP让一切都变得容易, 而且因为严格来说, 任何能进入我们网络(内部)的人都可以看到... 如果有什么坏处呢?

最佳回答

http://www.apachefriends.org/en/xampp.html#300" rel="nofollow">XAMPP哲学:

The philosophy behind XAMPP is to build an easy to install distribution for developers to get into the world of Apache. To make it convenient for developers XAMPP is configured with all features turned on. The default configuration is not good from a securtiy point of view and it s not secure enough for a production environment - please don t use XAMPP in such environment.

我要说,在生产服务器上安装 XAMPP并不是一个好主意,因为所有功能都被打开,默认配置被设置为本地服务器使用。

考虑到安装/配置 Mysql、Php、Perl和Apache 的简单方式,在本地服务器上使用 XAMPP 几乎永远不会有什么问题。但您必须确定您在配置文件中打开一个 dev 服务器需要什么。

您应该事先验证 XAMPP 配置 。

但是,自LAMPP 0.9.5以来,XAMPP的安装可以通过调用“/opt/lampp/lampp安全”来保证安全。

我从来没有测试过这个安全装置

问题回答

使这些捆绑的包件变得伟大的是,它们做了许多可以节省开发过程时间的假设。这也使得包件不是主持制作实例的好主意。 箱外配置会损害安全和性能,因此理解配置选项阿帕奇、PHP和MySQL很重要,尽管这需要一些时间。

XAMPP只是一个为您设置 AMP (Apache, MySQL, PHP) 环境的软件。 只要您知道自己在做什么, 也就是说, 您应该能够配置 Apache, MySQL 和 PHP 来适应您的需要。 但通常情况下, XAMPP 提供的默认设置效果很好 。





相关问题
PHP fopen/fwrite problem on IIS7

I am running PHP5 on IIS7 on Windows Server 2008 R2. Check out the below code which writes a string received via a POST request parameter into an XML file. <?php $temp = ""; if($_SERVER[ ...

CDO.Message giving "Access denied" on Windows Server 2008

I have a Classic ASP page that creates a CDO.Message object to send email. The code works on Window Server 2003 but not 2008. On 2008 an "Access is denied" error gets thrown. Here is a simple test ...

Recreate DefaultWebsite on IIS7 / Windows Web Server 2008

I have accidently deleted the default-website on an "experimental" machine. It is a standard-installation of "Windows Web Server 2008" with II7 running. I have already tried to create a custom ...

how to create a web part to track page creation time

I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5. I want to create a simple web part which could ...

热门标签