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

Generate php source code based on php array

I've got a non-modifiable function which takes several seconds to finish. The function returns an array of objects. The result only changes about once per day. To speed things up I wanted to cache the result using APC but the hosting provider(shared…
Markus Hi
  • 1,709
  • 18
  • 19
4
votes
3 answers

PHP strange DOCUMENT_ROOT

So basically, I'm writing a framework, and as part of it features, it's supposed to provide a set of well-established URIs/paths to the end-developer. Some two of these paths make use of $_SERVER['DOCUMENT_ROOT']: /** * Absolute filesystem path to…
Christian
  • 27,509
  • 17
  • 111
  • 155
4
votes
2 answers

How can I test if IIRF works?

http://www.codeplex.com/IIRF/Thread/List.aspx My webhost installed IIRF for me and I am convinced that they did not do it correctly. I've tried numerous examples including one that I know works with apache's mod_rewrite but I can't get anything to…
jdelator
  • 4,101
  • 6
  • 39
  • 53
4
votes
4 answers

what hosts support Catalyst Framework Apps

I would like to use the Perl Catalyst Framework on a Shared Hosting Service, but I don't know if there are any that do support it. Are there minimum requirements in order to be able to run a catalyst app? Any help is appreciated.
kushan-
  • 168
  • 1
  • 7
4
votes
1 answer

How to use wkhtmltopdf without install it to the server

I'm using a free web hosting solution (000freehosting.com) that doesn't allow me to install any new tools, so I'm wondering if I could use wkhtmltopdf without installing it on the server. Thank you.
4
votes
3 answers

methods of hosting multiple apps on a single Tomcat

What are the normal ways of hosting multiple web apps on a single tomcat? One way i can think of doing it is using different context paths for the different applications, but that makes the url look ugly for potential customers. edit: i need to…
mkoryak
  • 57,086
  • 61
  • 201
  • 257
4
votes
3 answers

How to deploy a simple Angular2 app on a shared hosting?

I'd like to deploy my Angular2 app on my shared hosting. I tried transferring the files via ssh, but the app doesn't run. I guess there is something to do like the ng serve on local. What do are the steps to follow ? I couldn't find them on the…
Fab
  • 668
  • 9
  • 24
4
votes
2 answers

How to use phpMailer isSMTP on Bluehost?

It's taken me days to get the right settings so I thought I would post a php script that works on Bluehost. In initial tests using isSMTP is faster than isMAIL.
DCR
  • 14,737
  • 12
  • 52
  • 115
4
votes
3 answers

How do we change AppPool idle timeout in Plesk WebAdmin (Shared Hosting)?

I have a website that is hosted on Plesk in Shared Hosting. The session keeps on timing out because the app pool recycles after 5 minutes (even though session timeout is set to 30 min). The effect of session timeout is exaggerated because current…
user869375
  • 2,299
  • 5
  • 27
  • 46
4
votes
3 answers

How can I use `scp` to deploy a website's `.htaccess` file?

I am currently using the following command to upload my site content: scp -r web/* user@site.com:site.com/ This works great except that the .htaccess file is not sent. Presumably, this is because it's hidden. I have tried adding a second line to…
Frank Krueger
  • 69,552
  • 46
  • 163
  • 208
4
votes
2 answers

Host Primary Domain from a subfolder

I am having a problem making a sub directory act as the public_html for my main domain, and getting a solution that works with that domains sub directories too. Background My hosting allows me to host multiple sites, which are all working great. I…
Adam Harte
  • 10,369
  • 7
  • 52
  • 85
4
votes
4 answers

Laravel on shared hosting - subdomain

I am trying to deploy my laravel application on a shared hosting. It should be deployed in www.subdomain.something.com My folder structure is: /laravel app/ vendor/ bootstrap/ server.php artisan …
Wesley
  • 979
  • 3
  • 11
  • 18
4
votes
3 answers

Inexpensive CFML hosting on servers in EU

I'd like to change shared-hosting from servers located in US to EU in order to decrease number of hops and latency. Anyone having first hand experience with Coldfusion/Railo/OBD hosting providers from Europe?
zarko.susnjar
  • 2,053
  • 2
  • 17
  • 35
4
votes
1 answer

Unable to access website from internal network

The company i work for just begun hosting a new website and had to transfer the domain name from the ISP to a different hosting company. Now the website is accessible from outside the network but not accessible from inside the network. The ISP is…
David
  • 183
  • 1
  • 2
  • 14
4
votes
1 answer

FCGI htaccess handler

I'm trying to setup django on a shared hosting provider. I followed the instructions on http://helpdesk.bluehost.com/index.php/kb/article/000531 and almost have it working. The problem I'm facing now is that the traffic is properly routed throught…
sharvey
  • 7,635
  • 7
  • 48
  • 66