Hello,
I just completed the steps for a fresh install using CentOS 7 / Apache.
When I go to the example webpage listed in the title , the page doesn’t load. I get “This site can’t be reached”
I know I screwed up at configuring apache:
Messed up the line:
“ServerName librenms.example.com”
(I tried to name this something else. Have gone back and fixed this line, and restarted the server. Still doesn’t load.)
I can see apache running when I do top.
When running validate.php I get this error:
[FAIL] config.php does not exist, please copy config.php.default to config.php
[ryan@libretest librenms]$ sudo chown librenms:librenms /opt/librenms/config.php
But when I try the command:
chown librenms:librenms /opt/librenms/config.php
I get the following:
chown: cannot access ‘/opt/librenms/config.php’: No such file or directory
(My understanding is I need to get this example.com web interface up first so I can copy text out of there for config.php)
Can anyone tell me what things to check? Thanks in advance!