Php-FPM configuration in nginx tutorialNginx can directly call FPM to drive php and then discard apache. Let's not talk about the reason.First download the php5.4 installation package.According to others The code is as follows:Copy code .
1, first install apache: My installed version is: httpd-2.2.16-win32-x86-openssl-0.9.8o.msiWeb: http://www.apache.org/dist/httpd/binaries/win32/The installation and configuration of apache are smooth.How to change the file path:In the installation
We know several php configurations:1. Cgi PHP environment. Generally, php.exe is used as the interpreter in iis.Features: stability, but low efficiency.2. The ISAPI method is used to load the PHP environment. The configuration interpreter in IIS is
I. Preparations
Download rmpforge from pkgs.org. Rpmforge is a third-party yum source.
Select a version to download and install.
// After the installation is successful, clear the yum list and obtain it again
[Root @ pangou Desktop] # yum clean
Apache Http://httpd.apache.org/
Apache HTTP Server (httpd) 2.2.17 is downloaded. Click download and select
Httpd-2.2.17-win32-x86-openssl-0.9.8o.msi
Of course, you can also download the source code httpd-2.2.17-win32-src.zip, but you need to compile
I. Introduction of PHPPHP is a PHP (foreign name: Php:hypertext Preprocessor, Chinese name: "Hypertext Preprocessor") is a common open source scripting language. The grammar absorbs the C language, Java and Perl features, is conducive to learning,
Note that the current Apache and PHP and MySQL to use 32-bit, the machine is 64-bit is also installed 32 bits. I have installed the 64-bit version before, and there is always a problem. Back to the point:Required Software:1.apache: Go to the
IIS6 integrated PHP detailed explanation: http://www.bkjia.com/ OS /201307/229717.html
PHP5.2.17 official download: http://windows.php.net/downloads/releases/php-5.2.17-Win32-VC6-x86.zip
PHP5.3.5 official download:
How to install nginx in windows
Step 1 download nginx and windows, decompress and save it in C:/nginx (version 1.0.3 is used)
Step 2 download the php tutorial fast-cgi version (I use VC9 x86 Non Thread Safe) and decompress it to C:/php.
Step 3
Apache + mysql + php environment configuration, apachemysqlPreparations before configuration
1. Set the environment variable first (for win7)
Win10
2. Configure apache
I use EditPlus to open httpd. conf
LoadModule php5_module
1. Check whether the environment required to build LAMP has been installed.[Root @ centos6 ~] # Rpm-q make gcc-c ++ zlib-devel libaioNote: zlib-devel is required for libpng installation.Libaio is required for mysql installation.2. If not, install
1. check whether the environment required to build LAMP has been installed [root @ centos6 ~] # Rpm-qmakegccgcc-c ++ zlib-devellibaio remarks: when installing libpng, zlib-devel is required to install mysql. if it is not installed, yum will install [
PHP is short for HypertextPreprocessor. PHP is an embedded HTML language. it is a scripting language that executes HTML documents embedded on the server. it is widely used in a style similar to C language. PHP 7 has been out for some time. I have
Customize php development environment. First, you need to download the file 1, php core File, version is vc6 compiled 2, apache Server 3, mysql database first step unzip and install the above three files. Find the first file to be downloaded in the
Detailed configuration operations for Windows 7 + apache + php + mysql environments. 1. differences between php versions: VC6, VC9, ThreadSafe, and NonThreadSafe versions are generally followed by php versions. VC6 is legacyVisualStudio6compiler,
I used to develop a PHP project using the integrated software package of the PHPXAMPP software station. I don't know that there will be so many problems when I install each module separately. this time I spent most of my time building the
Configure apache2.4mysql5.6php5.5.13 win7Apache on win764-bit
Running environment and software version
Win7 64-bit flagship edition
Mysql-5.6.19-winx64.zip (this is not the installation package as next)
Httpd-2.4.9-win64-VC11.zip (same as above)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.