How many operating environments are there for php?

WBOY
Release: 2016-10-11 14:23:29
Original
1593 people have browsed it

Ignore the database, just the environment required to run php. Are there many kinds?

I used to only know Apache+php, but recently I discovered nigix+php. Is there still php-fpm+php? There is no information about php-fpm+php online. Is this a wrong understanding?

Reply content:

Ignore the database, just the environment required to run php. Are there many kinds?

I used to only know Apache+php, but recently I discovered nigix+php. Is there still php-fpm+php? There is no information about php-fpm+php online. Is this a wrong understanding?

Common operating methods of PHP:

<code>Nginx fastcgi_pass      <=> PHP-FPM
Apache + mod_proxy_fcgi <=> PHP-FPM
Apache + mod_php        <=> libphp5.so/php5apache2_4.dll
Apache + mod_fcgid      <=> PHP-CGI
IIS + PHP Manager       <=> PHP-CGI</code>
Copy after login

nginx does not have the ability to parse php and must rely on php-fpm

apache has a module to parse php

You may not be looking at the right place. I recommend an article centos07 source code compilation nginx+php-fpm

In general, it can be divided into two operating modes: cli and cgi

Related labels:
php
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