You cannot see this page without javascript.

PHP Suhosin 설치

APM 조회 수 221 추천 수 0 2016.09.28 15:19:57

수호신의 익스텐션과 패치 다운로드

http://www.hardened-php.net/suhosin/download.html

 

현재 본인의 경우 PHP7을 사용중이라

패치는 적용할 수 없고 익스텐션만 가능하다.

 

이전버전일 경우 패치를 적용하고자 한다면 다음과 같이 하자.

 

# tar -zxvf php-5.x.x.tar.gz
# gzip -d suhosin-patch-5.x.x-0.9.10.patch.gz
# cd php-5.x.x
# patch -p1 -i ../suhosin-patch-5.x.x-0.9.10.patch.gz

 

위와같이 php에 패치를 적용한후에 정상적인 방법으로 php를 컴파일 하면 된다.

 

이번에는 다음과 같이 익스텐션 설치를 해보자.

 

--php5

# git clone https://github.com/sektioneins/suhosin

# cd suhosin
# phpize
# ./configure \
--with-php-config=<php경로>/bin/php-config \
--enable-suhosin-experimental
# make
# make install

 

--php7

# git clone https://github.com/sektioneins/suhosin7
# cd suhosin7
# phpize

# ./configure \
--with-php-config=<php경로>/bin/php-config \
--enable-suhosin-experimental
# make
# make install

 

이후에 php의 익스텐션으로 모듈을 등록한다.

 

extension=suhosin.so

 

phpinfo()명령으로 설치가 정상적으로 되었는지 확인해 보자

 

suhosin.png

 

첨부
엮인글 :
List of Articles
번호 제목 글쓴이 날짜 조회 수
329 APM CentOS7 에서 apache에 mod_http2 적용하기 file LynX 2017-02-07 1856
328 CentOS CentOS7 WHEEL 계정 추가 file LynX 2017-02-03 275
327 APM MySQL 5.7 바이너리 Archive 설치 file LynX 2017-02-02 602
326 CentOS centos7 gcc-4.9.2 compile install LynX 2017-01-25 1448
325 CentOS CentOS7 mono 설치 LynX 2016-12-30 1619
324 APM hhvm install file LynX 2016-12-28 420
323 APM Apache httpd 2.4 mod_deflate file LynX 2016-12-23 430
322 Server 사이트 품질 측정 website.grader.com LynX 2016-12-22 216
321 Linux linux starcraft private server build, pvpgn LynX 2016-12-06 340
320 Network pka파일 만드는 방법 file LynX 2016-10-24 1581
319 APM php opcache 설치 file LynX 2016-10-14 1423
318 Linux linux 시간설정 file LynX 2016-10-07 396
317 LinuxMint joystick install file LynX 2016-09-30 471
316 Linux MAME file LynX 2016-09-28 320
» APM PHP Suhosin 설치 file LynX 2016-09-28 221
314 Xpress Engine mobileex 사용하여 모바일에서 첨부파일 올릴때 무한 로딩 현상 LynX 2016-09-27 239
313 Xpress Engine XE에 memcache 사용 설정 LynX 2016-09-23 242
312 APM php에 memcached.so 확장 모듈 적용 file LynX 2016-09-23 221
311 APM php7에 memcache.so 확장 모듈 적용 file LynX 2016-09-23 415
310 Xpress Engine xe 현재접속과 로그인 수 표시 addon 1.3.0 file LynX 2016-09-22 1521

XE Login