0

How to disable apache config file

While doing LibreNMS tool, I need to enable librenms.conf file. but still it doesnt able to enable that file.

Apache Add a comment
brayden
asked Apr 01 2017

Answer

0

I too faced the same issue while working with LibreNMS tool. The simple way is to disable the default file which will automatically enable our librenms config file.

#  a2dissite 000-default.conf

It will disable the default file and now enable as follows,

#  a2ensite librenms.conf
Add a comment
jagannatharumugam
asked Apr 02 2017
edited Oct 05 2018
Post your Answer