Hi There. I'm making progress with the ganglia 2.5.4 web frontend but I'm having trouble getting the various pull down menus to function correctly. Eventually I realized that the generated URLs do not contain 'index.php':
For starters http://localhost/gmetad-webfrontend/ does not default to http://localhost/gmetad-webfrontend/index.php , it displays the directory contents. Is this behaviour correct? As a result, selecting any of the menu links in index.php will display the directory contents using a URL such as http://localhost/gmetad-webfrontend/?m=load_one&r=day&s=descending&c=Kanga+Server+Cluster&h=&sh=1&hc=4 I can display the correct information by manually inserting 'index.php' so that http://localhost/gmetad-webfrontend/index.php?m=load_one&r=day&s=descending&c=Kanga+Server+Cluster&h=&sh=1&hc=4 Then displays the correct information. How can I get this working automatically? I tried creating an 'index.html' softlink pointing to 'index.php' but this doesn't do the trick. ---- Yemi

