# apache httpd 2.4 를 윈도우(WSL:windows subsystem for linux)에서 실행하면
sudo /home/ysoftman/httpd/bin/apachectl start
# 다음과 같은 워닝이 발생한다.
[core:warn] [pid 1510] (92)Protocol not available: AH00076: Failed to enable APR_TCP_DEFER_ACCEPT
# httpd.conf 맨 마지막에 다음을 추가해 주자.
# 참고 http://httpd.apache.org/docs/2.4/mod/core.html
AcceptFilter http none
AcceptFilter https none
comments:
댓글 쓰기