Home  >  Article  >  Backend Development  >  How to solve iis6 php 500 error problem

How to solve iis6 php 500 error problem

藏色散人
藏色散人Original
2021-11-26 09:40:431608browse

iis6 PHP 500 error solution: 1. Set "Enable 32-bit applications" to TRUE; 2. Directly use the same application pool as the existing PHP website application pool that can be accessed normally, or use "DefaultAppPool" is the default application pool.

How to solve iis6 php 500 error problem

#The operating environment of this article: Windows7 system, PHP7.1, Dell G3.

How to solve the iis6 php 500 error problem?

IIS website prompts 500 error when accessing the php page

Solution 1 (tried this before, this method will lead to another server under the same server) The website PHP in use cannot be accessed normally and displays a 500 error)

Website program pool->Select application pool default settings in the right column->Item 4 under General: Enable 32-bit applications ->Set to TRUE

##Solution 2 (recommended)

Use directly and the current The problem can be solved by having an application pool like the PHP website application pool that can be accessed normally, or using the default application pool "DefaultAppPool".

Recommended learning: "

PHP Video Tutorial"

The above is the detailed content of How to solve iis6 php 500 error problem. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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