[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
> > 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
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
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
4 matches
Mail list logo