PHP安装方式?

WBOY
Release: 2016-06-23 14:26:33
Original
926 people have browsed it

http://docs.php.net/manual/zh/security.intro.php

PHP 作为一种强大的语言,无论是以 模块还是  CGI 的方式安装,它的解释器都可以在服务器上访问文件、运行命令以及创建网络连接等。

问题:
1.什么是模块方式安装?
2.什么是CGI方式安装?


回复讨论(解决方案)

mod_php

cgi运行

cgi相当于调用直接调用php进程,web服务器不用了解php的实现 

http://zh.wikipedia.org/wiki/%E9%80%9A%E7%94%A8%E7%BD%91%E5%85%B3%E6%8E%A5%E5%8F%A3

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!