묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
윈도우 서버 2012 500에러
2014.11.16 10:26
HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.6\php-cgi.exe - The FastCGI process exited unexpectedly
Most likely causes:
- IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
- IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
- IIS was not able to process configuration for the Web site or application.
- The authenticated user does not have permission to use this DLL.
- The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
Things you can try:
- Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
- Check the event logs to see if any additional information was logged.
- Verify the permissions for the DLL.
- Install the .NET Extensibility feature if the request is mapped to a managed handler.
- Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
Detailed Error Information:
Module | FastCgiModule |
---|---|
Notification | ExecuteRequestHandler |
Handler | PHP_via_FastCGI |
Error Code | 0xc0000135 |
Requested URL | http://invisitec지움 |
---|---|
Physical Path | C:\xe\index.php |
Logon Method | Anonymous |
Logon User | Anonymous |
More Information:
This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.Microsoft Knowledge Base Articles:
- 294807
어떻게 해야하나요??????? 권한문제있거같은데..
댓글 3
-
YJSoft
2014.11.16 18:28
-
임채원임
2014.11.17 04:43
감사합니다! 해결했습니다 ㅎ
-
다이오니
2014.11.16 23:28
php가 Visual C++과 연관이 많은데 아마 PHP5.6버전 설치하기 위해 다운받으실 때 VC11 이라고 쓰여 있는것이 있습니다. (VC11 = Visual C++ 2012)
따라서 해당 버전에 맞는 Visual C++이 설치가 되지 않으면 500에러를 보여줍니다.
http://studyforus.tistory.com/13
요글 한번 참고해보세요.
다운로드 경로는 윗분이 올려주셨군요.
php 설치경로 가셔서 php.exe를 직접 실행해보시면 오류가 날겁니다.
php를 직접 받아서 설치하셨다면 VC++ 재배포 패키지도 설치해 주셔야 합니다.
http://www.microsoft.com/ko-kr/download/details.aspx?id=30679 받아서 설치해보세요.