Page 2 of 2
Re: Install Issue - Permission Denied
Posted: Tue Dec 17, 2013 12:08 pm
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
Re: Install Issue - Permission Denied
Posted: Tue Dec 17, 2013 2:17 pm
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.
Re: Install Issue - Permission Denied
Posted: Thu Dec 19, 2013 10:37 am
by Gallitin
Can do, but how do I find where apache actually reads?
Re: Install Issue - Permission Denied
Posted: Thu Dec 19, 2013 11:36 am
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.