I spun up a new VM and started over and Nagios appears to be working now. Not sure what the issue was/is but this solution works.
Thanks for trying and all the help.
Search found 13 matches
- Wed Feb 01, 2017 2:26 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
- Tue Jan 31, 2017 8:54 am
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
I did restart Apache but no change in result. Output of http - V Server version: Apache/2.4.23 (Linux/SUSE) Server built: 2016-09-13 13:41:45.000000000 +0000 Server's Module Magic Number: 20120211:61 Server loaded: APR 1.5.1, APR-UTIL 1.5.3 Compiled using: APR 1.5.1, APR-UTIL 1.5.3 Architecture: 64-...
- Fri Jan 27, 2017 4:17 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
Ran the command again but still receive the same 403 error.
- Thu Jan 26, 2017 7:07 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
grep '' /etc/apache2/*.conf Continued : /etc/apache2/mod_mime-defaults.conf: /etc/apache2/mod_mime-defaults.conf:# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl) /etc/apache2/mod_mime-defaults.conf:# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de) /etc...
- Thu Jan 26, 2017 7:06 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
grep '' /etc/apache2/*.conf /etc/apache2/default-server.conf:# /etc/apache2/default-server.conf:# Global configuration that will be applicable for all virtual hosts, unless /etc/apache2/default-server.conf:# deleted here, or overriden elswhere. /etc/apache2/default-server.conf:# /etc/apache2/default...
- Thu Jan 26, 2017 7:05 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
apachetcl -S : [Thu Jan 26 18:58:01.384066 2017] [so:warn] [pid 2677] AH01574: module php5_modu le is already loaded, skipping [Thu Jan 26 18:58:01.386733 2017] [alias:warn] [pid 2677] AH00671: The ScriptAli as directive in /etc/apache2/conf.d/nagios.conf at line 8 will probably never ma tch because...
- Thu Jan 26, 2017 2:35 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
I made the change but I don't have an /etc/apache but instead /etc/apache2 so I updated to that path. Restarted apache2 but the 403 error persists.
- Thu Jan 26, 2017 1:44 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
httpd.conf : # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information about # the directives. # Based upon the default apache configuration file that...
- Wed Jan 25, 2017 6:38 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
Ouput of apachetcl : [Wed Jan 25 18:36:06.220367 2017] [so:warn] [pid 3157] AH01574: module php5_modu le is already loaded, skipping Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_prefork_module (static) unixd_module (static) systemd_module (static) actions_module (...
- Wed Jan 25, 2017 12:01 pm
- Forum: Open Source Nagios Projects
- Topic: 403 error on openSUSE 42.2
- Replies: 23
- Views: 18361
Re: 403 error on openSUSE 42.2
Apache2 version : Apache/2.4.23 (Linux/SUSE) There are two files in the /etc/apache/conf.d : nagios.conf and php5.conf # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER # # This file contains examples of entries that need # to be incorporated into your Apache web server # configuration file. Customize ...