After removing line 1154
...
// if (strchr(host->alias->key + 1, '/') == NULL) {
return true;
// }
...
Hiawatha doesn't complain about "Alias = /nagios/cgi-bin ..." anymore. Now I can go to http://nagios.server.lan/nagios and everthing works. But the links in the left frame (see below)
...
<a href="/nagios/cgi-bin/status.cgi?hostgroup=all&style=overview" target="main">Host Groups</a>
<ul>
<li><a href="/nagios/cgi-bin/status.cgi?hostgroup=all&style=summary" target="main">Summary</a></li>
<li><a href="/nagios/cgi-bin/status.cgi?hostgroup=all&style=grid" target="main">Grid</a></li>
...
give a 404. Very strange, or did I miss something?
Karsten