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

Deployed ruby on rails on shared hosting - routing issue

I'm a rails newbie. I'm struggling to get a simple helloworld rails app(no db) working on on shared hosting. development.log Processing ApplicationController#index (for 122.61.170.222 at 2012-12-17 17:46:09) [GET] ActionController::RoutingError (No…
Ground Hog
  • 193
  • 1
  • 3
  • 13
0
votes
1 answer

I trying to start openerp-server with cron script

I have a webfaction account and I install openerp-server 6.1.1, when a start the server from ssh session it's works, when I close the session it close the server too. So I'm trying to start the server with cron. From cron I call a script like…
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
0
votes
2 answers

Getting around the max_file_uploads limit?

I have an HTML form with a list of uploaded images and corresponding input type="file" fields. As the list grows it begins to hit the max_file_uploads limit which, most often, cannot be modified on shared/mutual hosting. What approach(es) could I…
James P.
  • 19,313
  • 27
  • 97
  • 155
0
votes
1 answer

JavaScript web folder access password protected

My concept here is, I will upload files on my website via FTP e.g. www.mywebsite.com/dropbox/ And then I will share that URL with others, they can view the folder contents only if they can enter correct password. Can this be done with JavaScript…
STEEL
  • 8,955
  • 9
  • 67
  • 89
0
votes
2 answers

Sharing ASP.NET MVC applications

Like everybody else on this planet, I am currently working on a blogging engine using ASP.NET MVC . I am planning to make this open source under GPL, with a requirement that people already have ASP.NET 3.5 already installed on their machines. Let…
Chandra
0
votes
1 answer

Using IronPython at a hosting company

Does anyone have experience running IronPython in a shared hosting environment? Am using one hosting company but they don't support it. It's a project mixing ASP.NET MVC 4 with IronPython. I would do a VM somewhere if all else fails, but figured I…
Rob Koch
  • 1,523
  • 3
  • 18
  • 26
0
votes
1 answer

shared ssl 404 w/ existing htaccess - follow-up to /questions/12737308/

I hope asking a new question is the right approach to follow-up to an existing question(?) - please bear with me if not, I'm pretty much new to stackoverflow. That said, I'm referring to hide html extension + redirect .html version + special case…
0
votes
2 answers

Password Security for Shared Hosts (PHP 5.2+)

I'm working on some PHP meant to be deployed to users' servers - likely cheap/shared hosting (meaning lowest-common-denominator PHP 5.2, no modification of PHP installation). Common advice for password hashes seems to be bcrypt or scrypt, via…
cltatman
  • 125
  • 1
  • 6
0
votes
2 answers

What's the utility of SSH in a hosting?

Can anyone explain to me in layman what's SSH (Secure Shell) in a shared hosting? I know you can access the web hosting server remotely using a command line interface using an application like Putty. But does it give you have more access to the…
federico-t
  • 12,014
  • 19
  • 67
  • 111
0
votes
1 answer

Multiple web Application in on site

1 - I Want To Deploy Two Website in One Host and Maybe different ASP Version , so how can I do it , and fully isolate from each other ? 2 - in plesk how can add new Addone domain , i cant see thisoption in plesk!
Moslem7026
  • 3,290
  • 6
  • 40
  • 51
0
votes
1 answer

how to point to a folder in shared hosted server control panel

I wanted to deploy my project in shared hosting server.While deploying i found the below issues 1.I am not able to find how to point to my project folder. 2.how to set default document or startup page for the site. Please help.
0
votes
1 answer

Will developing for PHP 5.3 break compatibility with shared hosts?

I'm thinking of developing a project of mine using PHP 5.3 features like anonymous functions and namespaces, but I'm affraid some shared hosts out there won't support it and people who download my software won't be able to use it. Should I be…
SrgHartman
  • 651
  • 2
  • 8
  • 23
0
votes
1 answer

Web.config affecting the other domains in shared hosting account

I have the option to host multiple domains on a shared hosting account. I must host my primary domain in the root folder and other can be hosted within that root folder with separate folder for each domain hosted thereof. The primary domain…
hungrycoder
  • 507
  • 2
  • 9
  • 24
0
votes
1 answer

System.OutOfMemoryException on Shared Hosting

I have a shared hosting site and on it I have 3 websites hosted. 2 domains and one sub domain. I am having problems with my sub domain one. Every time I go to it I get 'System.OutOfMemoryException' Server Error in '/' Application. Exception of…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
0 answers

No access to images

I installed Symfony2 on a shared server, the problem is that I can't view the images that I call in my template. My pictures are in ~/myApplication/web/images directory. I tried these methods in my twig template:
Gildas Ross
  • 3,812
  • 5
  • 21
  • 31