>백엔드 개발 >PHP 튜토리얼 >500 내부 서버 오류는 다음과 같습니다.

500 내부 서버 오류는 다음과 같습니다.

WBOY
WBOY원래의
2016-08-08 09:06:592042검색

아파치나 PHP에 문제가 있는 걸까요? xampp을 사용하는 건 말도 안 돼요

공평하게도 동일한 TP 버전으로 새 프로젝트를 생성했는데 오류 없이 정상적으로 실행되었습니다

사장님이 Xianjie Bill Management System thinkphp.rar라는 소프트웨어를 보내주셨어요. 압축을 풀고 실행해 보세요

<code>Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.21 Server at localhost Port 80</code>

답글 내용:

아파치나 PHP에 문제가 있는 걸까요? xampp을 사용하는 건 말도 안 돼요

공평하게도 동일한 TP 버전으로 새 프로젝트를 생성했는데 오류 없이 정상적으로 실행되었습니다

사장님이 Xianjie Bill Management System thinkphp.rar라는 소프트웨어를 보내주셨어요. 압축을 풀고 실행해 보세요

<code>Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.21 Server at localhost Port 80</code>

코드 문제는 로그를 확인해주세요

500은 프로그램 내 오류로, 코드에 문제가 있음을 나타냅니다

500은 코드 오류입니다. Linux 환경이라면 일부 파일에 쓰기 권한이 필요한 것을 확인할 수 있습니다

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.