Hi all,
I've been testing out some configs on this box out of curiousity more than
anything, but looking at various sites and of course, php.net regarding
safe_mode_exec_ dir, it appears that if I specify a directory here, that
binaries within should execute even with safe_mode enabled.
I copied ImageMagick's mogrify binary to /safeweb/bin and included:
safe_mode_exec_ dir /safeweb/bin/
in php.ini. However, this seems to have no effect whatsoever and the
thumbnail is not created (written within the directory tree permitted by
open_basedir).
Has anyone here had a similar problem or know of any solutions /
workarounds for this? Am I missing something blindingly obvious? Any info
appreciated =)
TIA.
Regards,
Ian
--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
Programming, Web design, development & hosting.
I've been testing out some configs on this box out of curiousity more than
anything, but looking at various sites and of course, php.net regarding
safe_mode_exec_ dir, it appears that if I specify a directory here, that
binaries within should execute even with safe_mode enabled.
I copied ImageMagick's mogrify binary to /safeweb/bin and included:
safe_mode_exec_ dir /safeweb/bin/
in php.ini. However, this seems to have no effect whatsoever and the
thumbnail is not created (written within the directory tree permitted by
open_basedir).
Has anyone here had a similar problem or know of any solutions /
workarounds for this? Am I missing something blindingly obvious? Any info
appreciated =)
TIA.
Regards,
Ian
--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
Programming, Web design, development & hosting.
Comment