Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    why is it not ok ? Your answer really is a reverse proxy. what's wrong with what you have. Commented Feb 7, 2014 at 0:34
  • i configured pound, same as slm's answer, and the problem is that the "transfered" http request contains the wrong parameter, i mean: http(s)://mywebserver/bitt sends "GET /bitt" http request to the bittorrent client, which is not able to process this, so a get a blank page, a "GET /" request is necessary. Same problem with ddwrt or webmin. I would need pound to put "GET /" requests, instead of "GET /XXX" Commented Feb 7, 2014 at 18:52
  • Pound is designed to be clean lean and fast, so URL re-writing isn't provided. nginex could do that, however couldn't you add the alias to the target webserver ie /bitt => / Commented Feb 7, 2014 at 19:07