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.
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!