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
14
votes
9 answers

For Python support, what company would be best to get hosting from?

I want to be able to run WSGI apps but my current hosting restricts it. Does anybody know a company that can accommodate my requirements?
Evan Fosmark
  • 98,895
  • 36
  • 105
  • 117
13
votes
4 answers

BizSpark deployment license hosting

I have signed up with BizSpark and it is a great deal, especially for people like myself in perennial startup mode. As part of BizSpark you get 3 year deployment licenses for software such as Windows Server and SQL Server. Is there any dedicated…
Craig
  • 36,306
  • 34
  • 114
  • 197
13
votes
1 answer

AWS, DigitalOcean vs heroku, google app engine

The difference between the AWS, DigitalOean and heroku and google app engine? AWS and DigitalOcean are web hosting site used to host simple dynamic sites where as the heroku and google app engine is used to deploy complex web applications? AWS is…
druuu
  • 1,676
  • 6
  • 19
  • 36
12
votes
2 answers

What is the difference between Windows Azure and traditional Windows hosting?

My knowledge of Windows Azure is limited to the several videos I watched on Microsoft's web site. Aside from a few new buzzwords, I'm not seeing how this platform differentiates from traditional web hosts that have existed for many years. Aside from…
James Jones
  • 8,653
  • 6
  • 34
  • 46
12
votes
7 answers

How to find a web hosting service for running Compojure

I am very interested in building a website using Clojure and Compojure, like so: http://briancarper.net/blog/deploying-clojure-websites However, due to my limited experience with the Java environment and Java culture, I am not sure where to begin…
kes
  • 5,983
  • 8
  • 41
  • 69
12
votes
2 answers

Connecting mysql remotely via free host

I registered on 000webhost and I can connect to mysql db pages that are uploaded there via: mysql_connect('localhost', 'user', 'pass') or die('Could not connect to database'); mysql_select_db('name') or die('Could not select database'); But it…
Dev555
  • 2,128
  • 4
  • 30
  • 40
11
votes
8 answers

Selecting a Rails host

I'm close to picking a Rails host. I think I need a VPS solution, because (1) my Rails app has gems and plugins that I need to install to get it working, and (2) I need an SMTP server to send emails from my rails app out to users. But then it…
jefflunt
  • 33,527
  • 7
  • 88
  • 126
11
votes
1 answer

woff font MIME type on live server error

I have an asp.net MVC 4 website where I'm using woff font. Everything works fine when running on VS IIS. However when I uploaded the pate to 1and1 hosting (live server) I get the following: NetworkError: 404 Not Found - …
ShaneKm
  • 20,823
  • 43
  • 167
  • 296
10
votes
3 answers

Hosting/transferring a web site on Google App Engine

I have my website currently hosted on paid server, but i want to transfer it on GAE. How can i do it? Can anyone please help me in this case.I'd appreciate your help. Thanks:)
sanorita
  • 933
  • 1
  • 8
  • 6
10
votes
6 answers

How Much Traffic Can Shared Web Hosting Take?

I have a cheap shared hosting plan with Reliablesite.net ($5/month). I've been making a small site I want to start promoting in a few weeks and I was going to roadtest it by hosting it with the shared plan I already have. My issue is that I don't…
Matthew Rathbone
  • 8,144
  • 7
  • 49
  • 79
10
votes
4 answers

Inconsistent ERR_HTTP2_SERVER_REFUSED_STREAM error on page-load

I do have at least two wordpress sites which very inconsistently throw a varying number of net::ERR_HTTP2_SERVER_REFUSED_STREAM errors. When these errors occur the number of errors thrown highly varies from page-load to page-load (or reload) from…
SunnyRed
  • 3,525
  • 4
  • 36
  • 57
10
votes
5 answers

Host a c++ desktop application on a webpage

I am having a desktop application which having a UI interface made in Qt linked with a library which is doing all the calculation stuff. Values from UI is taken and pass to the API's in the DLL to get the output which is shown on Screen. Now i want…
Maverick
  • 111
  • 5
10
votes
4 answers

GoDaddy hosting - How to solve Security Exception

I have a problem with new hosting in GoDaddy. Just for testing I created very simple ASP .NET MVC application without database etc. But GoDaddy triggers Security Exception for line @Html.ActionLink("Home", "Index", "Home") in my View. I don't…
Petr
  • 1,193
  • 1
  • 15
  • 27
10
votes
1 answer

Unable to make the session state request to the session state server?

I am trying to use State Server sessions. I have changed my Session state to the following: Running my website from local host and…
Pomster
  • 14,567
  • 55
  • 128
  • 204
10
votes
7 answers

CodeIgniter : Unable to load the requested file:

Hi I’m just new in codeigniter. My website works locally, but when I uploaded it, I got this error: An Error Was Encountered Unable to load the requested file: home\home_view.php Here is my controller:
Carl Michaels
  • 125
  • 1
  • 3
  • 12