No errors or warnings.
So here's the weird thing. If I hack my httpd.conf file to have apache run as my user account, everything works fine. Feels massively like a permissions problem.
Any ideas?
Search found 5 matches
- Tue Oct 30, 2012 5:17 pm
- Forum: Open Source Nagios Projects
- Topic: N00b needing help with initial install on OSX
- Replies: 6
- Views: 1815
- Tue Oct 30, 2012 10:26 am
- Forum: Open Source Nagios Projects
- Topic: N00b needing help with initial install on OSX
- Replies: 6
- Views: 1815
Re: N00b needing help with initial install on OSX
I checked the nagios.cfg file and the objects.cache file is in the place that is specified in the config file. Since I can run the CGI's by hand and they do work, I'm guessing that this isn't the issue.
Thanks for the suggestion though. Any other ideas?
Thanks for the suggestion though. Any other ideas?
- Mon Oct 29, 2012 2:32 pm
- Forum: Open Source Nagios Projects
- Topic: N00b needing help with initial install on OSX
- Replies: 6
- Views: 1815
Re: N00b needing help with initial install on OSX
Some more info: I have verified that I can run the CGI scripts by hand from a terminal window by setting the REQUEST_METHOD env variable to GET and executing them. The end result is HTML and appears to be doing the right thing when I view it in a browser. So it looks like, for whatever reason, the w...
- Mon Oct 29, 2012 9:28 am
- Forum: Open Source Nagios Projects
- Topic: N00b needing help with initial install on OSX
- Replies: 6
- Views: 1815
Re: N00b needing help with initial install on OSX
Some additional info: 1. I have verified that the CGI configuration is working by creating a small testcgi.cgi file in my /usr/local/Cellar/nagios/3.4.1/cgi-bin directory and have successfully displayed it via a browser (http://localhost/nagios/cgi-bin/testcgi.cgi) so I know that is working ok. 2. I...
- Sun Oct 28, 2012 2:07 pm
- Forum: Open Source Nagios Projects
- Topic: N00b needing help with initial install on OSX
- Replies: 6
- Views: 1815
N00b needing help with initial install on OSX
Hello all, Sorry in advance if this is an insanely basic question but I've been poking at this problem for several hours (and yes, Google has NOT been my friend) and I'm out of ideas. I am trying to install Nagios on my Macbook Air (10.8 - Mountain Lion). I installed from Homebrew and managed to get...