Search found 1 match

by rafael.petersen
Wed Mar 15, 2017 10:14 am
Forum: Open Source Nagios Projects
Topic: No apache site configuration when installing nagios core 4
Replies: 8
Views: 8825

Re: No apache site configuration when installing nagios core

I found the error into the make-install-webconf.... the scripts with the error is: /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2//nagios.conf if [ 0 -eq 1 ]; then \ ln -s /etc/apache2//nagios.conf /etc/apache2/sites-enabled/nagios.conf; \ fi the error is in the path "/etc/apa...