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
7 answers

Host's sysadmins - can they view files?

Just a quick question. When using shared hosting, can system admins (employed by the host) access your files and read your database connectionstring details? Can they also access your database, and view the files, without a connectionstring? I'm…
FullTrust
  • 185
  • 2
4
votes
3 answers

Choosing a Host -- Reseller or VPS?

I'm developing a common-interest social networking community which is soon ready for release. I need some advice on what type of a hosting plan will best fit both my emerging website development company and my new (hopefully high-traffic) online…
pws5068
  • 155
  • 3
4
votes
7 answers

How do I securely execute commands as root via a web control panel?

I would like to build a very simple PHP based web based control panel to add and remove users to/from and add and remove sections to/from nginx config files on my linode vps (Ubuntu 8.04 LTS). What is the most secure way of executing commands as…
Chris J
4
votes
4 answers

How can I redirect domain A to domain B without hosting, using only DNS records?

I want to redirect domain A (without hosting space) to domain B (301), but when I try https://domainA.com or https://www.domainA.com it ends with ERR_CONNECTION_REFUSED. Is it even possible to use only DNS records? I'm using OVH.com redirection…
4
votes
6 answers

What is the most effective load balancing solution for Windows?

For this I am specifically referring to running websites on Windows, but it's not specific to IIS. We sometimes run Tomcat as well. Now obviously there are many hardware and software options to go with here and there are many points to consider in…
RobertTheGrey
  • 680
  • 2
  • 8
  • 16
3
votes
6 answers

what's the difference between PCI and SAS 70 compliance when I am shopping for a hosting company to stick my servers in?

I am looking for hosting, ec2 is SAS 70 compliant (almost) and I would have gone straight for PCI compliant and tier 4 only but I'm considering SAS 70. What are the differences or similarities?
Stewart Robinson
  • 1,155
  • 4
  • 12
  • 24
3
votes
10 answers

Best online backup provider with simple and secure FTP server

I'm looking to do online backups of some data from a Linux server. The amount of data is pretty small right now and it's unlikely to ever exceed 10 GB or so. I've already got a cron job set up that compresses and encrypts the data and uploads it to…
EMP
  • 5,172
  • 10
  • 37
  • 33
3
votes
3 answers

Precautions when using Amazon's S3

I am in the process of building a website that will distribute a large amount (>150GB) of small files (~25Mb Avg.) to a large number of people, since both bandwidth and disk space are expensive with my server company, and we are on a low budget, I'm…
Unkwntech
  • 1,760
  • 4
  • 19
  • 24
3
votes
3 answers

A few minutes of CPU time but on 1500 servers - where?

I have developed a software concept where I need to have approximately 1500 servers respond in parallel, in order to have a user interface that is responsive enough. I tried it out on a $1/month webhotel, and it could do my calculations and return…
Lars D
  • 282
  • 2
  • 16
3
votes
2 answers

HTTPS on IP address and not on domain name?

It looks like HTTPS certificate for an IP address and not for domain name is possible. My goal is to have an HTTPS on an IP address ex: https://XX.YY.WW.ZZ However I cannot find any company that provides such service: any advice ?
yarek
  • 827
  • 5
  • 13
  • 22
3
votes
1 answer

Hosting multiple Python or Django web apps - need advice on server strucutre/architechture

We have many web apps/sites. Some are fairly complex, but many of them are simple websites. Currently we host something like 10 sites in single dedicated server using nginx and uwsgi. While this is very cost effective and less time consuming to…
chhantyal
  • 221
  • 2
  • 6
3
votes
1 answer

how to find out who is managing my DNS records?

I have a following situation: a website is registered with registrar X, hosted on server Y and about to move to server Z. The both servers Y and Z do not manage the domain DNS as according to them “it is managed by the company it was purchased…
3
votes
1 answer

Where can I find free web hosting for my Perl application?

I'm learning Perl and I wrote a simple application which I want to host. I would prefer free hosting, because as I'm just learning and my project is very simple.
Nathan Campos
  • 241
  • 2
  • 11
3
votes
2 answers

eMail at one hosting provider, website at another?

I have a client that has a php website hosted at network solutions, along with years worth of email and lots of email accounts which he doesn't want to move. I am working on a new website for them that uses asp.net, and sql server, and I would like…
EJB
  • 1,329
  • 5
  • 16
  • 23
3
votes
2 answers

Should our web-app go Cloud or multiple VPS?

Let's say we have a web-app and there's an automated/under-the-hood process which updates the DB. At the moment, they all ran in the same server. We'd like to separate the batch-process from the apache activity and the DB: server 1: webserver -…
Trident Splash
  • 445
  • 1
  • 6
  • 13