how to solve iis php server error

藏色散人
Release: 2023-03-07 10:06:01
Original
1907 people have browsed it

Solution to iis php server error: First open "IIS7->FastCGI Settings" in sequence; then double-click "php-cgi.exe"; finally set the value of the relevant item to 600 as required.

how to solve iis php server error

Recommended: "PHP Video Tutorial"

Windows7 IIS 500-Internal Server Error Solution

Solution to internal server error:

1. Open IIS, find the "Error Page" in the function view, double-click it, and look at the "Operation" on the far right "Edit Function Settings..." and check "Detailed Error" under "Error Response".

2. Open Control Panel→Administrative Tools→Internet Information Services (IIS) Manager→double-click the "ASP" icon, then expand "Debugging Properties" in the right window and select "Send errors to the browser" ” Just set it to True. Microsoft does not send error messages to the browser for security reasons. Remember to restore this setting when the website is officially released.

3. The local browser has removed the "Show http friendly error prompt" option and displays: The php-cgi.exe-FastCGI process has exceeded the configured activity timeout.

Solution: IIS7->FastCGI Settings->Double-click "php-cgi.exe"->"Baby naming http://www.bbqmw.net/qm_yeqm activity The "Timeout" item is set to 70 (seconds) by default, and is changed to 600 (10 minutes, you can set it slightly higher according to your needs~).

The above is the detailed content of how to solve iis php server error. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!