반응형
■ 압축 해제할 디렉토리 구성 후 파일의 압축을 해제한다.
예) 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 파일 내용 수정
반응형
'WEB . WAS' 카테고리의 다른 글
[Apache] Apache + php 7.4.33 연동(TS버전) 3일차(완료) (0) | 2023.05.23 |
---|---|
[Apache] Apache + php 7.4.33 연동(TS버전) 2일차 (0) | 2023.05.19 |
[Apache] Apache + php 7.4.33 연동(TS버전) 1일차 (0) | 2023.05.18 |
[Tomcat] 세션클러스터링 (0) | 2023.05.09 |
[NGINX] Nginx Start && Restart (0) | 2022.11.22 |