Install Issue - Permission Denied

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Gallitin
Posts: 7
Joined: Mon Dec 16, 2013 5:58 pm

Re: Install Issue - Permission Denied

Post by Gallitin »

Yes this is a linux webserver, apache is installed.
ll /etc/httpd

Code: Select all

lrwxrwxrwx 1 root root 17 Jul  5 12:30 /etc/httpd -> /usr/local/apache/
ll /etc/httpd/conf.d/

Code: Select all

/bin/ls: cannot access /etc/httpd/conf.d/: No such file or directory
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Install Issue - Permission Denied

Post by sreinhardt »

There's our issue make install-webconf expects /etc/httpd/conf.d as a directory to store the nagios apache configs. I would suggest creating that directory, then moving the config to the location that apache actually reads.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Gallitin
Posts: 7
Joined: Mon Dec 16, 2013 5:58 pm

Re: Install Issue - Permission Denied

Post by Gallitin »

Can do, but how do I find where apache actually reads?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Install Issue - Permission Denied

Post by slansing »

but how do I find where apache actually reads?
What do you mean by this? The issue is that install-webconf is looking in the location sreinhardt mentioned above.
Locked