목차 열기
티스토리 뷰
Ubuntu
[Apache2] Function not implemented: AH00023: Couldn't create the proxy mutex
RuungJi · 2021. 1. 24. 18:02728x90
반응형
a2enmod proxy 명령어 등 rewrite고 뭐고 계속 아파치 재시작이 안 되었다.
[Sun Jan 24 17:09:56.543090 2021] [core:emerg] [pid 6164:tid 2831214480] (38)Function not implemented: AH00023: Couldn't create the proxy mutex
[Sun Jan 24 17:09:56.543245 2021] [proxy:crit] [pid 6164:tid 2831214480] (38)Function not implemented: AH02478: failed to create proxy mutex
AH00016: Configuration Failed
해결 방법은 좀 어이가 없을 정도.
vi /etc/apache2/apache2.conf
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
# Mutex file:${APACHE_LOCK_DIR} default
// 위의 부분의 Mutex file:${APACHE_LOCK_DIR} default를 주석 해제한다.
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
Mutex file:${APACHE_LOCK_DIR} default
이게 뭘까..
728x90
반응형
'Ubuntu' 카테고리의 다른 글
[NginX] 리버스 프록시 구성하기 (0) | 2021.03.19 |
---|---|
[NginX] 기본 구성 / 경로 (0) | 2021.03.19 |
[IPTables] IPTables로 아이피나 포트를 허용하고 차단해보자 (0) | 2021.03.14 |
[IPTables] IPTables는 무엇일까? (0) | 2021.03.14 |
[Apache2] Could not reliably determine the server's fully qualified domain name (0) | 2021.01.30 |
[Apache2] 아파치2 구성 / Configuration (0) | 2021.01.24 |
[Ubuntu] Wake On Lan 설정하여 원격 부팅하기 / WOL (2) | 2021.01.17 |
댓글