Thanks for such a quick reply.
hybinet wrote:
Why don't you just upgrade your linode? It's much easier than managing two linodes.
I already upgraded to Linode 1536 recently. There are some good optimization techniques that I am trying to do (slowly and steadily) that should help more as far as Rails app goes. What I find worrying, is running Rails, PHP, Mysql, postgres, memcached, sphinx all on the same server.
The php/mysql stuff is only for blog and coupons.. so I was thinking if i dont run php and mysql, I maybe able to lower down my RAM usage and reduce memory swapping (that does happen on very heavy loads at 11 am in the morning)
Is my thinking correct? Or not running mysql/php not help much?
hybinet wrote:
If the 301 is done properly, your new addresses will begin to appear in Google over time with more or less the same page rank. Or at least that's what Google says will happen, according to stuff I read elsewhere. People used to abuse subdomains for SEO, but nowadays Google probably knows how to distinguish the dirty tricks from legitimate moves.
Looks about right. I'd prefer to put a dollar sign at the end of the rewrite regex to mark the end (but it might be optional). You can also probably replace "location ^~ /coupons/" with "location /coupons" for a minor performance gain, because you don't really need a regex there.
Thanks. So atleast the SEO part does not look as worrying as it seems.. or so I would hope..
