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

Is there a RoR hosting site that I can pay by month?

I need RoR hosting, but all the hosting solutions only allow payments by the year. I need a payment plan that is every month, or even every 4-5, but not a whole year.
cam
0
votes
1 answer

Apache serve service from local host on subdomain

I am trying to use Apache to serve multiple sites at the same time, the structure I want to obtain is composed by a main site at example.com and use the subdomains radarr.example.com and sonarr.example.com to access my Radarr and Sonarr servers. The…
0
votes
1 answer

Do I need to have an A record to send/receive mail?

This is basic level question, I'm not running my own servers. I've bought a domain name, but I wonder, do I also have to buy hosting with an A record, or I can just configure DNS mail records in the domain's dashboard?
Cornelius
  • 115
  • 1
  • 6
0
votes
1 answer

What to look for when searching for HIPAA Hosting Server?

We are looking to get a HIPAA Hosting server for one of our clients. What should we look for in such server? There are so many hosting providers who are offering the same things. How do I know which one is best? NOTE: I am NOT looking for hosting…
meetpd
  • 115
  • 4
0
votes
2 answers

is an HTTP connection secure if it points to a VPN client IP address setup on local server?

I have a local server setup in my LAN with an always on openVPN client. Therefore the public ip address of this server is not the same as the public ip of the router it is connected to. If I own a domain name, and add a DNS A record that points to…
bcsta
  • 103
  • 2
0
votes
0 answers

Access a Docker container remotely using my domain

I have a computer running Debian 11 and I’m trying to set up Supabase self-hosting. The Supabase official documentation only goes as far as starting the Docker containers and accessing them from http://localhost:8000. I can also visit…
Globe
  • 101
  • 1
0
votes
0 answers

One Website on multiple Servers

This is maybe a duplicate but I just can't find a thread which fits my question. Is it possible to Host one Website on multiple Servers? What I mean by that is, is it possible that a person which lives e.g. in Canada accesses a Server which is…
noah1400
  • 101
  • 1
0
votes
1 answer

Use "root" to install server and panel or install using another admin "user"

I have a website and some subdomains installed on Ubuntu server. I also have cron jobs running. webserver is OpenLiteSpeed and Panel is CyberPanel. I have a "root" user. And an admin "user" user, created as: sudo adduser user sudo adduser user…
0
votes
1 answer

Web and email host migration - Limitations and suggestions to make the process as easy as possible

I developed a website for a friend of mine to replace his current 'all inclusive' provider (website creation, updating, web hosting, email hosting). I've already paid for a hosting service which currently houses the website which I have created. I…
Jack Hickerson
0
votes
1 answer

Hosting .NET Core Razor Application on Ubuntu 20.04 with NGINX

I have started trying to self host some projects to get a better understanding of the Networking/Hosting principles and I have been having an issue with hosting a .NET CORE app in Visual Studio following the Razor MVVM pattern. Main question is, is…
0
votes
2 answers

Have godaddy point to specific path on custom ip

I have an ec2 machine running nginx. It has a lot of projects and typically I access it via: https://ai.mydomain.com/myproject One of these projects is spinning out to be separate. Assuming the ip was xxx.yyy.aaa.bbb, how would I get the godaddy to…
0
votes
1 answer

Newbie help - Domains/Subdomains

I have a domain with GoDaddy. I have a VPS with an IP address (and it does not come with a control panel). How do I create domains/subdomains and point them to Default websites and other websites in IIS 7? Do I need to sign up for Plesk(?)
user25164
  • 421
  • 2
  • 5
  • 17
0
votes
0 answers

Forwarding emails while keeping From header intact

What I want to achieve is mails sent to a specific user on my domain get forwarded to "subscribed" addresses I manage while preserving sender information and extending that with forwarding information, ie.: foo@mydomain.com -> mr.foo@gmail.com,…
Rafal
  • 1
0
votes
1 answer

Why was it considered good practice to host only one app per physical server?

It seems like before virtualization & cloud happened, in large companies running multiple business applications on-premise, IT departments prefered hosting one application on a dedicated server, instead of several application on one server. What…
0
votes
2 answers

Redirect IP to another if not available

I have 4 IPs something like that 10.10.10.11 10.10.10.12 10.10.10.13 10.10.10.14 and two ports 1000 and 1001. my Linux server should connect those IPs with ports. Now I want to make this process automatic. To be more precise, the server tried to…
coder
  • 101