Error in nagios.conf?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Steaudant
Posts: 1
Joined: Wed Jul 10, 2019 2:19 am
Location: Frankfurt

Error in nagios.conf?

Post by Steaudant »

My Apache2 server will not start with the following error:

Code: Select all

Nov 19 15:46:59 jarfx start_apache2[18984]: AH00526: Syntax error on line 15 of /etc/apache2/conf.d/nagios.conf:
Nov 19 15:46:59 jarfx start_apache2[18984]: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
I have not edited this file.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Error in nagios.conf?

Post by lmiltchev »

This is strange... we place nagios.conf in "/etc/apache2/conf-enabled" directory, NOT in "/etc/apache2/conf.d/"... Can you upload the nagios.conf on the forum?

Also, run the following commands and show the output:

Code: Select all

uname -a
cat /etc/*release
grep full /usr/local/nagiosxi/var/xiversion
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked