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
6
votes
4 answers

How to log slow queries in shared hosting MySQL?

I have a shared hosting where I have my website and MySQL database. I've installed a open source script for statistics (phpMyVisites) and it started to work very slow lately. It's written using some kind of framework and has many PHP files. I know…
Tom Smykowski
  • 25,487
  • 54
  • 159
  • 236
6
votes
1 answer

How do I compile Redis so that I can upload and run it on shared hosting?

I need to run Redis on my shared hosting account, but I am unable to compile on the server because of the nature of shared hosting. I have SSH access, but my hosting provider told me that I would need to compile Redis first and then upload it to the…
6
votes
2 answers

Install python packages on shared host

I would like to know if it is possible to install (without using shell - I don't have any permissions to use command line) python packages on a shared host. (Do not ask to change host provider) Also, on that host is installed Python and Django and I…
Shmwel
  • 1,697
  • 5
  • 26
  • 43
6
votes
3 answers

Deploying Ruby on Rails on Bluehost

Does anyone here know how to deploy a Ruby app on Bluehost? I am having quite a problem with this. Everytime I put my files inside the folder where my domain is pointing at, it always giving me a 403 error when I try to visit the website.
user2185801
  • 119
  • 3
  • 9
6
votes
1 answer

Porting Django Project to 1&1 Shared Hosting Web-server

As a little background, I've been developing a django application for a 1&1 shared hosting website. When I tried to port the app to the web, I followed the tutorial from here: http://robhogg.me.uk/post/2. The servers have Python 2.6, and I installed…
user2639703
  • 61
  • 1
  • 3
6
votes
2 answers

Where to host a Restful web service in JAVA in shared hosting solutions

I have just finished developing a REST web service that is consumed by a mobile application. The web service is developed with Java and runs on an Apache server. I'm now moving to the testing part. And for that purpose, I need to host my web service…
ashabasa
  • 311
  • 2
  • 9
  • 20
6
votes
1 answer

Synchronize github with godaddy account

I develop front-end and back-end of many websites hosted on godaddy. I was looking for a way to synchronize the godaddy file manager with my local repository so as to prevent me from uploading the edited files each time. I push my code to github…
kushpf
  • 1,078
  • 10
  • 22
6
votes
12 answers

Cannot send email in ASP.NET through Godaddy servers

I have an ASP.NET application hosted on Godaddy that I want to send email from. When it runs, I get: Mailbox name not allowed. The server response was: sorry, relaying denied from your location. The important parts of the code and Web.config are…
Jared
  • 2,043
  • 5
  • 33
  • 63
6
votes
1 answer

Determine memory used by asp.net cache in shared hosting

According to this question, I want to know if asp.net's system.web.caching.cache is good for me, or I should use database caching? So, I need to know how much memory is being used by system.Web.caching.cache? But since I am using a shared hosting…
Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119
6
votes
3 answers

WebSocket server in PHP without daemons?

I will try to make my first post here as interesting as possible. Lately I have been interested in the feasibility of handling WebSocket requests on a shared hosting server. Please don't tell me "upgrade your plan". All this would be trivial on at…
user1354999
  • 163
  • 6
5
votes
2 answers

What is the proper way to deploy Orchard CMS to shared hosting?

I've created a basic website using the Orchard CMS, and attempted to deploy it to my shared host, Softsys, using Web Matrix (via FTP). Currently, the site technically "works", however it looks like all styling has been removed (even from the…
5
votes
4 answers

Deploy Next.js to Shared Hosting

I need to deploy a Next.js App to a shared hosting provider that supports Node.js. The official Next.js documentation says you (only?) need to run next start (via SSH I guess) on the server. Do I need to deploy the build version only or do I need…
Christoph Berger
  • 341
  • 1
  • 4
  • 16
5
votes
5 answers

403 Forbidden Laravel on shared hosting

I have a shared hosting and I'm trying to make my laravel project works on it, I'm using voyager to the admin panel. I put my app public folder inside the /public_html and the rest of the project on the same level of the /public_html, so it looks…
jackcar
  • 659
  • 3
  • 13
  • 28
5
votes
2 answers

Deploying Laravel on a shared hosting sub-directory

I'm trying to deploy laravel 5.5 inside a WordPress sub-directory on a shared hosting. I tried too many suggestions from google but I still can't make it work. It always returns a 404 error. WordPress is installed inside /public_html and I need to…
Dexter Bengil
  • 5,995
  • 6
  • 35
  • 54
5
votes
3 answers

Laravel application shared hosting, storage folder symbolic Link issue

I've created symbolic link at local PC, where its working fine, but I've uploaded same it to shared hosting, it is not working there. Basically I've images in the storage folder root/storage/public/images/ i want to display them by getting…
Dev Doc
  • 170
  • 3
  • 12