Search found 6 matches

by rewound
Mon Mar 28, 2016 6:28 am
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Re: Changing access from /nagios/ to /

Well, that was a quick and easy fix. I just commented out the default ScriptAlias (as you mentioned was probably the case) and it's working fine.

In /etc/httpd/conf/httpd.conf

Code: Select all

<IfModule alias_module>
     #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
</IfModule>
by rewound
Mon Mar 28, 2016 6:23 am
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Re: Changing access from /nagios/ to /

I left the apache configs pretty much in the default state so I'll play with those a bit and see what I can come up with. I'll post the changes here or any issues I have. Thank you for being so helpful.
by rewound
Thu Mar 24, 2016 5:19 pm
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Re: Changing access from /nagios/ to /

The access part is working after this: Didn't notice the missing trailing slash before I posted it. Changed the following lines: Alias / "/usr/local/nagios/share/" <Directory "/usr/local/nagios/share/"> Here's the info you requested: ScriptAlias /cgi-bin "/usr/local/nagios/s...
by rewound
Thu Mar 24, 2016 4:57 pm
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Re: Changing access from /nagios/ to /

Didn't notice the missing trailing slash before I posted it. Changed the following lines:

Code: Select all

Alias / "/usr/local/nagios/share/"

<Directory "/usr/local/nagios/share/">
by rewound
Thu Mar 24, 2016 4:53 pm
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Re: Changing access from /nagios/ to /

Nothing. Here are the errors I'm getting from other files though: /var/log/httpd/ssl_error_log: [Thu Mar 24 17:32:25.118335 2016] [authz_core:error] [pid 1800] [client X.X.X.X:58913] AH01630: client denied by server configuration: /usr/local/nagios/shareindex.php /var/log/httpd/ssl_access_log: X.X.X...
by rewound
Thu Mar 24, 2016 4:24 pm
Forum: Open Source Nagios Projects
Topic: Changing access from /nagios/ to /
Replies: 9
Views: 4803

Changing access from /nagios/ to /

Hi, I have a working install of Nagios 4.1.1 on CentOS 7 that allows me to browse to https://host/nagios/ to access the web page without any issues. I've recently decided to move it to https://host/ and am having a bit of trouble accessing the page. I get a Forbidden when browsing to the homepage. S...