Just an informative question. As I was cleaning up my conf.d on my test server I noticed this config file /etc/httpd/conf.d/nagiosql.conf
Code: Select all
Alias /nagiosql "/var/www/html/nagiosql"
<Directory "/var/www/html/nagiosql">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I can see nagiosql is in fact the Core Config Manager, but why does it need to have this login page which lead to nothing?
Thanks for enlightning me on this topic.
Grtz
Willem