问题标签 [hosting]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
5 回答
9218 浏览

hosting - 我需要在标准服务器机架上留出空隙吗?

我们有一个 42U 机架,很快就会收到一批新的 1U 和 2U 服务器。这里的一个人认为您需要在服务器(1U)之间留出空隙以帮助冷却。

问题是,你呢?环顾数据中心时,似乎没有其他人在,这也减少了我们可以适应的程度。我们使用的是戴尔 1850 和 2950 硬件。

0 投票
2 回答
468 浏览

hosting - 切换到非托管虚拟专用服务器 (VPS) 托管服务提供商时的技术问题?

我正在考虑将一些小型客户站点转移到非托管 VPS 托管服务提供商。我还没有决定哪一个,但我的理解是他们会给我一个基本的操作系统安装(我更喜欢 Debian 或 Ubuntu)、一个 IP 地址、一个 root 帐户、SSH,仅此而已。

理想情况下,我想为我的配置设置创建一个完整的 VM 映像,然后将这些位发送给提供商。有没有人有这方面的经验?我在 Coding Horror 中看到 Jeff 谈论过类似的事情。但我不确定他的经历是否典型。我想它还取决于主机使用的 VM 服务器的类型。

此外,这些主机是否提供反向 DNS?这对于发送电子邮件的网站很有用。我知道 GMail 往往会在没有它的情况下反弹来自服务器的任何内容。

最后,我可能需要多个 IP 地址,因为至少有几个站点具有 SSL 保护,这不适用于基于名称的虚拟主机。有没有人通过 VPS 遇到多个 IP 的问题?我不这么认为,但我听到过相反的耳语。

0 投票
2 回答
2263 浏览

wpf - 如何在 WPF 中托管外部应用程序?

如何.Net, Java, VB6, MFC, etc在 ? 中托管 ( ) 应用程序WPF window

我需要使用WPF windows来包装外部应用程序并控制窗口大小和位置。

有没有人对如何实现这一目标或研究方向有任何想法?

0 投票
4 回答
2097 浏览

perl - How can I limit execution time for a Perl script in IIS?

This is a shared hosting environment. I control the server, but not necessarily the content. I've got a client with a Perl script that seems to run out of control every now and then and suck down 50% of the processor until the process is killed.

With ASP scripts, I'm able to restrict the amount of time the script can run, and IIS will simply shut it down after, say, 90 seconds. This doesn't work for Perl scripts, since it's running as a cgi process (and actually launches an external process to execute the script).

Similarly, techniques that look for excess resource consumption in a worker process will likely not see this, since the resource that's being consumed (the processor) is being chewed up by a child process rather than the WP itself.

Is there a way to make IIS abort a Perl script (or other cgi-type process) that's running too long? How??

0 投票
10 回答
1413 浏览

hosting - Reliable and performant cheap (ish) hosting for ASP.NET 3.5 and mysql

I'm looking for someone reasonably cheap but better than the majority of budget hosts out there. I'm currently with brinkster.net and I've become increasingly annoyed at the their immense unreliability and low available resources.

Fasthosts business plan is close, but has no mysql, only has ASP.NET 2.0 and is maybe slightly more expensive than I was hoping for.

0 投票
2 回答
1884 浏览

jakarta-ee - 支持 Java EE 应用程序服务器的主机控制面板?

我的服务器上目前有 WHM/cPanel,但它没有与任何 Java EE 应用服务器正确集成。我手动安装了 Tomcat,并通过 Apache 使其工作,但配置比我想要的更脆弱。

因此,我试图找到一个可以正确集成和管理 Java EE App Server 的替代品。


要求:

  • 开源/自由软件(即非专有)
  • 在 CentOS 上运行(尽管必要时可以选择 Debian/Fedora Core/FreeBSD)
  • 支持 Apache + Tomcat(或同等产品)
  • 自我监控(例如,如果 MySQL 发生故障,它会自动重新启动)
  • 用户帐户管理(轻松设置、限制空间和带宽配额等)
  • 友好的最终用户控制面板(用于配置数据库、邮件、统计信息、日志等)
  • 任何明显的东西我都忘记了。

是否有任何推荐的软件包可以完成所有这些工作?

0 投票
4 回答
3535 浏览

windows - 成本最低的 Windows VPS 托管?

有一段时间,我想我会在家里举办一些东西,因为我可以做任何我想做的事情。然而,飓风艾克让我断电了一周,我终于意识到这种情况是行不通的。

我的网站流量极低(每天 20 个访问者),所以我不需要大量的 CPU 或带宽。VPS 托管有哪些便宜的选择,可以让我灵活地做我需要配置服务器的事情,但成本不会很高。

0 投票
2 回答
1781 浏览

asp.net - 您能否通过 SSL 在单个 ASP.NET 应用程序实例上托管多个租户?

我有一个 ASP.NET 应用程序,它将托管多个租户(软件即服务风格)。每个租户都将拥有自己的域名(www.mydomain.com、www.yourdomain.com)和自己的 SSL 证书。

有没有办法托管应用程序,使所有租户都在同一个应用程序实例上?

  • 我知道您可以让多个 IIS 网站指向同一个共享位置,但这不起作用——它不是同一个实例。那是同一应用程序的不同实例
  • 我也知道您可以将 SSL 主机标头映射与通配符证书一起使用,但这不起作用,因为所有租户都需要是同一主域的子域 - yourdomain.commondomain.com、mydomain.commondomain.com。为了使解决方案有效,每个人都需要拥有自己的域名,而不是子域。(理想情况下,每个租户也可以选择使用 EV 证书,并且您不能拥有通配符 EV 证书。)
0 投票
3 回答
757 浏览

asp.net - 具有构建功能和源代码控制的 Asp.net 托管服务提供商

您能否推荐一个具有持续集成(cctray – nant 构建)和源代码控制设施 (svn) 的 asp.net 3.5 托管服务提供商?

我的要求是这样的:

  • 我签入到托管服务提供商空间上的一个 svn 分支(比如中继)。
  • 服务器上的 CruiseControl.NET 启动构建。
  • 我在我的cctray 上看到成功/失败。
  • 成功后,我的同行会访问网站(例如http://trunk.mywebsite.com)并查看更改
0 投票
8 回答
6991 浏览

java - 哪个 Linux 发行版最适合 Java Web 应用程序?

有很多 Linux 发行版可供选择!对于主要运行的 Web 托管环境,什么是“最佳”Linux 风格:Apache HTTP、Tomcat 或 JBoss、MySQL 和 Alfresco(不一定都在同一个实例中)。

在管理和配置的便利性、此类应用程序的性能和稳定性等方面是否存在显着差异?

你会推荐什么?

谢谢!麦克风