RE: [Ganglia-general] Behaviour of index.php

2003-10-21 Thread Adesanya, Adeyemi
[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 3:15 PM > To: Adesanya, Adeyemi > Cc: 'ganglia-general@lists.sourceforge.net' > Subject: Re: [Ganglia-general] Behaviour of index.php > > > On Mon, Oct 20, 2003 at 12:09:59PM -0700, Adesanya, Adeyemi wrote: > > >

Re: [Ganglia-general] Behaviour of index.php

2003-10-21 Thread Bernard Li
According to the documentation, ganglia should work with PHP 4+ - someone correct me if I'm wrong, but I think it just contains PHP4 code (as opposed to PHP3 code) and hence the requirement. Of course it wouldn't hurt to run the latest and greatest of PHP4 :-) Cheers, Bernard Steve Gilbert w

RE: [Ganglia-general] Behaviour of index.php

2003-10-20 Thread Steve Gilbert
Yemi, I'm not familiar with your problem, but the first thing I would check is to confirm that you are using the correct version of PHP...Ganglia requires version 4.1 or higher. This caused me some problems with the web frontend early on, but it was all fixed by upgrading to PHP 4.1.2. Steve Gil

Re: [Ganglia-general] Behaviour of index.php

2003-10-20 Thread Bernard Li
Hi Yemi: You need to configure your apache to be able to parse PHP files - right now it's not set up to do so. However I can't give you more details unless you tell us how you've configured your apache with PHP (i.e. is php loaded via modules or is compiled directly in). Cheers, Bernard

Re: [Ganglia-general] Behaviour of index.php

2003-10-20 Thread Brooks Davis
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