On Mon, Oct 20, 2003 at 12:09:59PM -0700, Adesanya, Adeyemi wrote: > > 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?
You need to configure your server to accept index.php files as directory indexes. If you are using Apache, you need a configuration directive that looks something like: DirectoryIndex index.php index.html -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
pgpw0M4CoirOF.pgp
Description: PGP signature

