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
12
votes
1 answer

Anything wrong with running PHP and Ruby on the same Apache server?

We are trying to figure out the best way to distribute our applications among our available servers, which are few in number. Assuming adequate RAM and CPU power, is there any reason we shouldn't run mod_php and mod_rails (Passenger) within the same…
Ethan
  • 57,819
  • 63
  • 187
  • 237
12
votes
1 answer

Node request for certain site results in ETIMEDOUT error most of the time

Specs Here's some background info on the system I'm running: Ubuntu v 14.04 Node v4.4.0 Node request module v2.69.0 All of this on a DigitalOcean droplet/server on a New York-based center.   Problem Description So I run the following js file: var…
youngrrrr
  • 3,044
  • 3
  • 25
  • 42
12
votes
4 answers

Can MongoDB be hosted in-process?

Currently, everything that I've read indicates that you must run MongoDB as a separate process/service. Is there any way to host MongoDB in-process? If not now, are their known plans to implement such a feature?
Jordan
  • 2,811
  • 2
  • 20
  • 21
12
votes
6 answers

Django: vps or shared hosting?

I am new to web development and everything involved with it. Im finishing my website in django and i will soon have to find a hosting and deploy it. I heard there are vps or shared hosting types. So here are the questions: 1. How many visits/clicks…
barin
  • 4,481
  • 6
  • 28
  • 29
12
votes
3 answers

Hosting images on separate sub domains

My company hosts about 30 web sites all sharing the same code base and reusing many of the same images. Right now, the images for all of the sites are hosted on the one domain, and then every other site has to link to those…
Brad
  • 1,645
  • 2
  • 11
  • 11
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
7 answers

What are the advantages and disadvantages of self-hosting?

What are the advantages and disadvantages of self-hosting something like a svn repository? All links and ideas are appreciated. Off the top of my head: Advantages of Self-hosting Flexibility. On my own machine I can install whatever I want. If I…
vinc456
  • 2,862
  • 5
  • 23
  • 30
11
votes
5 answers

Any project hosting with a in-browser code editor like Google Code?

Google Code Project Hosting recently adapted CodeMirror to allow for quick in-browser editing of code in a repository. This seems extremely useful! Unfortunately not all of my projects are open source. Are there any other DVCS (Mercurial or Git)…
Ricket
  • 33,368
  • 30
  • 112
  • 143
11
votes
3 answers

Should I use Amazon S3 for my images or just keep them local on my server?

I have about 15 high res background images for my site, each weigh around 500 MB. Im wondering if there is an advantage to storing them on Amazon S3 instead of my own web server. It seems like the pages should load faster if local to my server, but…
JoshL
  • 1,397
  • 1
  • 12
  • 28
11
votes
9 answers

Running my own server with a "developers background"?

I have a couple of different projects running for the moment - some PHP apps and a few WordPress instances, which all currently are kept at a web hosting company. The contract period time is about to end and I would lie if I wouldn't say that I…
Industrial
  • 41,400
  • 69
  • 194
  • 289
11
votes
0 answers

MODULE_SET_RESPONSE_ERROR_STATUS Warning On my IIS Server Failed Trace Log

I created Web service with multiple endpoints. And I hosted that in my public iis server. My client trying to hit my end points, Except One endpoint rest of the end point are working fine. I can hit that particular endpoint with soap UI. But I…
Anbu
  • 111
  • 2
  • 4
11
votes
5 answers

Hosting Angular 2 app

I'm new to Angular 2, I know host Angular 1.x on shared hosting like GoDaddy, but I don't have idea how publish Angular 2 application, for example I have this structure folder: angular2-quickstart --app app.component.ts …
user1608228
  • 249
  • 1
  • 4
  • 10
11
votes
1 answer

How to implement Self-host WCF data services (http://localhost:1234/myDataService.svc/...)

I have a project that needs to implement WCF data services (OData) to retrieve data from a control system (.NET Framework Application). The WCF data service needs to be hosted by the .NET application (No ASP.NET and NO IIS). I have seen many WCF…
warmcold
  • 119
  • 1
  • 3
11
votes
7 answers

Should I use a hosted version of JQuery? Which one?

Should I use a local copy of jquery, or should I link to a copy provided by Google or Microsoft? I'm primarily concerned about speed. I've heard that just pulling content from other domains can have performance advantages related to how browsers…
ataylor
  • 64,891
  • 24
  • 161
  • 189
11
votes
10 answers

Online Perforce Repositories

Is anyone aware of of anybody offering hosted perforce servers? It doesn't have to be free - but preferably not too expensive! My understanding of Perforce is that it's free to use for personal projects, which mine is. Currently I have a perforce…
Oliver Hume
  • 489
  • 1
  • 7
  • 19