You cannot see this page without javascript.

PHP Suhosin 설치

APM 조회 수 222 추천 수 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
번호 제목 글쓴이 날짜 조회 수

APM CentOS7 에서 apache에 mod_http2 적용하기 file

  • LynX
  • 2017-02-07
  • 조회 수 1857

CentOS CentOS7 WHEEL 계정 추가 file

  • LynX
  • 2017-02-03
  • 조회 수 275

APM MySQL 5.7 바이너리 Archive 설치 file

  • LynX
  • 2017-02-02
  • 조회 수 603

CentOS centos7 gcc-4.9.2 compile install

  • LynX
  • 2017-01-25
  • 조회 수 1450

CentOS CentOS7 mono 설치

  • LynX
  • 2016-12-30
  • 조회 수 1623

APM hhvm install file

  • LynX
  • 2016-12-28
  • 조회 수 420

APM Apache httpd 2.4 mod_deflate file

  • LynX
  • 2016-12-23
  • 조회 수 431

Server 사이트 품질 측정 website.grader.com

  • LynX
  • 2016-12-22
  • 조회 수 216

Linux linux starcraft private server build, pvpgn

  • LynX
  • 2016-12-06
  • 조회 수 342

Network pka파일 만드는 방법 file

  • LynX
  • 2016-10-24
  • 조회 수 1592

APM php opcache 설치 file

  • LynX
  • 2016-10-14
  • 조회 수 1423

Linux linux 시간설정 file

  • LynX
  • 2016-10-07
  • 조회 수 398

LinuxMint joystick install file

  • LynX
  • 2016-09-30
  • 조회 수 476

Linux MAME file

  • LynX
  • 2016-09-28
  • 조회 수 320

APM PHP Suhosin 설치 file

  • LynX
  • 2016-09-28
  • 조회 수 222

Xpress Engine mobileex 사용하여 모바일에서 첨부파일 올릴때 무한 로딩 현상

  • LynX
  • 2016-09-27
  • 조회 수 239

Xpress Engine XE에 memcache 사용 설정

  • LynX
  • 2016-09-23
  • 조회 수 242

APM php에 memcached.so 확장 모듈 적용 file

  • LynX
  • 2016-09-23
  • 조회 수 221

APM php7에 memcache.so 확장 모듈 적용 file

  • LynX
  • 2016-09-23
  • 조회 수 415

Xpress Engine xe 현재접속과 로그인 수 표시 addon 1.3.0 file

  • LynX
  • 2016-09-22
  • 조회 수 1522

XE Login