Questions tagged [hosting]

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology should be asked at serverfault.com and more general questions should be asked at webmasters.stackexchange.com.

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology are probably best asked at serverfault.com and more general questions at webmasters.stackexchange.com.

5701 questions
26
votes
4 answers

Bitbucket reliable?

I understand this question is on the edge of being acceptable for stackoverflow, but still, I feel it is worth asking. I've started using bitbucket.org a couple of days ago, attracted by mercurial hosting, 1 free private repository, a wiki and an…
Rabarberski
  • 23,854
  • 21
  • 74
  • 96
26
votes
7 answers

Can't get Azure Virtual Machine to serve websites

I've just set up a windows azure VM and installed IIS on it. When I remote desktop onto the box I can see the default IIS website fine but I can't get this to serve on the web from the IP address of the box. I've opened up port 80 on windows…
Andy Roper
  • 403
  • 1
  • 5
  • 12
25
votes
4 answers

Is there any harm in hosting images off site?

Is there any harm hosting images through a website like Imgur then using the code provided to insert it into my website? Versus the traditional way of hosting the images on my server and linking them appropriately.
Nick Apromollo
  • 492
  • 6
  • 11
25
votes
2 answers

how much data can a 5MB SQL database store?

I'm interested in using Heroku for my project. I'm not interested in paying for it at the moment but the free plan only offers a 5MB database. Is there any measure I can use to know how many columns/rows of simple text data can be stored in a 5MB…
donald
  • 23,587
  • 42
  • 142
  • 223
25
votes
4 answers

TypeError: $(...).slider is not a function

Is there someway jquery slider dependent on server? I am using jquery library and Ui for jquery range slider. There is only one jquery library so i think no question on any conflict. The slider works perfectly fine in my linux server which gives…
gintech
  • 303
  • 1
  • 5
  • 10
24
votes
3 answers

NodeJS Managed Hostings vs VPS

There are a bunch of managed cloud based hosting services for nodejs out there which seem relatively new and some still in Beta. Yet another path to host a nodejs app is setting up a stack on a VPS like Linode. I'm wondering what's the basic…
Yousef Salimpour
  • 694
  • 1
  • 7
  • 15
23
votes
3 answers

Can I deploy my ASP.NET MVC 4 application in .net 4

I want to know about a thing that IS ASP.NET MVC 4 application can be run on .NET 4 server. I am trying to deploy my MVC4 application and I am got the error that. 500 - Internal server error. There is a problem with the resource you are looking…
user1240424
  • 259
  • 1
  • 2
  • 5
23
votes
2 answers

Work around Error 413 request entity too large

I'm working in project that allow to our employee to upload large files to our shared host and getting download link. the problem is that our hosting refuse to change LimitRequestBody for shared hosting. there is any other solution to work around…
Samir Nabil
  • 387
  • 3
  • 14
23
votes
3 answers

How to Deploy MEAN stack to my hosted server?

I have a great working website built with MEAN and works great locally. i wish to deploy it on my server, but i never deployed a website other than uploading the files to my website ftp. Tutorials anyone?
user349072
  • 493
  • 2
  • 5
  • 12
23
votes
6 answers

How to host python cgi script with `python -m SimpleHTTPServer 8000` or `python -m CGIHTTPServer 8000`?

When I run python -m SimpleHTTPServer 8000 or python -m CGIHTTPServer 8000 in my shell I am hosting the content of my current directory to the internet. I would like to make the following cgi_script.py work correctly using the above command in the…
Bentley4
  • 10,678
  • 25
  • 83
  • 134
22
votes
4 answers

Testing a Java library using 100 - 1000 GB of memory

I have an open source library which is designed to support very large collections efficiently. I have tested it on my PC with 24 GB but would like to test it on much a larger system, up to 1 TB. Most hosting solutions don't support this sort of…
Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130
22
votes
13 answers

Play Framework application deployment

it's been a long time working on a play app & now comes the time to deploye it. that my first time so i'm kind of lost. which hosting compagny is the best & offer good pricing ?
Mooh
  • 1,237
  • 3
  • 19
  • 38
22
votes
5 answers

ASP.NET CORE Hosting - Error Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list

I'm hosting ASP.NET Core 2 site and getting below error message. HTTP Error 500.21 - Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list My application is using nopCommerce 4.00 and server side already…
21
votes
1 answer

How can I host a Mercurial repository for several users myself?

There are a number of hosting services for git, Mercurial, etc. I need to host my own, because some of the data we want to keep there is of a sensitive nature, and we cannot move it off-site. I need to host a Mercurial repository on a server so that…
Robert Kosara
  • 583
  • 4
  • 10
21
votes
1 answer

Need a basic server backend for iOS app

I'm currently developing an iOS app and have reached the point where I need to implement a server backend in order to support the core functionality. Essentially, the app deals with text strings that need to be uploaded to a server. After receiving…
Harrold Kenning
  • 213
  • 1
  • 2
  • 4