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
1 answer

How do I use let's encrypt with an Azure Storage Static Site/Azure CDN

i am working on hosting a static site in Azure Blob Storage. With an azure cdn it is possible to have a custom hostname and SSL, which suits my needs. I would like to use let's encrypt and make it renew itself. I suppose a good way to store the…
4
votes
5 answers

ASP.NET Future on linux?

I was wondering. What do you guys think about ASP.NET future on linux? I dont know much about IIS and i know some things about linux. I dont want to program anything in php and while searching for host i have a difficult time finding a host i like…
user274
4
votes
1 answer

Adding a whole IPv6 /64 block to a server using Netplan

I have read Adding a whole IPv6 /64 block to an network interface on debian We want to make use of the AnyIP feature to add a whole IPv6 /64 subnet block to a web hosting server but using Netplan because we are on Ubuntu 18.04 Side note: a couple of…
4
votes
7 answers

Expecting High traffic on website..How to manage

I am expecting high traffic on a corporate website i am managing.At present the website is hosted on godaddy shared hosting. As it will be an IPO for my clients company so i don't have any idea what kind of traffic surge there would be. How should i…
sunny
  • 149
  • 1
  • 1
  • 6
4
votes
7 answers

Dedicated firewall vs. on-machine

I'm setting up a bunch of Ubuntu servers in a colocation center. They offer a shared firewall service, but suggested I install a firewall on the servers myself, i.e. configure iptables on each machine (they suggested APF, but I'm leaning towards…
itsadok
  • 1,869
  • 5
  • 22
  • 33
4
votes
3 answers

Make reachable via a fixed address (e.g. IPv6) a server that is actually connected via a variable IPv4 adress?

Need: Internet host at a fixed IP address for full-stack self-hosting People want to perform self-hosting in an area where no ISP provide sufficient service with a fixed IP address. They provide one IP address that changes at least once every week…
4
votes
9 answers

RubyOnRails Inexpensive Hosting Service

I am looking for a hosting service to host RoR (Ruby on Rails) applications. Please suggest hosting services where I can get an inexpensive plan. What are the best options out for hosting when you are going live with public release? Thanks.
Ramiz Uddin
4
votes
5 answers

How do I redirect a domain

I have site hosted at a domain www.x.com. I have a newer version of the same site hosted at www.y.com. I would like to retire x.com, but for reasons of familiarity and pagerank, I need to keep the x.com domain for a while. What are my options in…
Jeff
  • 173
  • 1
  • 2
  • 4
4
votes
1 answer

Security in shared hosting vs VPS 'virtual appliances'

I have to change my hosting provider. Right now I have a shared hosting account but I'm considering trying the LAMP stack appliance from turnkeylinux.org. I'm very comfortable with using linux, I've been using it for a long time. I have no problem…
4
votes
2 answers

How to find the lowest latency midpoint between two geographic locations?

I'm looking for a geographic location (not service) to host internet services that will give me the lowest latency on connections from two other locations. How would I best determine the most ideal midpoint?
Ehtyar
  • 802
  • 6
  • 14
4
votes
3 answers

Where is hgweb.cgi in the Mac OS X deployment of Mercurial?

I'd like to serve a CGI-based Mercurial repository from my OS X machine, but I cannot for the life of me find the hgweb.cgi file, which I assume is step 1 of the process. My Mercurial installation comes from the OSX binary package installation, and…
Chris R
  • 533
  • 1
  • 5
  • 20
4
votes
6 answers

.NET 3.5, IIS 7, SQL Server 2008 hosting

Any recomendations on what services are out there to host an ASP.NET MVC application using .NET 3.5, IIS 7, SQL Server 2008? Any recommendation on shared? VPS? Dedicated?
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83
4
votes
6 answers

Secure hosted file sharing services for small businesses?

Scenario: A small business wants to share files securely with its clients. Some of the files are typical (e.g. word processing or spreadsheet docs), whereas some files may be large (e.g. database backups or video clips). The small business clients…
Chris W. Rea
  • 1,166
  • 1
  • 12
  • 18
4
votes
1 answer

Cheap 'n' easy AIX hosting services?

I'm working on a product that's written in generic, cross-platform-friendly Java. However, this Java component plugs into a natively-compiled, platform-specific third-party SDK. A potential customer runs AIX, so I need to create an AIX distribution…
Aron
  • 205
  • 2
  • 7
4
votes
5 answers

Ideal permissions scheme for multiple Apache/PHP sites

I'm hosting multiple sites from one server where each site has it's own user and www directory in their home dir. Currently our web server runs as user nobody(99). We're noticing that to run several popular scripts and engines, they require write…