Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apache: It's possible to change ports around, right?
#1
On our server, Rails runs on port 12001. However, our corporate firewall blocks that port. It should be possible (never mind how) to get around that, right? Redirect from port 12001 to 80, or something like that?

No details necessary; I just need to know that this is, at least, possible.

Thanks!

GtDS
Reply
#2
Yes. Everything's possible.
Reply
#3
Depends.
If Apache is already listening on 80 at the same address, then Rails cannot.

You could always create a virtual host for rails that listens on 80 and forwards to a higher port number, though.

I think that's right, but I am not 100% certain.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)