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

AWS - How to handle global "Round Trip Time"?

Hey serverfault people, Image a generic "Software as a Service" company offering a service running on AWS (hey, that's us). There is no rocket science involved, standard web-application doing its thing as usual and an end-user smartphone app. As…
Markus
  • 1
  • 1
0
votes
2 answers

Getting rid of Plesk on a VPS

I've been using a relatively expensive VPS for hosting about 30 domains and I want to migrate to a cheaper one, without Plesk. Both use CentOS. My users will not care, they don't use Plesk anyway. But I will not be able to use it for creating new…
Tomas Andrle
  • 209
  • 2
  • 8
0
votes
1 answer

How to make a folder accessible with remote domain url?

I have a website http://example.com, which contains two folders http://example.com/site/ and http://example.com/blog/, placed at hosting X. Domain example.com is hosted by the same hosting X. Now the folder /blog/ migrates to hosting Y. How can i…
Evgeniy
  • 255
  • 2
  • 10
0
votes
2 answers

Hosting VPS, should I buy a public IP range?

I'm wanting to start my own VPS providing service. I noticed that the big companies of the domain are using public IPs for the client's VPS (the client directly accesses the VPS using a public IP that is assigned to this VPS). Is this mandatory?…
LeRouteur
  • 388
  • 2
  • 16
0
votes
0 answers

Mailman delivery troubles

I have apparently posted at the wrong place (superuser.com) for this question, so I'll just repost it here. Hope those of you who read both sites are not going to be offended. It's about mailing list management software called Mailman from GNU. Here…
stanigator
  • 123
  • 4
0
votes
1 answer

Dig from a specific domain shows no answer but normal dig works

I am having an issue with a WHM installation that was done over a week ago. It seems all is good on the WHM side of things but I am having issues with my nameservers I have set up Whenever I try to change a domains nameservers over to mine it…
0
votes
2 answers

How do the filepaths work for websites with multiple storage drivers/servers?

So I am developing this site on my localhost and currently when I 'upload' a file, I have set the file to be stored in an uploads folder, with sub-folders being generated consisting of the first 2 characters of the assigned file ID. For example,…
0
votes
3 answers

Implementing emailing (bulk & event based) features for my website

For my upcoming social networking website, I am looking for suggestions on the best way to implement emailing. Here are some of my requirements and constraints: Requirements: - Should be able to send emails based on events (new registrations,…
Kabeer
  • 195
  • 2
  • 8
0
votes
1 answer

procedure/protocol for ensuring the decency of a new IP address

According to the comments on is it possible to get a bad IP address when setting up a new VPS? one can't assume that a new VPS IP address is decent. So how do I ensure (before I start installing software and running services) that the IP is…
alec
  • 123
  • 3
0
votes
0 answers

How much DDOS mitigation one should expect from VPS provider?

We had a stateful WebRTC application which received some DDOS attacks. The server had 2gbits port, so any attack over 2gbits was able to make it unavailable. Afterwards we refactored the application to be stateless and now we can deploy it to any…
Eren CAY
  • 101
  • 1
0
votes
0 answers

Using Old Mac as Production Server

I am building a web-app and on my server, I need to execute some xcode-command-line-tools, so basically I come up with this architecture : Frontend(React) --> NodeJS(Ubuntu) --> MacStadium(DedicatedHostedServer) --> NodeJS(Ubuntu) -->…
0
votes
1 answer

Cant transfer file from Bluehost to SiteGround via SSH

I have a website that I'm trying to migrate from Bluehost to SiteGround. I compressed the website into a zip file, i created the SSH access within SiteGround and i'm successfully connected to it, when i try to transfer remotely the zip file located…
marouane91
  • 13
  • 2
0
votes
0 answers

ERR_TUNNEL_CONNECTION_FAILED for my website after installing new SSL certificate

My website groceryshoptest.com was hosted in Digital Ocean droplets with a Nginx server. I've used free SSL from Lets encrypts certbot, I've just put few commands which added some configuration in etc/nginx/sites-available/groceryshoptest file and…
Shahrear Bin Amin
  • 155
  • 1
  • 2
  • 8
0
votes
3 answers

Install ImageMagick on linux shared hosting

Is the installation of ImageMagick library possible for a non-root user in a shared hosting environment?
mr-euro
  • 848
  • 3
  • 14
  • 31
0
votes
0 answers

license.php file is automatically getting created on shared hosting server

On my shared host, license.php file is automatically getting created at root folder/directory of every domain. I have find and deleted this file multiple times from everywhere. Here is the code of the file on GitHub Gist:…