简体   繁体   English

寻找包含以下技术的Web服务器ColdFusion,PHP,MS SQL Server,MySQL

[英]Looking for a web server that include the following technologies ColdFusion, PHP, MS SQL Server, MySQL

Can anyone explain if it is possible to have a web server for all of these technologies: 任何人都可以解释一下是否有可能为所有这些技术提供Web服务器:

ColdFusion, PHP, MS SQL Server, MySQL ColdFusion,PHP,MS SQL Server,MySQL

I have a web developer insisting that they require all of the above however it doesn't quite make sense to me. 我有一个Web开发人员,坚持要求他们满足以上所有条件,但是对我来说这没有任何意义。

Any help or clarification is appreciated. 任何帮助或澄清表示赞赏。

It's possible, but MS SQL being a Windows only product, you'll need a Windows server, preferably one from the Server family (Windows Server 2003 or 2008). 有可能,但是MS SQL是仅Windows的产品,您需要Windows服务器,最好是Server系列服务器(Windows Server 2003或2008)。 PHP and mySQL can run happily on Windows, I've got them both running on the Windows 7 machine I'm writing this on. PHP和mySQL可以在Windows上愉快地运行,我使它们都在我编写此文件的Windows 7计算机上运行。

I don't know whether a hosting provider will run all these things on the same server in a standard (cheap) package - you may have to have one tailor-made. 我不知道托管服务提供商是否会以标准(廉价)软件包在同一台服务器上运行所有这些操作-您可能必须量身定制一个。 But that depends entirely on your situation, of course. 当然,但这完全取决于您的情况。

As to whether this makes sense , though - I don't know. 至于这是否有意义 -我不知道。 Is this a new product being developed? 这是正在开发的新产品吗? Then it sounds very strange to need two different database platforms, and two entirely different web development environments. 然后,需要两个不同的数据库平台和两个完全不同的Web开发环境听起来很奇怪。 If it's to integrate a number of existing products, it may make sense. 如果要集成许多现有产品,这可能是有道理的。

  1. It is possible to have all of those technologies installed on a Windows server 可以将所有这些技术安装在Windows服务器上
  2. It is possible to make a connection to both MS SQL and MySQL via both PHP and ColdFusion. 可以通过PHP和ColdFusion都连接到MS SQL和MySQL。
  3. Providers usually have PHP and MySQL as combination, but the bigger providers have also windows based hosting with an MS SQL database server, so a connection from the PHP linux server can be made to a MS SQL server (you do need some special library installed though I read ). 提供程序通常将PHP和MySQL组合在一起,但是较大的提供程序也具有基于Windows的MS SQL数据库服务器托管,因此可以将PHP linux服务器连接到MS SQL服务器(尽管您确实需要安装一些特殊的库) 我读过 )。
  4. Not many providers offer ColdFusion hosting, at least not in a shared manner. 很少有提供者提供ColdFusion托管,至少不是以共享方式提供。 There are a few, godaddy to say one among others such as hosting.com, take a google around the world to find them. 有几个,哥迪,例如hosting.com,可以带一个谷歌在世界各地找到它们。
  5. If you want to do this yourself, you could get a Windows VPS and install all the required software. 如果要自己执行此操作,则可以获取Windows VPS并安装所有必需的软件。
  6. ColdFusion exists now also opensource, something not many seem to know: Railo ColdFusion现在也开放源代码,似乎很多人都不知道:Railo

It is possible to have all of those installed. 可以安装所有这些。 We have a LAMP server that runs all of that but MSSQL. 我们有一个LAMP服务器,可以运行除MSSQL之外的所有服务器。 You could have a Windows box run all of them too. 您也可以让Windows框同时运行所有它们。 Not sure about MSSQL on Linux, but I know its definitely possible to have all that on a Windows box. 不确定Linux上的MSSQL,但是我知道将所有这些都放在Windows机器上绝对是可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM