shared-hosting

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 the fcgi file, but the file itself shows up as plain text in the browser. If I run ./mysi...

Using WPF class in a web application, problem with hosting permission

I'm developing a DLL that uses WPF classes to make image manipulation. It works fine in my local environment, but when I try to use it in an hosted web site I retrieve this error: Request for the permission of type 'System.Security.Permissions.MediaPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e...

one CMS for multiple domains under one web host provider?

could anybody recommend free CMS that is preferably part of SimpleScripts or could be installed let's say with BlueHost shared hosting environment can handle multiple domains using one database/interface/CMS application. Every domain will have similar yet different content. I would like to have list of records in the CMS application th...

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? ...

Issues finding gems installed in my home directory during runtime

I'm on a shared host (yes, non ideal...but cheap!) and setting up gems for my rails app, and can't figure out why the gems are unavailable from ruby scripts (probably doing something stupid!) Env. variables: GEM_PATH = /home/myhome/ruby/gems:/usr/local/lib/ruby/gems/1.9.1/ GEM_HOME = /home/myhome/ruby/gems PATH = /usr/local/bin:/bin:/us...

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 that to find slow queries I can use slow query log functionality in MySQL. But on this shar...

ASP.NET MVC2 on GoDaddy

I've talked to GoDaddy several times but no one there knows what they're talking about. I'm creating a simple web site for a local company who uses GoDaddy Windows Shared hosting and I'd like to create the project using MVC version 2. The first time the guy said he hadn't heard of MVC and that GoDaddy doesn't support it. The second time...

Rails Application Hosting

Where do you host your rails applications? I've tried Heroku and Slicehost. I thought I would ask you, the knowledgeable guys here at stack-overflow, for hosting recommendations. Thanks in advance -- Deb ...

How to deployed Mvc Application on shared-hosting Server?

hi, I My Web site on a HELM Control Panel. I developed my web site on MVC.But My Hosting Provider having a Following components installed on That Hosting Account framework 3.5 and IIS6. But I am Unable to Run My site it display me Page not found error. ...

Getting "open_basedir restriction in effect" in spite of adding the correct entry.

I am trying to create a shared hosting scenario, using open_basedir option of php. I am doing this by adding the following to apache2.conf <VirtualHost *:80> ServerName lt1.example.net DocumentRoot /home/akshat/example/tmpblogs/tb1/ php_admin_value open_basedir /home/akshat/example/tmpblogs/tb1/ </VirtualHost> <VirtualHost ...

How shared hostings, domain names and DNS work together?

Hi, I 've this little doubt but I couldn't find information about it, probably because I'm not searching the correct thing. When a browser ask for "www.mydomain.com", the DNS server returns an IP Address, then the browser go there... but what does happen then? I mean, that IP address could be a shared hosting that contains hundreds of ...

Symfony on virtual host (document root problem)

Hello, I'm developing an application in Symfony and on localhost (XAMPP) I want to simulate the same conditions as on the webserver. The web server is configured as follows: /www => mydomain.com /foo => foo.mydomain.com /bar => bar.mydomain.com ... I'm going to put my Symfony application into /www direcotry so there'll be: /ww...

How can i forbid php to access other folders ?

I am using godaddy shared linux hosting and i hosted multiple domains in same package. Last week one of my wordpress sites was infected from an malware. Then this worm code seperated to my all domains instantly. The quesiton is how can i forbid to access other domains (folders) from a domain (folder) with php.ini or any other solution ...

ASP.NET 4 - MS SQL Server 2008 Hosting suggestion

I am looking for a ASP.NET 4 and MS SQL Server 2008 hosting. I will program my web sites with ASP.NET 4 and MVC 2. But i could not decide a hosting. Can you suggest me a hosting company? It will be very helpfull if you are using or used. ...

How to correctly configure server for Symfony (on shared hosting)?

Hi! I've decided to learn Symfony and right now I am reading through the very start of the "Practical Symfony" book. After reading the "Web Server Configuration" part I have a question. The manual is describing how to correctly configure the server: browser should have access only to web/ and sf/.../ directories. The manual has great i...

Redirect loop problem in IIS on shared hosting

Hi, I have a problem where when I go to my website it comes up with a redirect loop. I've tried clearing the URL Redirects from the IIS Admin Console in the web control panel from my hosting provider and I've also tried removing the httpd.ini file from the site root directory to try and clear all re-directs, but for some reason when I ...

Python: Mechanize and BeautifulSoup not working on a shared hosting computer

Hi, I am writing a small site decorator to make my local airport site work with standard HTML. On my local computer, I use Python's mechanize and BeautifulSoup packages to scrape and parse the site contents, and everything seems to work just fine. I have installed these packages via apt-get. On my shared hosting site (at DreamHost) I ...

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 have set up a subfolder under my ~/public_html/ directory called /domains/, where I creat...

Is it possible to run SVN server on LAMP? (e.g. GoDaddy shared hosting account)

I have a shared-hosting account at GoDaddy, which includes LAMP (Linux, Apache HTTP Server, MySQL, and PHP). I really like SVN as my source control, and I thought "hey, maybe it's possible to have my own SVN server hosted in my GoDaddy account!" So, is it possible? Is there a "bridge" that enables SVN on LAMP? ...

Running Ruby app on Apache

I have been learning Ruby lately, and I want to upload a test web application to my server. But I can't figure out how to get it to run on my shared hosting. My Hosting Details Shared Hosting with JustHost (see here for list of features) OS: Linux Apache: 2.2.11 cPanel: 11.25.0-STABLE No SSH access. Can install Ruby Gems. Can't instal...