Questions tagged [shared-hosting]

Websites that are hosted on servers where many other peoples sites are hosted can have specific problems due to security concerns, lack of control of installed libraries, no root access etc.

There are many Shared Hosting providers that allow hundreds of sites to be run on a single server. To ensure everythings works as well as possible for everyone certain features of scripting languages are switched off and can cause problems for developers.

1607 questions
14
votes
5 answers

how to deploy vue app in the shared hosting environment?

I would like to deploy my vue application on shared hosting server. How should I do it? Its a bit confusing as of now. Will I need express js for it or I can directly upload it like the normal html site?
Chirag Chaudhari
  • 1,617
  • 3
  • 14
  • 20
14
votes
2 answers

ASP.NET MVC app custom error pages not displaying in shared hosting environment

I'm having an issue with custom errors on an ASP.NET MVC app I've deployed on my shared host. I've created an ErrorController and added the following code to Global.asax to catch unhandled exceptions, log them, and then transfer control to the…
Bryan
  • 2,870
  • 24
  • 39
  • 44
14
votes
2 answers

How to deploy Symfony2 on a shared-hosting?

I want to access my symfony app in production env (http://www.sample.com/amateur1/web/app.php) from this url http://www.sample.com/amateur1. To do that I moved the .htacces file to http://www.sample.com/amateur1/.htaccess with this…
Jeflopo
  • 2,192
  • 4
  • 34
  • 46
13
votes
1 answer

implementing websocket server by nodejs on shared cpanel host

I have acquired a shared host with a cpanel which supports nodejs. I can define a node.js app through "Setup Node.js App". I want to make a websocket. They have opened 2088 Port for me. This is my websocket server code: const http =…
saeid ezzati
  • 855
  • 11
  • 29
13
votes
5 answers

What is the "Endurance Cache" feature in my WordPress website?

I noticed this new wordpress version I'm running has a "Endurance Cache" option at the bottom of the "Settings > General" page. That is caching all of the changes I'm doing on css. So whenever I update something the changes don't reflect on the…
user2974961
  • 335
  • 1
  • 6
  • 14
13
votes
3 answers

How to web deploy from Visual Studio 2013 to Godaddy.com

I am looking for help with the Web Deploy tool in Visual Studio for Web 2013 using godaddy.com as the host provider. I bought hosting space and linked a domain name to that hosting space. I have a web forms solution I created in Visual Studio for…
Micro
  • 10,303
  • 14
  • 82
  • 120
12
votes
1 answer

Hesitating between git and fossil

Newbie to Fossil (or any other version control system) here. Used a proprietary one earlier, but never set one up myself. Currently, I am looking to set one up so that my friends and I can use it for a project. I chose Fossil primarily because…
Samudra
  • 1,013
  • 1
  • 14
  • 21
12
votes
3 answers

Deploy nodejs app to bluehost

I have a VPS in bluehost, I installed node and npm through SSH and I've managed to run a node app in www.mywebsite.com:3000, so I have two questions: 1) How do I run the app.js so when it 'listens' to www.mywebsite.com ? I mean when I go to…
LuisEgan
  • 952
  • 2
  • 13
  • 28
11
votes
3 answers

Shared hosting providers supporting RavenDB

I setup an AppHarbor application only to find out that it does not support embedded RavenDB. It looks like it may be coming soon to AppHarbor. In the mean time, all it does is throw an error as shown here. Does anyone have any recommendations for…
11
votes
3 answers

General purpose remote data backup and download - including InnoDb support

I want a PHP based solution to backup database (only data and not code) of a remote server and download the file. I know that Shell based solutions are better for doing such things (running a shell script on local system and connecting through SSH…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
11
votes
1 answer

Hosting ASP.NET Core application on shared Linux hosting

Now asp.net core has been released so we can develop/deploy .net application on any platform. I am trying to play with asp.net core and able to run my application on ubantu os(On Virtual Machine). But i just wanted to hosted dot net core application…
Manoj Verma
  • 364
  • 5
  • 12
11
votes
2 answers

Set PYTHONPATH for cron jobs in shared hosting

I had issues running my python script on shared hosting (bluehost), and with the help of other SO threads I was able to set PYTHONPATH and run the script with no issues. Now I need to run the script via a cron job. The cron jobs in shared hosting…
apadana
  • 13,456
  • 15
  • 82
  • 98
11
votes
3 answers

how to allow custom built "Scan this dir for additional .ini files" php.ini file to read

I am trying to install magento, here I came up with renaming a file name php.ini.sample to php5.ini. When I checked whether the file is reading or not I created a info.php file and uploaded to the server. Now the information shows as…
Deepesh Thapa
  • 1,721
  • 3
  • 19
  • 29
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

kex_exchange_identification: Connection closed by remote host

I've wanted to connect my share hosting with ssh. So I generate an ssh key in the ssh action of cpanel and authorized it. Then I've downloaded the private key and drop it in the ./ssh folder of my MacBook.I've used this code to connect my host. ssh…
Hanie Asemi
  • 1,318
  • 2
  • 9
  • 23