The web-hosting tag has no wiki summary.
48
votes
4answers
17k views
Heroku vs EngineYard: which one is more worth the money?
I looked this up on Google, but wanted more opinions before I committed to either service. Has anyone had experience with either (or maybe both) services? Are there any advantages or disadvantages ...
31
votes
5answers
8k views
Heroku: web dyno vs. worker dyno? How many/what ratio do I need?
I was curious as to what the difference between web and worker dynos is on Heroku. They give a one sentence explanation on their pricing page, but this just left me confused. How do I know how many to ...
20
votes
7answers
83k views
How to redirect siteA to siteB with A or CNAME records [closed]
I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two:
subdomain.hostone.com --> subdomain.hosttwo.com
I added a CNAME record to host one that points to ...
17
votes
3answers
5k views
How does Google App Engine compare to web hosting plans?
Google App Engine offers free quotas of 1 GB outbound traffic per day and 6.5 CPU-hours (based on a 1.2 GHz Intel x86 processor) per day.
How do those free quotas compare to web hosting plans? For ...
16
votes
5answers
12k views
Is it possible to use AWS as a web host?
Is it possible to load / host an entire website using AWS? Or is it only a service that can load specific pieces of a website - such as images, etc. Obviously, I'd want to use my own domain. If you ...
15
votes
5answers
8k views
URL rewriting in PHP without htaccess
website is running on a web hosting where we don't have access on htaccess file.
i want to do URL rewriting for user friendly URL.
e.g. Original URL
www.domain-name.com/file?q=name
expected URL
...
13
votes
7answers
569 views
What are the reasons for a “simple” website not to choose Cloud Based Hosting?
I have been doing some catching up lately by reading about cloud hosting.
For a client that has about the same characteristics as StackOverflow (Windows stack, same amount of visitors), I need to ...
12
votes
17answers
7k views
Is there an advantage in choosing ASP.Net over PHP or Perl? [closed]
I found myself struggling with this each time I am asked, which language I prefer for a web-application. Most people dismiss the importance of a good architecture. That why I answer that architecture ...
11
votes
7answers
2k views
How to find a web hosting service for running Compojure
I am very interested in building a website using Clojure and Compojure, like so:
http://briancarper.net/blog/deploying-clojure-websites
However, due to my limited experience with the Java ...
11
votes
4answers
2k views
BizSpark deployment license hosting
I have signed up with BizSpark and it is a great deal, especially for people like myself in perennial startup mode. As part of BizSpark you get 3 year deployment licenses for software such as Windows ...
10
votes
5answers
398 views
Host a c++ desktop application on a webpage
I am having a desktop application which having a UI interface made in Qt linked with a library which is doing all the calculation stuff. Values from UI is taken and pass to the API's in the DLL to get ...
9
votes
7answers
4k views
For Python support, what company would be best to get hosting from?
I want to be able to run WSGI apps but my current hosting restricts it. Does anybody know a company that can accommodate my requirements?
8
votes
2answers
705 views
ASP.NET - MVC Routing - Different link in development than in hosting environment
In my website which is hosted by GoDaddy, I'm seeing slightly different behavior in how my URLs are being generated. In my development environment, the page loads just fine, but on the GoDaddy ...
7
votes
6answers
2k views
A Good, Scalable Webhost For PHP [closed]
I'm currently in the process of looking for a webhost for PHP that is feature rich (cheap is not a priority here), has excellent technical support and can scale along with the website.
Essentially, ...
7
votes
2answers
280 views
What's the best way to store a password or private key on a web host?
I'm not referring to passwords that don't have to be used (such as passwords for other users to my site - in which case I really don't have to store them. See http://stackoverflow.com/a/1054069/939213 ...
7
votes
1answer
2k views
Automatic deployment of files from a BitBucket repository
Is there a tool out there (preferably web-based) which would automatically detect commits to a BitBucket repository, and at that time, copy all files in the repository to a web-server via FTP?
I ...
7
votes
2answers
1k views
What is the difference between Windows Azure and traditional Windows hosting?
My knowledge of Windows Azure is limited to the several videos I watched on Microsoft's web site. Aside from a few new buzzwords, I'm not seeing how this platform differentiates from traditional web ...
6
votes
4answers
1k views
is there a Heroku type hosting solution for python/web2py?
I am interested to know if there are any python/web2py hosting platforms similar to Heroku for Ruby on Ralils? Something that is easily configurable and scalable?
6
votes
3answers
937 views
Python web hosting: Why are server restarts necessary?
We currently run a small shared hosting service for a couple of hundred small PHP sites on our servers. We'd like to offer Python support too, but from our initial research at least, a server restart ...
6
votes
7answers
2k views
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 ...
6
votes
1answer
2k views
node.js hosting options [closed]
are there any hosting companies that allow a user to use Node.js as oppose to the PHP,ASP?
Also why aren't this hosting providers catching up with this amazing technology ?
6
votes
4answers
3k views
Ruby on Rails website hosting [closed]
i want to start a website. it'll be a small community based website. i've learned a fair bit of ruby on rails and am planning to use it. however, i have never deployed a production website before. ...
6
votes
1answer
1k views
Mod_rewrite with godaddy
I'm trying to get mod_rewrite to work on a client's website who insisted that we use Godaddy web hosting. She's got a shared linux hosting account. Will mod_rewrite work (using .htaccess) and if so, ...
6
votes
3answers
1k views
What is the best hosting provider for MongoDB on windows? [closed]
I am looking for reliable hosting provider for MongoDB.
I need to host on Windows OS with dedicated server.
I am not seeing any named player that offers mongo hosting.
Hope you guys can help me with ...
5
votes
3answers
6k views
Hosting/transferring a web site on Google App Engine
I have my website currently hosted on paid server, but i want to transfer it on GAE.
How can i do it? Can anyone please help me in this case.I'd appreciate your help.
Thanks:)
5
votes
5answers
10k views
Viewing my IIS hosted site on other machines on my network
at home i have a simple network setup conatining 2 machines.
On one machine i have a site hosted with IIS7. Rather than the standard localhost/index.htm address i have added an entry in the HOSTS ...
5
votes
6answers
1k views
When to use a key-value store for web development?
I'm a bit of a noob, so here I go ...
When would someone use a key-value (Redis, memcache, etc) store for web development? An actual use case would be most helpful.
My confusion is that a simple ...
5
votes
1answer
3k views
adding ExpiresDefault to .htaccess file
I have updated my .htaccess file to include the following:
<FilesMatch "\.(css|js)$">
ExpiresDefault "access plus 1 month"
</FilesMatch>
I am trying to tell the client that all css and ...
5
votes
7answers
3k views
How Much Traffic Can Shared Web Hosting Take?
I have a cheap shared hosting plan with Reliablesite.net ($5/month).
I've been making a small site I want to start promoting in a few weeks and I was going to roadtest it by hosting it with the ...
5
votes
3answers
139 views
Do I need a special web host to be able to utilize a PHP framework like CakePHP or Symfony?
Do I need a special feature on a web host to be able to utilize a PHP framework like CakePHP or Symfony?
If so, what feature am I looking for?
If not, are they hard to install?
5
votes
3answers
2k views
Internal Server Error due to config lockdown when deploying my ASP.NET MVC app to my web host
I'm developing an ASP.NET MVC website on a local Windows Server 2008/IIS7 machine and am I'm now attempting to deploy it to my web host provider, ASPnix. I'm using their Shared Web Hosting service ...
5
votes
3answers
137 views
Managing a rapidly growing web site
I am developing a project that lately have been taking off with increased popularity.
This development is of course met with open arms and has also been somewhat expected. I have therefore taken ...
5
votes
2answers
662 views
what is the best hosting for java web application? [closed]
what is the best hosting for java web application?
Amazon Ec2 - is to expensive (about 60$ per small instance a month)
Google Application - is not flexible in persistence and not fully support JDK
5
votes
3answers
2k views
WinHost as hosting provider
Anyone used WinHost for hosting a SQL / ASP.Net MVC solution?
It appears that they've got a pretty good thing going, but I have reservations with a couple of points, primarly their requirement that ...
4
votes
3answers
2k views
NHibernate and shared web hosting
Has anyone been able to get an NHibernate-based project up and running on a shared web host?
NHibernate does a whole lot of fancy stuff with reflection behind the scenes but the host that I'm using ...
4
votes
7answers
453 views
What is a good web host that is “developer-friendly” for what I am trying to do and learn? [closed]
10 years ago, I read one of those Teach Yourself HTML in 24 Hours books and haven't looked into developing for the web since.
I'm currently trying to learn C# and Silverlight and make my way into the ...
4
votes
3answers
240 views
What version of PHP is considered “Standard” for most web hosts? [closed]
I have been surprised to learning that a number of my hosted sites only support 5.1.6, when my dev box is running 5.3.x. This is a huge disappointment, because I've been working with namespaces (5.3+) ...
4
votes
3answers
287 views
How to get or own your own IP address?
The website we running let people register their own URL and redirect to our website to their user account. Lets it is something similar to Blogspot.com where users can have their own URL.
The ...
4
votes
4answers
2k views
are there any gotchas for hosting a Silverlight app on a Linux server?
I'm building a new Silverlight app for a photography studio. I was about to say "you have to have a Windows-based server hosting it" and then I thought, wait is that right? Looks like it's not. So I ...
4
votes
1answer
243 views
Google Code vs. Google App Engine?
I am confused. I thought these were both hosting solutions that Google sells or makes free. What is the difference between the two?
Thanks,
Alex
4
votes
1answer
66 views
CGI to check available Perl version and modules
I am about to write a Perl CGI script that is to be deployed on a host that does not allow shell access. You interact with them through their web interface where you can upload files to the web ...
4
votes
3answers
1k views
Play framework deployment to web host
I'm looking for the best way to host my simple projects that I've done on the Play Framework. The developers for Play recommend just deploying it as a stand-alone, rather than using a web application ...
4
votes
2answers
3k views
subdomain with mvc godaddy hosting
I've published my mvc app to godaddy (root, ie www.domain.com) and all works great. Now i need to post some html files to a subdomain (ie subdomain.domain.com) which i've set up.
However now when i ...
4
votes
1answer
3k views
Amazon EC or 'standard' VPS for web hosting?
I'm looking at the Amazon EC for a small Linux hosting setup of up to a dozen site that I want decent performance for standard PHP/MySQL sites. I would like opinions about the value-for-money of ...
4
votes
3answers
125 views
Expert developer on the Microsoft stack, can't decide between GAE or Microsoft stack
I am creating a website with a friend to try and make some money. Basically, we want to let users aggregate data from different social networking site's APIs (FaceBook, Twitter, etc.) and do some ...
4
votes
3answers
8k views
Uninitialized string offset error from PHP import script
I have an import-from-excel script as part of a CMS that previously ran without issue.
My shared-hosting provider has recently upgraded their infrastructure, including PHP from 5.1 to 5.2.6, and the ...
4
votes
2answers
4k views
pdo_mysql error suddenly appears on drupal based website?
My drupal based website was working fine till yesterday but suddenly from no where today an error appeared
Fatal error: Undefined class constant 'MYSQL_ATTR_USE_BUFFERED_QUERY' in ...
4
votes
3answers
708 views
Using Amazon EC2 as a webserver with a specific IP address
I'm trying to create a personal/professional website within a college-domain. From the university I've requested a static-IP address which is directed to a website-name ...
4
votes
4answers
850 views
Web.config File Error
I am hosting a site through godaddy.com and this is the link:
http://floridaroadrunners.com/
and this is my web.config file:
<?xml version="1.0"?>
<!--
For more information on how to ...
4
votes
4answers
3k views
Can a website subdirectory be served by a different web server?
Suppose I have a website hosted at the url:
http://www.mysite.com/
Say this is hosted by hosting provider "A".
Now, I want to host a subdirectory within this site at another host:
...