Problem running PHP4 with Apache

2004-08-08 Thread [KS]
Hi, I just did an upgrade with apt-get which included upgrades to php4 in addition to others. After the upgrade, php is not running with apache. I checked and the lines for application/x-httpd-php and they are uncommented. AddType application/x-httpd-php .php AddType application/x-httpd-php-sourc

Re: Problem running PHP4 with Apache

2004-08-10 Thread Monique Y. Mudama
On 2004-08-08, [KS] penned: > Hi, > > I just did an upgrade with apt-get which included upgrades to php4 in > addition to others. After the upgrade, php is not running with apache. What happens when you try to browse to a php page on your server? > > I checked and the lines for application/x-http

Re: Problem running PHP4 with Apache

2004-08-10 Thread ms linux
> > Is the 'register_globals' parameter still 'on' ? > > cat /etc/php4/apache/php.ini | grep -i > > register_global > > > > [EMAIL PROTECTED]:~/$ cat /etc/php4/apache/php.ini | > grep > -i register_global > ; register_globals to be on; Using form variables > as > globals can easily lead > regist

Re: Problem running PHP4 with Apache

2004-08-11 Thread cep welly
[KS] wrote: Is the 'register_globals' parameter still 'on' ? cat /etc/php4/apache/php.ini | grep -i register_global [EMAIL PROTECTED]:~/$ cat /etc/php4/apache/php.ini | grep -i register_global ; register_globals to be on; Using form variables as globals can easily lead register_globals = Off