Gallery, Gallery2, imagemagick binaries directory, with security, open_basedir

To enable imagemagick and similar on your domains with open_basedir restriction enabled:

on server console,

cd /var/www/vhosts/ftpuser/domainname.com/
mkdir bin
cd bin
# this copies imagemagick binaries to your local bin directory..
for i in animate compare composite conjure convert display identify import mogrify montage stream ; do cp /usr/bin/$i ./; done

then use /var/www/vhosts/ftpuser/domainname.com/bin/ as "Directory to ImageMagick/GraphicsMagick binaries: " in gallery configuration..

Forums: 

very nice work ehcpdeveloper, this will help me tremendously in hosting gallery in a secure manner!

Best regards,
TAdams

nice work

yeah really nice work and no doubt this will help me tremendously in hosting gallery in a secure manner as i am offering services of joomla hosting services along with the forum hosting services which are affordable and now mostly people are going to choose cheap packages of phpbb hosting services which are reliable and easy to use for office and home use. i was wandering for this techniques and i got it here, thanks for sharing nice work.