사내 홈페이지 제작중 CGI를 호출하니 아래와같은 에러가 나왔다
DEBUG [2020-10-15 09:42:23,498] - [Deb] [makeUrl] Exception : Server returned HTTP response code: 500 for URL: http://127.0.0.1:80/Test/Test.cgi DEBUG
[2020-10-15 09:42:23,498] - [Deb] [makeUrl] Exception start sleeptime: Server returned HTTP response code: 500 for URL: http://127.0.0.1:80/Test/Test.cgi DEBUG
[2020-10-15 09:42:23,998] - [Deb] [makeUrl] Exception end sleeptime: Server returned HTTP response code: 500 for URL: http://127.0.0.1:80/Test/Test.cgi
그래서 서버쪽을 확인해보니
[Thu Oct 15 09:34:01.256683 2020] [cgi:error] [pid 3301] [client 61.85.197.45:51190] End of script output before headers: Test.cgi
[Thu Oct 15 09:34:01.276499 2020] [cgi:error] [pid 3302] [client 61.85.197.45:51192] AH01215: /home/mysite/htdocs/Test/Test.cgi: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory: /home/umsbiz/htdocs/WizshotCarControl/WizshotCarControl.cgi
이와같은 에러가 떠있었다
내가 해결한 방법은 다음과 같다
yum -y install libcurl.so.4
참쉽죠?
'리눅스' 카테고리의 다른 글
[리눅스보안] Apache 링크 사용 금지 (0) | 2020.11.03 |
---|---|
[APACHE] APACHE가 소스설치 후 자동으로 올라오지않을때 (0) | 2020.10.15 |
[LINUX] CentOS SSH 포트설정, 루트 접근 막기 (0) | 2020.09.29 |
[LINUX] Apache 2.4 config 에러 (0) | 2020.09.29 |
[LINUX] MariaDB 5.5.59 소스 설치 (0) | 2020.09.28 |
댓글