Home > Backend Development > PHP Tutorial > How many operating environments are there for php?

How many operating environments are there for php?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-10-11 14:23:29
Original
1648 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
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template