Apache 썸네일형 리스트형 아파치 버전 정보 노출 막기 아파치 버전 정보 노출 막기ServerTokens 설정ServerTokens 지시어를 Prod로 설정하여 서버 응답 헤더에서 최소한의 정보만 노출하도록 합니다.vim /etc/httpd/conf/httpd.conf## ServerTokens# This directive configures what you return as the Server HTTP response# Header. The default is 'Full' which sends information about the OS-Type# and compiled in modules.# Set to one of: Full | OS | Minor | Minimal | Major | Prod# where Full conveys the most infor.. 더보기 CentOS 4에서 APM (Apache, PHP, MySQL, Zend)를 컴파일하여 설치하는 방법 CentOS 4에서 APM (Apache, PHP, MySQL, Zend)를 컴파일하여 설치하는 방법 1. 필수 라이브러리 설치 APM를 컴파일하기 위해 필요한 패키지들을 설치합니다. sudo yum install gcc gcc-c++ make wget sudo yum install -y zlib-devel gd-devel libpng-devel libjpeg-devel freetype-devel fontconfig-devel libxml2-devel openssl-devel gmp-devel mhash-devel libmcrypt-devel libcurl-devel cd /usr/local/src 2. MySQL 설치 yum install -y termcap libtool libtermcap-devel.. 더보기 이전 1 ··· 4 5 6 7 다음