WEB . WAS

[Apache] 설치하기_CentOS7_httpd-2.0.64.tar

고구마맨 2023. 4. 12. 16:07
반응형

■ 압축 해제할 디렉토리 구성 후 파일의 압축을 해제한다.

 

 예) home/user/apache

 

  명령어) cd home/user/apache

 

 tar -xvf [아파치 파일].tar

 

■ configure --prefix 설정

  명령어) cd [아파치 파일]

  명령어) ./configure --prefix=/usr/local/apache

  - apache 디렉토리는 생성한 디렉토리

 

  make / make install

 

명령어) make

명령어) make install

 

  실행

 

명령어) /usr/local/apache/bin/apachectl start

 

 - 실행되지 않을 때

 

/usr/local/apache/logs/error.log 확인

 

만약 밑에 오류 메세지가 발생하면 

오류메세지 : Couldn't set permissions on cross-process lock; check User and Group directives

 

/usr/local/apache/conf/httpd.conf 파일 내용 수정

 

 

 

  

반응형