728x90
apache log에서
# 에러:
(70007)The timeout specified has expired: proxy: error reading status line from remote server 에러 나오면
# 해결 :
httpd.conf 안에
Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore
추가하면 해결됨.
'error' 카테고리의 다른 글
| [ssl error] javax.net.ssl.SSLException: Certificate doesn't match any of the subject alternative names (0) | 2024.10.08 |
|---|---|
| [apache error] \x16\x03\x01\x06\xc0\x01" 400 226 (0) | 2024.10.07 |
| [error] springboot 기능 동작에서 NullPointerException로 나올때 (0) | 2024.09.23 |
| [error] 이클립스 - 깃 - springboot app 등 모든 파일이 안불러와지는 현상 (0) | 2024.09.13 |
| [docker error] Hyper-V hypervisor not present (0) | 2024.09.02 |