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

Separation of website hosting from email hosting for a single domain

Is it ever good practice to separate website hosting from email hosting for a single domain, via virtualization? Example: A dedicated server hosts a single domain, xyz.com This server runs a web application, which is publicly available via…
Sai
  • 65
  • 1
  • 2
  • 4
0
votes
2 answers

Website fail over using 2 IP address

We have a moodle webserver with 2 Public IPs (different ISPs). Is it possible to make a mechanism, to access the website with other IP, if the first ISP connections fail? We have added 2 public IPs in DNS records. But found some articles say that…
iamsumesh
  • 145
  • 1
  • 7
0
votes
3 answers

Setting up my own hosting

I have a Linode VPS. This means I have root access; well, I thought I'd offer a bit of shared hosting. How do you get started doing this? I'm wanting to give PHP, MySQL, and PostgreSQL. Also, I'm going to be using Arch Linux. Can anyone point me to…
Earlz
  • 1,019
  • 5
  • 13
  • 29
0
votes
2 answers

Bandwith question: calling a "service" on my own server (from my server)

I am running a website, and I have some fastcgi apps that I want to call - however, the apps are not directly accesible to the public - they access them indirectly, through a RESTFUL service, which will then use Curl (or some other mechanism) to…
user25312
  • 47
  • 1
  • 6
0
votes
1 answer

Cyren (Zxyel) classified my fresh website as a "Spam Site". I have never hosted a mail server. What now?

About a month ago I bought a cheap VPS from a popular provider, and also bought a new domain name for it. It hosts Nextcloud and TT-RSS, and I have never sent an email from it -- yet on http://sitereview.cloud.zyxel.com/, it is classified as a "Spam…
D__
  • 101
  • 2
0
votes
0 answers

How to create, and quickly deploy a pre-configured Windows Server 2016 clone image to new machines?

I currently have a process in which I set up a new remote server, with no pre-installed OS. Connecting over IPMI and then RDP, I proceed to install Microsoft Server 2016, which takes 2-3 hours, apply new OS updates, then install and configure a…
rrowland
0
votes
2 answers

Sample ASP.NET web application for IIS testing

I'm configuring a shared hosting environment for ASP.NET on IIS. I'm looking for a simple, freeware (possibly not dependent on a database) ASP.NET web application for testing purposes. Could you recommend something?
rocku
  • 141
  • 1
  • 2
  • 6
0
votes
4 answers

Why does a domain resolve to private IP

While going through a domain in the format as mentioned below , I did host lookup using the host command and got a private ip address. auth-ns.auth-ns.workspace.agate.example.com host auth-ns.auth-ns.workspace.agate.example.com Why does an agate…
Joel Deleep
  • 145
  • 1
  • 1
  • 8
0
votes
1 answer

What kind of service I need to point multiple domains to different webpages?

I would like to provide my users a way to publish their site, meaning I'll be hosting it and I would provide them the DNS information so they can point their custom domain to it. I'm totally new on this field so my question might seem a bit weird,…
Steve
  • 203
  • 6
  • 13
0
votes
1 answer

Override NGINX location block - RunCloud

Would love some help with an problem that has me stumped. I am testing a hosting platform, Runcloud, to host a Nextcloud server. It uses an Apache/Nginx proxy setup and has a number of configuration files that can't/shouldn't be changed. It does…
ZipZapRap
  • 1
  • 1
0
votes
0 answers

Self-hosted site now producing ERR_CONNECTION_REFUSED

Earlier today I set up a self-hosted website using Ghost. Everything went fine and the site loaded. However, after restarting, I am now encountering ERR_CONNECTION_REFUSED when I visit the website URL. I have ran ghost start, followed by ghost ls.…
H H H
  • 1
0
votes
0 answers

How to disable Hosttech Website block

I am hosting a website on www.hosttech.at. The page was blocked because it had a malware. Before removing it, I created a backup of the page. After fixing it, the site was unblocked successfully. But then I deleted an important file and restored…
I'm a Car
  • 103
  • 5
0
votes
2 answers

Virutal Hosting using XAMPP in AWS EC2 INSTANCE

Trying to host 2 or more domains in a single aws ec2 instance. my configuration is: host: 18.219.39.37 [my domain] httpd.conf: Listen 80 AllowOverride none Require all granted #Virtual hosts Include…
0
votes
1 answer

domain connecting to localhost and links not working (ERR_CONNECTION_REFUSED)

I'm having trouble to get my website properly online, which I created/designed in Wordpress. I have bought a domain and rented a WordPress hosting server. I have uploaded my whole WordPress folder on my server by FileZilla and have as well uploaded…
0
votes
1 answer

Windows Server 2019 goes down and loses connection every few day. Ideas on how to diagnose?

I have a hosted dedicated Windows Server 2019 that is going down every few days. Randomly all of the websites that are hosted via IIS/PHP/MySQL will just stop working (going to the www.domain.com will just hang and timeout) and I won't be able to…