Gallery, Gallery2, imagemagick binaries directory, with security, open_basedir
Submitted by ehcpdeveloper on Thu, 07/30/2009 - 00:59
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:
TAdams
Thu, 07/30/2009 - 01:30
Permalink
very nice work ehcpdeveloper, this
very nice work ehcpdeveloper, this will help me tremendously in hosting gallery in a secure manner!
Best regards,
TAdams
steven
Wed, 08/19/2009 - 21:00
Permalink
interesting post
nice work
steven
Wed, 08/19/2009 - 21:00
Permalink
Hosting gallery in a secure manner
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.