Hi.
I've got a Rails app up and running via Mongrel on port 3000 (shared hosting on a Linux box). Normally, a rewrite directive is placed in a .htaccess file to hide the port number, but this requires mod_proxy which apparently isn't supported on my
Dedicated Server "for security reasons" (I was told this by someone over eukhost's online support chat).
Has anyone managed to run a rails app without showing the port in the URL?
Does anyone know if it's really not possible to have mod_proxy enabled? (I've been told inaccurate information over support chat before).
Many thanks.