Sorry for this, I'm having a bad day!
I've been playing with Cacti on a 32bit CentOS 6.5 Virtual Box installation for the last few days prior to installing on a 64 bit server at work.
The one simple thing I can't get my head around is changing the root url of the installation from http://server.domain/cacti to https://server.domain.
Looking at config.php I see:
Code: Select all
/*
Edit this to point to the default URL of your Cacti install
ex: if your cacti install as at http://serverip/cacti/ this
would be set to /cacti/
*/
//$url_path = "/cacti/";
Generating the certificate is no problem (we have an in-house certificate server) however I'm getting "lost" when tweaking httpd.conf and cacti.conf.
Please can some kind soul point me in the right direction?
Thanks!
Andy B.