[Full-Disclosure] Re: [FD] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!
From: Thomas Binder (full-disclosure_at_arago.de)
Date: 07/05/04
- Previous message: Leandro Meiners: "[Full-Disclosure] CYBSEC - Security Advisory: Denial of Service in IBM WebSphere Edge Server"
- In reply to: Rudolf Polzer: "Re: [Full-Disclosure] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!"
- Next in thread: nicolas vigier: "Re: [Full-Disclosure] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: full-disclosure@lists.netsys.com Date: Mon, 5 Jul 2004 14:30:05 +0200
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
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
- Previous message: Leandro Meiners: "[Full-Disclosure] CYBSEC - Security Advisory: Denial of Service in IBM WebSphere Edge Server"
- In reply to: Rudolf Polzer: "Re: [Full-Disclosure] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!"
- Next in thread: nicolas vigier: "Re: [Full-Disclosure] VERY HIGH VULNERABILITY DISCLOSURE !!! MASS ROOT POSSIBLE !!! PLEASE BE ATTENTIVE !!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|