분류 전체보기121 6. workers.properties http://www.epari.net/vlink/b/cd https://sarc.io/index.php/httpd/259-workers-properties-1 https://sarc.io/index.php/httpd/262-workers-properties-2 workers.properties 이야기 (2) Tech Note 정보 nastyboy 님이 작성하신 글입니다. 카테고리: [ Apache HTTP Server ] 게시됨: 04 January 2015 작성됨: 04 January 2015 최종 변경: 03 January 2018 조회수: 13457 1. 개요 지난 글에 이은, workers.properties 2편 sarc.io https://tomcat.apache.org/connectors-d.. 2023. 6. 26. 4. 1024 이하 포트 사용 설정 root 계정으로 실행 1. 아파치홈/bin/httpd 파일의 소유권을 root로 변경 chown root httpd 2. SetUID, SetGID 권한 설정 chmod +s httpd (= chmod 4750 httpd) => 설정 후 웹서버 계정(ex:apache)으로 80포트 사용 가능 서비스에 등록되어 있다면 다른 일반 계정이 실행하지 못하게 소유권 및 권한 변경 chown apache:apache /etc/init.d/httpd chmod 750 /etc/init.d/httpd 2023. 5. 22. 2.1. Compile 설치 과정 1. configure configure 명령어를 이용해 현재 디렉터리(설치 파일 디렉터리)에서 configure라는 이름을 갖는 스크립트 파일을 찾고 이를 실행하여 Makefile을 생성. 이 과정에서 설치 시 필요한 필요한 도구가 다 있는지, 라이브러리는 다 있는지 체크. 옵션을 이용하여 설치 경로(--prefix)등을 지정할 수 있음. configure 단계에서 에러를 내며 멈출 경우 설치를 위한 준비(필수 라이브러리 등)가 잘 되어있는지 다시 확인할 것. configure 옵션 설정을 잘못해서 다시 시작하고 싶을 때 make distclean 명령어를 입력하면 configure 설정을 모두 제거해준다. (초기 압축을 풀었던 상태로 되돌려 줌) 2. make make 명령어로 생성된 Makefile.. 2023. 5. 22. 2. 설치 [Compile] 0. 필수 패키지 설치yum updateyum -y install gcc yum -y install gcc-c++ yum -y install zlib-develyum -y install pcre-develyum -y install openssl-develyum -y install expat-develyum -y groupinstall "Development Tools" 1. 설치 파일 다운로드 및 서버 업로드 후 압축 해제- apr (https://downloads.apache.org/apr/)- apr-util (https://downloads.apache.org/apr/)- httpd (https://downloads.apache.org/httpd/) 2. 압축 해제한 apr, apr-util을 이름.. 2023. 5. 22. 이전 1 ··· 24 25 26 27 28 29 30 31 다음 728x90