I recently found eventum and am going to start using it for our internal
bug/feature tracking program for our web-based application. Here is my
issue:
I have eventum installed on a private web server sitting behind an SSL
terminator/Proxy and an LVS. I use a reverse proxy to send the client
requests through the lvs to the private server. I installed it properly
and all of the text links work fine, but the button links do not, as
they do not use the correct path. I did some research and found the
problem to be the use of smarty.server.PHP_SELF. I am no programmer so
I do not know how to correct this but this is what it is doing. It
seems the use of this command kicks out the actual rel_url and therefore
the button links do not work.
Correct link to application: https://domain.mil/monitor/eventum/...
What smarty.server.PHP_SELF when using it as the "action":
https://domain.mil/eventum/...
As you can see, it kicks out the monitor for some reason.
Does anyone how I can correct this without editing each reference to
PHP_SELF?
Thanks in advance!
R/S,
Brian