[hunchentoot-devel] ProxyPass with IIS

Does anybody know how to achieve this Apache - mod_proxy feature ... | ProxyPass /hunchentoot http://127.0.0.1:3000/hunchentoot | ProxyPassReverse /hunchentoot http://127.0.0.1:3000/hunchentooton Win using IIS?ThanksJens

On Mon, 3 Mar 2008 18:11:49 +0100, "Jens Teich" <info@jensteich.de> wrote:
Does anybody know how to achieve this Apache - mod_proxy feature ... | ProxyPass /hunchentoot http://127.0.0.1:3000/hunchentoot | ProxyPassReverse /hunchentoot http://127.0.0.1:3000/hunchentooton Win using IIS?ThanksJens
Just checking: Does the IIS actually do something? If not, then you could use Hunchentoot directly, without a proxy in front. For the actual question I don't have an answer, sorry.

Edi Weitz wrote:
On Mon, 3 Mar 2008 18:11:49 +0100, "Jens Teich" <info@jensteich.de> wrote:
Does anybody know how to achieve this Apache - mod_proxy feature ...
ProxyPass /hunchentoot http://127.0.0.1:3000/hunchentoot ProxyPassReverse /hunchentoot http://127.0.0.1:3000/hunchentooton Win using IIS?ThanksJens
Just checking: Does the IIS actually do something? If not, then you could use Hunchentoot directly, without a proxy in front. For the actual question I don't have an answer, sorry.
Yes I know this but unfortunately we need the IIS because another system (CMS) uses it. Jens
participants (2)
-
Edi Weitz
-
Jens Teich