Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Yeah it must just be a page cached in firefox. All the other pages (which I hadn't loaded) started working correctly after register_globals was switched on and I can get the page fine with konqueror and wget. Clearing the firefox cache has fixed the last problem. I wonder why firefox wasn't rec

Re: apache2 not processing php

2005-02-07 Thread Adam Conrad
Graham Smith said: > > http://www.crazysquirrel.com/index.php > > it still tries to give you the unprocessed file back. How do I stop that > behaviour? It works from here when I load that page. Are you sure you're not suffering from an overactive browser cache, proxy server, or some other such od

Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Ok I have partially solved the problem :o) register_globals was switched on in the Apache1.3 php.ini (/etc/php4/Apache/php.ini) and switched off in the Apache2.0 configuration (/etc/php4/Apache2/php.ini). As I understand it there are security issues with having register_globals switched on so I

Re: apache2 not processing php

2005-02-07 Thread Adam Conrad
Graham Smith said: > > I am sure this is a really simple to fix problem but I have struggled > for hours without success. Looking at the URLs provided, it just looks like you're trying to include something with an incorrect path. Maybe your vhosts are configured differently in apache2 than they w

apache2 not processing php

2005-02-07 Thread Graham Smith
Hi folks, I am sure this is a really simple to fix problem but I have struggled for hours without success. For some reason apache2 doesn't seem to want to process php. Well that's not 100% correct. When I request the default page http://www.crazysquirrel.com/ it seems to have a stab at processin