views:

32

answers:

0

I need to test my application with outside services, so (like I usually do in this situation) I've set up an Apache proxy to forward requests on a custom domain to my laptop inside the network (laptop.mydomain.com:80 => 192.168.1.3:3000). This always worked fine with Rails, but it seems to break Ramaze for some reason. Any request coming in from outside is just met with a 404. I have not been able to get a single page to load. And Ramaze is handling the request.