Oh, the excitement. I'm trying to set a Smalltalk server up on a VPS, and I have the server running on a port (i.e., not 80). Accessing directly via the port number works fine; I'd like to set up rewrite/proxy/whatever rules to have /blah route to :portNumber/blah transparently.
There are plenty of examples online, but nothing seems to work for me, as I get either a forbidden or 404 (i.e,, my server doesn't get accessed). It's Ubuntu 9.04 and Apache2; can anyone tell me the probably really simple thing I'm doing wrong?
Technorati Tags:
apache, configuration