Indeed is ngix is better for reverse proxy and a lot of more people start to
use it. But I think there is not native ngix for windows so apache would fit
for this.

And I think is not good to edit files (on debian way)
/etc/apache/mods-enabled. So on Docs we must change those reverse proxy
settings to a file located at /etc/apache/sites-*.

Sorry if I seem bad guy. Thanks!

Caveman



2011/10/28 Lars Helge Ă˜verland <larshe...@gmail.com>

> Not trying to confuse people here. But if a reverse proxy is only
> what's needed i can recommend using nginx over apache - its
> specifically designed to act as one and a lot more light-weight / less
> resource intensive than apache. On debian / ubuntu Install with
>
> sudo apt-get install nginx
>
> and then put this into the server block of /usr/local/nginx/conf/nginx.conf
>
>  location / {
>            proxy_pass         http://localhost:8085/dhis/;
>            proxy_redirect     off;
> }
>
> start with
>
> /usr/local/sbin/nginx
>
> and stop with
>
> /usr/local/sbin/nginx -s stop
>
>
>
> Lars
>
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-users
Post to     : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to