Manual CentOS Install

Good day!

I am attempting to install LibreNMS on a CentOS 7.6 VM. I installed CentOS and started following the directions here:

https://docs.librenms.org/Installation/Installation-CentOS-7-Apache/

When I get down to Configure Apache section, I am unable to edit /etc/httpd/conf.d/librenms.conf as the file is missing. Is there a step missing in the instructions?

No missing step, you just need to create it, and the command in the docs ( vi /etc/httpd/conf.d/librenms.conf ) should do that for you if you write quit (:wq). Otherwise you can just do: touch /etc/httpd/conf.d/librenms.conf then edit it.

The reason is that the default main Apache conf file should try to load all of the sub conf files in the conf.d directory.

1 Like

Thank you for getting back to me.

When reading the directions, I was expecting the file to already exist.

1 Like