Questions tagged [hosting]

A broad term for a service where a third party "hosts" (physically stores/runs) computers, content or services that are managed and/or maintained by the customer. Questions that are specific to the current point in time (such as prices) are likely to be closed.

A broad term for a service where a third party "hosts" (physically stores) computers, content or services that are managed and/or maintained by the customer.

There are many types of hosting service employed today, including:

  • Dedicated hosting service, also called managed hosting service, where the hosting service provider owns and/or manages the machine, leasing full control to the client.

  • Virtual private server hosting, in which virtualization technology is employed in order to create multiple "virtual" servers that are leased out to customers

  • Colocation facilities, which provide the Internet connection, uninterruptible power and climate control, but let the client do his own system administration.

  • Cloud hosting, which can also be termed time-share or on-demand hosting, in which the customer pays for the system time and space used, and capacity can be quickly scaled up or down as computing requirements change.

Additionally, there are a number of popular, limited or application-specific hosting services, such as file hosting services, where customers store files on a service provider's machines, web hosting services, where a web page is hosted by a service provider, e-mail hosting service, where email services are hosted by a provider and DNS hosting services, where a service provider hosts DNS services and/or nameservers for a customer.

1228 questions
4
votes
4 answers

Has anyone ever tried to provide a host with their own memory for a dedicated box?

I realize this is a crazy question, but has anyone ever tried to provide a host with their own memory for a dedicated box? I am running on an alright rig on ServerBeach but like any host, they are holding RAM hostage. Its a bit absurd to me for…
Chance
  • 207
  • 3
  • 10
4
votes
3 answers

Linode hosting & Godaddy

I have registered a domain name with godaddy.com, also I have rented out hosting space at Linode.com Linode has given me a permanent IP. How do I link this IP to the domain name at godaddy.com ?
4
votes
1 answer

Open Source projects that need mirrors?

I have an idle web server with unlimited traffic running until January 9th, 2011. An answerer to this question had the idea of offering to host mirrors for Open Source projects. Does anybody know of Open Source projects that have such massive…
Pekka
  • 2,178
  • 3
  • 20
  • 32
4
votes
4 answers

EC2 vs VPS for hosting

I started out with Amazon EC2 as a monthly host for my project. I am running a 'small' Windows 2k8 instance with SQL server. This is the HW that I am getting: 1.7 GB memory 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit) [2.7 GHz…
user57692
4
votes
5 answers

Hosting a Server Written in C++

I want to host a server program written in C++. What are the best/easiest hosting options out there for native apps? I know for Rails there are EngineYard and Heroku. Is there something similar for native apps? I've looked at Amazon EC2, but that…
Matt Fichman
4
votes
3 answers

Finding a hosting service (offshore?) that doesn't automatically cave to DMCA demands

Some years ago I set up an April Fools hack that poked fun at a well-known web site. It was all aboveboard and well within what's considered legal (I checked with my lawyer). However, the well-known site sent an automated protest to my hosting…
ddoughty
  • 151
  • 2
4
votes
8 answers

Advice for a start-up (VPS, Dedicatedm, Co-hosted?)

I am almost completed on my website, its similar to facebook. I am expecting to have perhaps 500-600 people my first month. It's a LAMP Setup. the users images aren't too big (<20kb after I compress them, and its just really blogs and member…
Kladskull
  • 1,255
  • 5
  • 15
  • 32
4
votes
2 answers

Are there any hosts that use openstack?

http://www.openstack.org/ I'm looking for a good cloud hosting company with utility style costs (paying for how much bandwidth, hard disk, cpu is used.
Matthew
  • 1,859
  • 4
  • 22
  • 32
4
votes
2 answers

Colocation vs Dedicated hosting?

What exactly is the difference between these two options?
Abe Miessler
  • 925
  • 4
  • 11
  • 20
4
votes
1 answer

Is it possible install one instance of Trac for multiple independent projects?

I want to set up an SVN/Trac environment for multiple projects, something like the GitHub. It will host multiple projects with multiple developers in each. For simplicity the developers can be independent from other projects. I want to setup this…
grigy
  • 241
  • 1
  • 2
  • 9
4
votes
4 answers

Best and cheapest way to host 1000s email addresses for our subscribers

We need to assign each subscriber to our site a unique email address that will barely be used. What is the best way to do this? We could host it but may be better to be hosted elsewhere.
SCC
4
votes
8 answers

How could one archive all emails sent from employees?

My client runs a small business. This business has a small number of employees. They are currently hosted through GoDaddy for web and email. For legal reasons the client would like to archive emails sent by their employees. Currently the emails are…
Tom Kidd
  • 441
  • 1
  • 4
  • 8
4
votes
4 answers

Transition domain to new web host without waiting for DNS propagation

I was considering switching to Amazon EC2 to host my website to handle more traffic. It seems like I would have to update DNS records to point to the new server but I was wondering if there was a way to avoid having to wait for the new DNS record to…
jhchen
  • 175
  • 7
4
votes
3 answers

CHMOD To Prevent Deletion Of File Directory

I have some hosting on a Linux server and I have a few folders that I don't ever want to delete. There are sub folders within these that I do want to delete. How do I set the CHMOD permissions on the folders I don't want to delete? Of course, when I…
Fenton
  • 224
  • 2
  • 4
  • 15
4
votes
2 answers

How GZipped contents are transfered on the web?

I heard that static contents like CSS and JavaScript can be better delivered in GZip format. And Content Developer Network (CDN) always does so. However I don't understand how the format works. First when I tried making a gzipped file via…
PJ.
  • 3,017
  • 5
  • 21
  • 15