[HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP
Posted: 2016-10-24T02:59:37-07:00
My Server Dev:
OS: Centos 6.7
Web Server: Apache, PHP
I install ImageMagick by:
And it install Success
I have 1 Server Centos 6.5, 6.6, 6.7 and Install ImageMagick to that server. My Client consufused with me, after install ImageMagick, it affect to system Apache, PHP anh more Service on Server Centos And consufused to Server Security?
Please give me a useful advice!
Thanks very much.
OS: Centos 6.7
Web Server: Apache, PHP
I install ImageMagick by:
From: https://www.vultr.com/docs/install-imag ... n-centos-6If you have not installed the epel repository, install it now.
wget http://dl.fedoraproject.org/pub/epel/6/ ... noarch.rpm
rpm -Uvh epel-release-6*.rpm
Next, install the remi repository:
wget http://rpms.famillecollet.com/enterpris ... ease-6.rpm
rpm -Uvh remi-release-6*.rpm
An additional step is required to enable the remi repository:
Use your favorite text editor to open /etc/yum.repos.d/remi.repo. Look for the remi section and find enabled=0 and change it to enabled=1.
Make sure that the required dependencies are installed:
yum install -y gcc php-devel php-pear
Then install ImageMagick:
yum install -y ImageMagick ImageMagick-devel
And it install Success
I have 1 Server Centos 6.5, 6.6, 6.7 and Install ImageMagick to that server. My Client consufused with me, after install ImageMagick, it affect to system Apache, PHP anh more Service on Server Centos And consufused to Server Security?
Please give me a useful advice!
Thanks very much.