hosting

CMS or framework that offers reseller hosting

just doing some preliminary research on a project. do any frameworks like django or ruby on rails offer a way of creating a web app which allows you to sell web hosting to clients and sell domain names? i have looked at sites like hostgator but want to make some more customized. my clients wouldnt need all the bells and whistles of a n...

Suggestions for a hosted database

I would like to have a SQL database online, but don't want to deal with its care and feeding. There are some commercial offerings out there for hosted DBs, for example Amazon SimpleDB. Can anybody suggest others, and if they used any of these services what their impressions were? Anything that helps me make an informed decision would be ...

Migrating Wordpress to another host: Can't login b/c it's confused about the host!

It's incredible! I've just migrated a simple Wordpress site from my usual host to my client's host. The root directory for the site used to be http://www.imagineelection.com/watamu, and now it's http://www.watamuturtles.com The http://www.watamuturtles.com homepage loads fine, but all of the links on the page still point to the old do...

How many Rails apps on 1 Heroku dyno?

I just can't find how many apps you can host on heroku with one dyno? I plan to host a lot of small apps with little traffic. Thanks for your answers ...

hosting acounts for large uploads

Hi, im wondering if anyone knows of any host providers ( uk preferably ) that deals mostly with accepting large file uploads. Most hosts only let you push something like 1.5mb ( thats taking into account the connection and the max execution time ). What i am looking for is a host specificaly for storing files on. I was going to create a...

Any Erlang vps web hosting exist ?

Where can I found any erlang web hosting ? ...

Were we can host asp.net application for free

hi people, I want to host my asp.net application which has MS Sql as back-end, i want to host it on some free web site hosting portal this is for development purpose only. Im fine for apache and mysql back-end too. Any suggestion, people there knows which is the best so... please suggest. ...

db4o on shared hosting with asp.net MVC

I'm wanting to use DB4o on an asp.net MVC project i'm working on but wondering if anyone has got this working on shared hosting plan, have contacted discountasp and asked them and they said go to the forum as they were not sure if they supported it or not or any configuration that would be needed. but the forum wont let my post on becau...

Why use JSP/Servlets?

I have done a lot of web development using PHP (both procedural and OO). I have in the last few years been involved in Java development (not JSP and Servlets) for embedded systems. I am pretty proficient using Java SE and have recently scored a nice web dev job. I am thinking of developing this site using JSP and Servlets but this is str...

What is the easiest way to install a R web application through RApache?

Hi all, I use windows XP and R for my desktop use. And a shared hosting account (at some company) for my web hosting needs. I wish to create an R web application and I understand that one such way is by using R with Apache through RApache , but since my current shared hosting plan doesn't allow me to install RApache I am a bit stuck. ...

Php gettext extension works on my local host but its not working on my hosting

I tried php gettext in my localhost and everything worked, but when I uploaded the files to my hosting it said the following: Warning: putenv(): Safe Mode warning: Cannot set environment variable 'LC_ALL' - it's not in the allowed list in /www/zxq.net/w/e/e/weedcl/htdocs/localization.php on line 4 Fatal error: Call to undefined function...

What's the simplest Php alternative to the Php gettext extension which can be supported by all kind of free hosting

I'm using Zymic, its a great hosting but it doesn't support the php gettext extension. I'm planning to buy some hosting in the future, but from now I want the simplest solution in order to replace the function of gettext, in this case I want to display different text (English, Spanish, Chinese, etc...) without modyfing the file too much ...

Recommended E-Commerce Platform for Power Users (Highly Customizable)?

I'm the primary tech guy for an e-commerce site that gets 700k pageviews/mo. and does over $1M/yr. in online revenue. We've long outgrown our in-house LAMP e-commerce application and I'm searching for alternatives. I've looked at almost every OSS shopping cart I could get my hands on, but none of them have met our needs. I've pretty...

App Java and hosting mysql

I have a Java application and I have to connect to a MySQL DB host in aruba.it. If I make a connection, aruba.it refuses that. How to solve this? ...

I get session and cookie warning when I upload my php code to a server

I get this: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /www/zxq.net/w/e/e/weedcl/htdocs/index.php:3) in /www/zxq.net/w/e/e/weedcl/htdocs/common.php on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at ...

Deploying a Custom Program to a Hosting Service

I am a total newbie in servers/hosting etc, although I have some experience in programming in C,Java,etc. So excuse me if the question is 'absurd'. I recently bought service from a hosting site,namely this(hostmds). I have some code I've written in C++ and I want to run it in the hosting site. So my question is: Is this possible, or w...

Make WCF service be accessible through Internet.

I've made a WCF service. I want it's client to be able to access it from anywhere. How can I do that? Details: I want it to be hosted in a Windows process, not a site. I'm using TCP binding. I don't know almost anything about web hosting etc. It's desirable not to use IIS... I have found many recommendations in the web, but stil...

Selecting a Rails host

I'm close to picking a Rails host. I think I need a VPS solution, because (1) my Rails app has gems and plugins that I need to install to get it working, and (2) I need an SMTP server to send emails from my rails app out to users. But then it occured to today... 1) Do I actually need VPS and root access to get my app up and running, ju...

Do CNAME DNS entries affect SEO?

I am setting up a website for a client which I will be hosting and maintaining, and I am trying to determine what will be the most pain free setup. My thought is to do the following: 1) Set up the clients domain at client.mydomain.com 2) Have the client update their dns records for *.client.com to CNAME client.mydomain.com From a prac...

How to validate open id in Shared hosting?

I have a site hosted on a shared hosting, I am building a forum and want users to register through OpenId. The problem is I am not able to connect to OpenId providers like Google and Yahoo, because my server doesnt connect to them! Is there a way to use client side OpenId validation using ajax (XmlHttp) or anything like that? ...