RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
On Wed, 22 Dec 2004, [EMAIL PROTECTED] Wrote: Wasn't sure if I should post here or on the apache mailing list, but I want to code a simple apache2 module, that will change the 'open_basedir' at runtime. Is it possible, or does anyone know how I can change this value? AmÂ’ I posting to the right

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread Jay Blanchard
[snip] After a little digging about I found this post: http://marc.theaimsgroup.com/?l=php-devm=106084499620342w=2 I've just wondering what headers and libraries I will need to compile in as well? Do I just include the php.h, or is there a how to on this or some example code I can view for this

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
On: Wed, 22 Dec 2004 06:50:25 Jay Blanchard wrote: [snip] After a little digging about I found this post: http://marc.theaimsgroup.com/?l=php-devm=106084499620342w=2 I've just wondering what headers and libraries I will need to compile in as well? Do I just include the php.h, or is there a how to

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread Jay Blanchard
[snip] On Wed, 22 Dec 2004, [EMAIL PROTECTED] Wrote: Wasn't sure if I should post here or on the apache mailing list, but I want to code a simple apache2 module, that will change the 'open_basedir' at runtime. Is it possible, or does anyone know how I can change this value? And few I didn't

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
On Wed, 22 Dec 2004 08:54:39 Jay Blanchard wrote: [snip] On Wed, 22 Dec 2004, [EMAIL PROTECTED] Wrote: Wasn't sure if I should post here or on the apache mailing list, but I want to code a simple apache2 module, that will change the 'open_basedir' at runtime. Is it possible, or does anyone know

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread Jay Blanchard
[snip] I haven't tried this question on the Apache mailing list. But after finding more stuff about the 'zend_alter_ini_entry' in the PHP Dev mailing list I wanted to try here first. In that case I'm off to join yet another mailing list... erghhh. Thank you for the help anyway Jay, but this

RE: [PHP] Dynamically change ''open_basedir' from Apache 2 Hander/Filter

2004-12-22 Thread [EMAIL PROTECTED]
On Wed, 22 Dec 2004 Jay Blanchard wrote: [snip] I haven't tried this question on the Apache mailing list. But after finding more stuff about the 'zend_alter_ini_entry' in the PHP Dev mailing list I wanted to try here first. In that case I'm off to join yet another mailing list... erghhh.