[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20040705123005.GA69773551@ohm.arago.de>
From: full-disclosure at arago.de (Thomas Binder)
Subject: Re: [FD] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!
Hi!
On Sat, Jul 03, 2004 at 06:18:59PM +0200, Rudolf Polzer wrote:
> IMHO it will be nice if one could override some php.ini settings
> on a per-script basis.
When using PHP as an Apache module, you can achieve something like
that in httpd.conf:
<Location /path/to/broken/script.php
php_admin_flag register_globals on
</Location>
<Location /path/to/sane/script.php
php_admin_flag register_globals off
</Location>
Ciao
Thomas
Powered by blists - more mailing lists