Two versions on same computer

How can i install two versions on same computer?

I have installed it with different --prefix options and changed Alias path in apache nagios.conf file, but web interface still have all links with /nagios/cgi-bin and what i need is /nagios3/cgi-bin. How can i do it?

Hi!

to sum up the idea: you should use 2 different httpd.conf files and then launch to different apache.
I’ve tried to do as you want to do it and spent too much time without really managing to do it in the end.

With 2 different apache processes, it’s much simpler :slight_smile:

In the end i solved it with two more compilation options

–with-cgiurl=/nagios3/cgi-bin
–with-htmurl=/nagios3