Hi,

I'm working with Mercurial and wanted  to have my repositories visible
on http.
It's damn easy, just "hg serve" and it spawns own http servers and
serves nicely.

Now, idea was make it available via simple reverse proxy. Cherokee
should do it.

I've created an information source: host : localhost:8000
I've created /hg ( directory ) target under default virtual host, made
it Reverse Proxy, added simple RegExp for rewriting: ^/hg/(.*)$ /$1

Now, I can see on my hg serve console that all requests are translated
correctly. The only problem, is that when browser tried to get whole
document it gets connection interrupted and I see nothing, sometimes
some partial HTML

Any idea what is wrong ? Why it interrupts the connection?

Cheerio
Mateusz
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to