Questions tagged [hosting]

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology should be asked at serverfault.com and more general questions should be asked at webmasters.stackexchange.com.

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology are probably best asked at serverfault.com and more general questions at webmasters.stackexchange.com.

5701 questions
17
votes
3 answers

S3 Static Website Hosting when Bucketname is taken?

I'm trying to host a simple static website from my AWS account with S3. I had an old dusty account with lots of strange settings from testing over the years, I also had an S3 account with a 'mypersonaldomain.com' and 'wwww.mypersonaldomain.com'…
Mike Fisher
  • 913
  • 3
  • 13
  • 27
17
votes
7 answers

Is there a free private Bazaar online source host?

I am looking for a free private online Bazaar source host. Does anybody know of any? I had a quick look and it seems there are lots of Git, Mercurial, and SVN options, but no Bazaar? Just to clarify, when I say "private" I mean in the sense that you…
Andrew
  • 11,068
  • 17
  • 52
  • 62
16
votes
3 answers

EC2 or S3 to host AngularJS app?

I want to launch a production version of an AngularJS application, and I find Amazon AWS to be an awesome hosting suite. As AngularJS is essentially static it could be hosted on S3 storage, or on an EC2 server with node.js backend. Either of these…
Leon
  • 1,851
  • 3
  • 21
  • 44
16
votes
6 answers

Firebase Hosting with own server node.js

I have webapp with firebase database. I would like hosting the app on firebase. My app has own server nodejs and using websockets. How can I host my app on Firebase? And how can I run my own server on Firebase?
jul56
  • 161
  • 1
  • 1
  • 3
16
votes
3 answers

Host 'hostname' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

My website is working perfectly on a localhost 'Wamp' server. However, as soon as I upload it to my web host for others to use, I get the following error: Host 'stats.starfish.arvixe.com' is blocked because of many connection errors; unblock with…
Matthew
  • 158
  • 1
  • 1
  • 5
16
votes
1 answer

Heroku kind of hosting for simple HTML/JS applications

I love using Heroku. I love the simplicity of doing git push into the server and have the Ruby on Rails app up and running. I am doing a simple HTML/JS application and I am wondering if there is any free hosting that allows this simplicity of…
Hommer Smith
  • 26,772
  • 56
  • 167
  • 296
16
votes
2 answers

How to serve custom domains pointing to a subdomain in Saas App

I want to create an example SaaS app, whereby users are able to signup, create web pages, use templates and/or customize them with custom css, serve their web pages off custom domains. I was considering saving the templates on S3/other CDNs, along…
Nasir
  • 2,984
  • 30
  • 34
15
votes
2 answers

rackspace vs EC2 vs Heroku vs Engine Yard for ruby on rails

I have a website I want to launch through either Rackspace, EC2, Heroku or Engine Yard. I have used Heroku and love how simple it is to get up & running, to push updates, manage my DB, etc. However, to get a hostname based SSL going, I will have to…
Ringo Blancke
  • 2,444
  • 6
  • 30
  • 54
15
votes
4 answers

Redirect a subdomain to a specific url using DNS

I've redirected my domain http://domain1.com to http://domain2.com using a 301 redirect. Now i would like to redirect subdomain.domain1.com to domain2.com/folder when the user arrives on that url. Can I do this in dns? Or in some other way? Thank…
cmplieger
  • 7,155
  • 15
  • 55
  • 83
15
votes
5 answers

Heroku - Spin Up

I have a site that I deployed to Heroku. It's a low traffic site so if nobody goes to it for a couple hours and then go to it, it will take about 5-10 seconds to load. Any other requests to other pages on that site loads up fine quickly. If I…
Steve
  • 11,831
  • 14
  • 51
  • 63
15
votes
3 answers

host node js on windows server (iis)

I started learning server side coding a month ago, I build a nodejs project and webservices with get and post requests using 'express' framework and mssql. My project file includes a 'main.js' file and a 'node_modules' folder. I'm trying to host…
jamian
  • 1,544
  • 2
  • 16
  • 25
15
votes
3 answers

Can I deploy my ReactJS app on a regular host?

I've seen many guides where people teach you how to deploy your react app on services like digital ocean, heroku, GitHub Pages, aws. But I'm wondering if I can deploy my React app (create-react-app) which consists of only front end in a host service…
Julio
  • 407
  • 1
  • 4
  • 14
15
votes
3 answers

How to host a reveal.js presentation

I'm new to all this web development things (I only know to do things in local). I did a presentation using reveal.js and I would like to be able to see it online (on my phone for example). I know that I should host it but I don't really know how to…
mel
  • 2,730
  • 8
  • 35
  • 70
15
votes
2 answers

How to point domain to site hosted on github pages?

I have created a website and placed it on github in the repo with USRNAME.github.com. First when I went to that website, my website displayed correctly. Then I bought a domain, lets say example.com. I placed a CNAME file in the repo, so now…
user1499495
  • 191
  • 1
  • 2
  • 6
14
votes
3 answers

Hosting for javadoc?

I have an open source project hosted on bitbucket. Bitbucket does not provide hosting for large number of small files (i. e. javadocs). Where could I publish javadocs? Javadocs must be browseable, not as single archive.
stepancheg
  • 4,262
  • 2
  • 33
  • 38