I was trying to use cati with an apache+mod_proxy reverse proxy
in front of the real web server.
I call a https://reverseproxy/cacti which calls http://internalserver/cacti
with a different hostname.
apache conf:
--------------------
Code: Select all
ProxyRequests Off
ProxyPass /mycacti/ http://internalserver/cacti/
ProxyPassReverse /mycacti/ http://internalserver/cacti/
I use fedora C3 latest rpms with no selinux
The internal installation works Ok
but when I try to use it from the reverse proxy
I can login but all the forms which
need posts do no post anything....
example cliccking this on useradd or device add
doesn't do anything:
<input type="image" src="images/button_save.gif" alt="Save" align="absmiddle">
I checked and the are no absolute urls in the ACTION of the <form> tags nor in the javascript I found...
Can any one suggest me why any POST is not working?
many thanks
G.