Hello,
it is possible to publishing nagvis behind an apache2 reverse proxy?

The inside server url's are:
https://monitor.internal.domain.tld/sitename/nagvis
and I would like to publish on the outside server with this url: https://webexternal.domain.tld/nagvis/

I try with this proxy rules:

   <Location /nagvis>
        AuthType basic
        Require valid-user
        AuthUserFile user
        ProxyPass https://monitor.internal.domain.tld/sitename/nagvis
        ProxyPassReverse https://monitor.internal.domain.tld/sitename/nagvis

but unfortunatly when an outside client open nagvis site it going redirect to this url:

https://webexternal.domain.tld/sitename/nagvis/frontend/nagvis-js/index.php

and it doesn't work.

Rewrite rule can help me? Or can anyone suggest my other solution?

Tia
Rizio
_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to