I want to write a tiny RESTful server in some language that can run on Ubuntu 10.04, but I have no idea how to host it.
Currently I have a VPS at Linode.com (Disclaimer: referral code) with nginx, I might have Apache running as well but not configured correctly, running that serves some public websites (Wordpress).
Does that mean port 80 is taken? How should I host my application to be able to handle urls like http://myip/User/Zolomon for instance?
Do I have to communicate with nginx in some way, since I suppose it's what handles the URL?