So I installed php, then tried and it didn't work and was internally raging. Then I remembered that I have to restart Nagios every time I change stuff. >.< It's working now.
Thanks to all of you who helped.
Search found 7 matches
- Fri Sep 13, 2013 3:57 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
- Fri Sep 13, 2013 2:40 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
- Thu Sep 12, 2013 6:32 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
Re: Getting 403 errors at login
tail: cannot open `30' for reading: No such file or directory ==> /var/log/httpd/error_log <== [Tue Sep 10 22:50:17 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Sep 10 22:50:17 2013] [notice] Digest: generating secret for digest authentication ... [Tue Sep 10 22:50:17 201...
- Tue Sep 10, 2013 5:50 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
Re: Getting 403 errors at login
Should note that adding Apche to the nagios group and restarting did not solve the issue.
- Tue Sep 10, 2013 5:23 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
Re: Getting 403 errors at login
printf exists, but mail does not.
- Tue Sep 10, 2013 3:56 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
Re: Getting 403 errors at login
>grep -i 'nag' /etc/group nagios:x:501:nagios nagcmd:x:502:nagios,apache >ls -lv /usr/local/nagios/sbin -rwxrwxr-x 1 nagios nagios 244832 Sep 5 19:24 avail.cgi -rwxrwxr-x 1 nagios nagios 239352 Sep 5 19:24 cmd.cgi -rwxrwxr-x 1 nagios nagios 211992 Sep 5 19:24 config.cgi -rwxrwxr-x 1 nagios nagios 25...
- Sun Sep 08, 2013 3:54 pm
- Forum: Open Source Nagios Projects
- Topic: Getting 403 errors at login
- Replies: 10
- Views: 4195
Getting 403 errors at login
So installed Nagios using the Fedora quickstart guide. Preflight check OK. But when I try to log in I get a 403 permission denied error. I looked at answers to the problem other people posted, but the answers all revolved around adding an index.html file to the Apache/httpd folder and I already have...