Questions tagged [web-hosting]

Web hosting is a service that provides clients with the ability to make their content web-accesible by renting server space in a company's data center.

Web hosting is a service that provides Web users with online systems for storing information, images, video, or any content accessible via the web—often in the form of web pages.

The scope of web hosting services varies greatly. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web "as is" or with minimal processing. Many Internet service providers (ISPs) offer this service free to subscribers. Individuals and organizations may also obtain Web page hosting from alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or inexpensive. Business web site hosting often has a higher expense.

Web hosts often make extensive use of virtual machines and various open source platforms (e.g. LAMP) to provide the level of server abstraction, ease-of-use, and minimized cost that make modern web hosting feasible.

3135 questions
147
votes
9 answers

Unable to negotiate with XX.XXX.XX.XX: no matching host key type found. Their offer: ssh-dss

I am trying to create a git repository on my web host and clone it on my computer. Here's what I did: I created a repository on the remote server. I generated a key pair: ssh-keygen -t dsa. I added my key to ssh-agent. I copied to the server public…
Nikita Gorshkov
  • 1,637
  • 2
  • 12
  • 20
123
votes
5 answers

How to host a Node.Js application in shared hosting

How to host a Node.Js application in a shared hosting I want to host a node.js application in shared hosting. Does anyone have any reference or documentation to refer to?
somesh
  • 3,508
  • 4
  • 16
  • 10
115
votes
6 answers

Hosting and setting up own shiny apps without shiny server

I'm trying to make shiny apps available to my coworkers without them having to run or even have R installed. So I read this webpage and found this sentence: If you are familiar with web hosting or have access to an IT department, you can host…
schlusie
  • 1,907
  • 2
  • 20
  • 26
106
votes
12 answers

Viewing my IIS hosted site on other machines on my network

At home I have a simple network setup containing 2 machines. On one machine i have a site hosted with IIS7. Rather than the standard localhost/index.htm address I have added an entry in the HOSTS file pointing the local IP (127.0.0.1) to this domain…
Truegilly
  • 1,061
  • 2
  • 8
  • 3
86
votes
5 answers

Heroku: web dyno vs. worker dyno? How many/what ratio do I need?

I was curious as to what the difference between web and worker dynos is on Heroku. They give a one sentence explanation on their pricing page, but this just left me confused. How do I know how many to pick of each? Is there a ratio I should aim for?…
varatis
  • 14,494
  • 23
  • 71
  • 114
66
votes
7 answers

CNAME entry not working on NameCheap using Amazon Certificate Manager

I am trying to set up a few SSL certificates in Amazon Certificate Manager, but I am trouble getting them verified after adding the CNAME in Namecheap. Here is an example of the CNAME verification entries at Amazon Certificate Manager Here is an…
sigur7
  • 796
  • 1
  • 11
  • 35
65
votes
7 answers

Uploading Laravel Project onto Web Server

I am trying to upload my Laravel project onto my web server, but my past two attempts have been unsuccessful. I believe I am not uploading the files to the right location. This is my web server's structure -> Am I correct to say that I need to…
Sainath Krishnan
  • 2,089
  • 7
  • 28
  • 43
59
votes
3 answers

Difference between web server, application server and database server

I read somewhere that a web application consists of a web server, application server and a database server. What is the difference between these three ? I asked this question because I remember when I hosted a website, all I had was a https login…
OneMoreError
  • 7,518
  • 20
  • 73
  • 112
57
votes
12 answers

A default document is not configured for the requested URL, and directory browsing is not enabled on the server

I have just deployed my asp.net mvc-2 website to a server (using dotnetpanel). But getting this error A default document is not configured for the requested URL, and directory browsing is not enabled on the server. What settings I needs? Its…
coure2011
  • 40,286
  • 83
  • 216
  • 349
46
votes
7 answers

How to redirect siteA to siteB with A or CNAME records

I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two: subdomain.hostone.com --> subdomain.hosttwo.com I added a CNAME record to host one that points to subdomain.hosttwo.com but all I get is a '400 Bad…
Peter Coulton
  • 54,789
  • 12
  • 54
  • 72
44
votes
4 answers

Amazon s3 static web hosting caching

I'm using Amazon S3 webhosting for my static html,js,css (etc..) files. After replacing my index.html file, I still get the old version when consuming via the browser. I would like to set a default ttl to the bucket (and not to specific objects in…
Mattan Bitner
  • 1,463
  • 3
  • 14
  • 29
42
votes
7 answers

Can I host my wordpress blog on github pages as a static webpage

I would like to make my WordPress blog installed on Localhost to push into GitHub and run that on GitHub as a static page. Can I do it, and if yes please give me a detailed answer with the steps and problems involved? I don't care if my page is…
Hari
  • 437
  • 1
  • 4
  • 3
39
votes
6 answers

Is it possible to use AWS as a web host?

Is it possible to load / host an entire website using AWS? Or is it only a service that can load specific pieces of a website - such as images, etc. Obviously, I'd want to use my own domain. If you can use it, are there any limitations? Here's the…
Matrym
  • 16,643
  • 33
  • 95
  • 140
38
votes
6 answers

Deploying ASP.NET MVC4 App to GoDaddy Compiler issue

Have seen several posts about deploying MVC apps to GoDaddy. None of them seem to address the issue we are having. We have followed the advice about checking runtime versions, IIS pipeline modes, publishing and copy local to true on assemblies so…
Keith Franklin
  • 473
  • 1
  • 6
  • 13
33
votes
6 answers

Where and how to deploy a Java Spring Boot application for free?

I want to know where and how can I deploy a Java web application made with Spring Boot or an app built with servlets or JSP. Consider me a beginner in this topic. If you have suggestions about what I should learn first in order to accomplish this…
Dev
  • 794
  • 1
  • 9
  • 21
1
2 3
99 100