I recommend amazon web services, $15/month for a micro instance for testing/devel, and the costs go up from there depending on your needs. For the love of all that is good and wonderful in this universe, however, do not use godaddy for anything but SSL certificates and domain names. This just seems like an absolutely horrible idea. They're just not the kinda people you want to work with on things like that.
As alternative VPS providers go, there are slicehost, linode, rackspace cloud, and I'm sure some others too. In my experience with rackspace cloud, slicehost, and AWS, AWS has been best by far.
GHC compiles Haskell code to a UNIX executable, so anything that can run an arbitrary executable file and has some kind of front-facing server (e.g. nginx with mod_proxy) capable of proxying to your Haskell process is all you need.
If you are planning anything serious that is a little non-standard, get a VPS somewhere. It’s ~350$/year and you have a little virtual machine on which your are alone and you are root
发布评论
评论(4)
我推荐亚马逊网络服务,用于测试/开发的微型实例每月 15 美元,并且根据您的需求,成本会逐渐增加。然而,出于对这个宇宙中一切美好事物的热爱,除了 SSL 证书和域名之外,请勿使用 godaddy 进行任何操作。这似乎是一个绝对可怕的想法。他们不是那种你想在类似事情上合作的人。
作为替代 VPS 提供商,有 slicehost、linode、rackspace cloud,我相信还有其他一些。根据我使用rackspace云、slicehost和AWS的经验,AWS是迄今为止最好的。
I recommend amazon web services, $15/month for a micro instance for testing/devel, and the costs go up from there depending on your needs. For the love of all that is good and wonderful in this universe, however, do not use godaddy for anything but SSL certificates and domain names. This just seems like an absolutely horrible idea. They're just not the kinda people you want to work with on things like that.
As alternative VPS providers go, there are slicehost, linode, rackspace cloud, and I'm sure some others too. In my experience with rackspace cloud, slicehost, and AWS, AWS has been best by far.
NearlyFreeSpeech 是一个支持 Haskell 作为 CGI 语言的网络托管提供商 (支持的语言列表)。
我正在与他们一起托管我的个人网页,尽管我没有 CGI 部分的经验,因为我的网站完全是静态的。
NearlyFreeSpeech is a web hosting provider that supports Haskell as CGI language (list of languages supported).
I'm hosting my personal webpage with them, although I don't have experience with the CGI part, because my site is entirely static.
GHC 将 Haskell 代码编译为 UNIX 可执行文件,因此您只需要任何可以运行任意可执行文件并具有某种能够代理到 Haskell 进程的前端服务器(例如带有 mod_proxy 的 nginx)的东西。
GHC compiles Haskell code to a UNIX executable, so anything that can run an arbitrary executable file and has some kind of front-facing server (e.g. nginx with mod_proxy) capable of proxying to your Haskell process is all you need.
如果您正在计划任何严肃的、有点不标准的事情,请在某处购买 VPS。每年大约 350 美元,你有一个小虚拟机,你独自在上面并且是 root
If you are planning anything serious that is a little non-standard, get a VPS somewhere. It’s ~350$/year and you have a little virtual machine on which your are alone and you are root