This question has been flagged
2 Replies
12920 Views

I have openerp 7.0 installed on windows 2008 r2 server , on this server i am running other web sites through IIS role. Is there is a way to configure openErp to work with IIS ?

Avatar
Discard
Best Answer

Depends what you mean by "work with". You can use the ARR funtionality (http://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx) to reverse proxy to OpenERP.

Avatar
Discard
Author

I wanted to publish OpenERP site through IIS server, in another way configure openerp as a website in IIS and publish from there

Nope. OE is its own web server, best you can do is provide a facade to that, via IIS, nginx, apache, etc.

Hi. Have you actually tried this setup (OE 7.0 on windows 2008 and IIS for adding SSL)? In my case OpenERP accessed directly works fine, but going via IIS gives a "session expired, please refresh" error. I could be doing something wrong with IIS, but I'm not a Windows expert. If that works for you, can you please publish your exact IIS configuration?

Are you sure you're using IIS just for the ARR?

Best Answer

Because openERP v7 is an wsgi application, you could try this: http:// www.helicontech.com/articles/running-wsgi-on-iis/

PD: review the URL because I haven't enough karma to publish links and I add an extra white space in it.

Avatar
Discard

Very interesting - thanks for this info.