<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; php</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/php-2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下编译安装Apache并支持php</title>
		<link>https://www.osyunwei.com/archives/16731.html</link>
		<comments>https://www.osyunwei.com/archives/16731.html#comments</comments>
		<pubDate>Thu, 11 Sep 2025 08:52:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16731</guid>
		<description><![CDATA[前置知识： Rocky Linux 10.x编译安装nginx-1.28.x+mysql-8.4.x+php-8.4.x https://www.osyunwei.com/archives/16714.html 安装包下载： 1、apache https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz 2、apr（Apache库文件） https://dlcdn.apache.org//apr/apr-1.7.6.tar.gz 3、apr-util（Apache库文件） https://dlcdn.apache.org//apr/apr-util-1.6.3.tar.gz 4、apache支持php模块 https://dlcdn.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz 安装apache： 1、安装编译工具包 yum install gcc make apr-devel apr-util-devel pcre2-devel openssl-devel 2、安装apr cd /usr/local/src tar zxvf apr-1.7.6.tar.gz cd apr-1.7.6 ./configure --prefix=/usr/local/apr make -j$(nproc) make install 3、安装apr-util cd /usr/local/src tar zxvf apr-util-1.6.3.tar.gz cd apr-util-1.6.3 ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr make -j$(nproc) make install ls /usr/local/apr-util/lib/libaprutil-1.so [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16731.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16731.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下编译安装php扩展imagick</title>
		<link>https://www.osyunwei.com/archives/15629.html</link>
		<comments>https://www.osyunwei.com/archives/15629.html#comments</comments>
		<pubDate>Wed, 23 Apr 2025 07:35:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15629</guid>
		<description><![CDATA[环境说明： php安装目录：/usr/local/php73 1、下载安装ImageMagick #imagick扩展的依赖库 cd /usr/local/src wget https://github.com/ImageMagick/ImageMagick/archive/7.0.8-61.tar.gz tar -zxvf  7.0.8-61.tar.gz cd ImageMagick-7.0.8-61 ./configure --prefix=/usr/local/imagemagick make make install 2、下载安装imagick扩展 cd /usr/local/src wget http://pecl.php.net/get/imagick-3.4.4.tgz tar -zxvf  imagick-3.4.4.tgz cd imagick-3.4.4 /usr/local/php73/bin/phpize ./configure --with-php-config=/usr/local/php73/bin/php-config --with-imagick=/usr/local/imagemagick make make install 3、在php.ini里面加上扩展 vi /usr/local/php73/etc/php.ini extension="imagick.so" :wq! #保存退出 4、查看是否已经安装扩展 /usr/local/php73/bin/php -i &#124; grep Imagick 5、安装ghostscript扩展 cd /usr/local/src wget -c https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-9.23.tar.gz tar -zxvf ghostscript-9.23.tar.gz cd [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15629.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15629.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于ubuntu基础镜像构建php-fpm容器镜像</title>
		<link>https://www.osyunwei.com/archives/11677.html</link>
		<comments>https://www.osyunwei.com/archives/11677.html#comments</comments>
		<pubDate>Sun, 22 Aug 2021 13:17:50 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11677</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 1、下载php http://mirrors.sohu.com/php/php-7.2.34.tar.gz 2、下载openssl https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz 3、下载libmcrypt（php扩展） https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz 4、下载yasm（php扩展） http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz 5、t1lib（php扩展） http://download.freenas.org/distfiles/t1lib-5.1.2.tar.gz 6、适用于php 5.5.x及其以上版本 https://github.com/libgd/libgd/releases/download/gd-2.3.1/libgd-2.3.1.tar.gz 7、libvpx（gd库需要） https://github.com/webmproject/libvpx/archive/v1.10.0/libvpx-1.10.0.tar.gz 8、tiff（gd库需要） http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz 9、libpng（gd库需要） ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.37.tar.gz 10、freetype（gd库需要） https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.gz 11、jpegsrc（gd库需要） http://distfiles.macports.org/jpeg/jpegsrc.v9d.tar.gz -O jpeg-9d.tar.gz 12、libzip（编译php需要） https://libzip.org/download/libzip-1.7.3.tar.gz 13、oniguruma（编译安装php7.4.x及其以上版本需要） https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz -O oniguruma-6.9.7.1.tar.gz 14、curl库（编译php需要） https://curl.se/download/curl-7.77.0.tar.gz 15、下载cmake（编译工具） https://cmake.org/files/v3.21/cmake-3.21.1.tar.gz 三、构建php-fpm容器镜像 1、从docker hub拉取官方基础镜像 #我们用ubuntu系统进行构建 https://hub.docker.com/_/ubuntu?tab=tags&#038;page=1&#038;ordering=last_updated 选择ubuntu:20.04版本 docker pull ubuntu:20.04 #拉取系统镜像 docker image [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11677.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11677.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于centos基础镜像构建php-fpm容器镜像</title>
		<link>https://www.osyunwei.com/archives/11663.html</link>
		<comments>https://www.osyunwei.com/archives/11663.html#comments</comments>
		<pubDate>Sat, 21 Aug 2021 10:35:06 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11663</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 1、下载php https://www.php.net/distributions/php-7.1.33.tar.gz 2、下载openssl https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz 3、下载libmcrypt（php扩展） https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz 4、下载yasm（php扩展） http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz 5、t1lib（php扩展） http://download.freenas.org/distfiles/t1lib-5.1.2.tar.gz 6、适用于php 5.5.x及其以上版本 https://github.com/libgd/libgd/releases/download/gd-2.3.1/libgd-2.3.1.tar.gz 7、libvpx（gd库需要） https://github.com/webmproject/libvpx/archive/v1.10.0/libvpx-1.10.0.tar.gz 8、tiff（gd库需要） http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz 9、libpng（gd库需要） ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.37.tar.gz 10、freetype（gd库需要） https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.gz 11、jpegsrc（gd库需要） http://distfiles.macports.org/jpeg/jpegsrc.v9d.tar.gz -O jpeg-9d.tar.gz 12、libzip（编译php需要） https://libzip.org/download/libzip-1.7.3.tar.gz 13、oniguruma（编译安装php7.4.x及其以上版本需要） https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz -O oniguruma-6.9.7.1.tar.gz 14、curl库（编译php需要） https://curl.se/download/curl-7.77.0.tar.gz 15、下载cmake（编译工具） https://cmake.org/files/v3.21/cmake-3.21.1.tar.gz 三、构建php-fpm容器镜像 1、从docker hub拉取官方基础镜像 #我们用centos系统进行构建 https://hub.docker.com/_/centos?tab=tags&#038;page=1&#038;ordering=last_updated 选择centos:7.9.2009版本 docker pull centos:7.9.2009 #拉取系统镜像 docker image [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11663.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11663.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于debian基础镜像构建php-fpm容器镜像</title>
		<link>https://www.osyunwei.com/archives/11659.html</link>
		<comments>https://www.osyunwei.com/archives/11659.html#comments</comments>
		<pubDate>Thu, 19 Aug 2021 10:54:38 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11659</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 1、下载php http://mirrors.sohu.com/php/php-7.0.33.tar.gz 2、下载openssl https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz 3、下载libmcrypt（php扩展） https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz 4、下载yasm（php扩展） http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz 5、t1lib（php扩展） http://download.freenas.org/distfiles/t1lib-5.1.2.tar.gz 6、适用于php 5.5.x及其以上版本 https://github.com/libgd/libgd/releases/download/gd-2.3.1/libgd-2.3.1.tar.gz 7、libvpx（gd库需要） https://github.com/webmproject/libvpx/archive/v1.10.0/libvpx-1.10.0.tar.gz 8、tiff（gd库需要） http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz 9、libpng（gd库需要） ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.37.tar.gz 10、freetype（gd库需要） https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.gz 11、jpegsrc（gd库需要） http://distfiles.macports.org/jpeg/jpegsrc.v9d.tar.gz 12、libzip（编译php需要） https://libzip.org/download/libzip-1.7.3.tar.gz 13、oniguruma（编译安装php7.4.x及其以上版本需要） https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz -O oniguruma-6.9.7.1.tar.gz 14、curl库（编译php需要） https://curl.se/download/curl-7.77.0.tar.gz 15、下载cmake（编译工具） https://cmake.org/files/v3.21/cmake-3.21.1.tar.gz 三、构建php-fpm容器镜像 1、从docker hub拉取官方基础镜像 https://hub.docker.com/_/debian?tab=tags&#038;page=1&#038;ordering=last_updated #我们使用debian进行构建 docker pull debian:stable #下载镜像 docker image ls #查看docker镜像 docker [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11659.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11659.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 10.9.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11344.html</link>
		<comments>https://www.osyunwei.com/archives/11344.html#comments</comments>
		<pubDate>Sun, 13 Jun 2021 07:50:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11344</guid>
		<description><![CDATA[基础教程： Debian 10.9.x安装配置图解教程 https://www.osyunwei.com/archives/11103.html 准备篇： 一、配置防火墙，开启80端口、3306端口 Debian默认没有安装任何防火墙的，我们这里推荐使用iptables防火墙。 1.1安装iptables防火墙 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11344.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11344.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 20.04.x LTS编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11183.html</link>
		<comments>https://www.osyunwei.com/archives/11183.html#comments</comments>
		<pubDate>Wed, 02 Jun 2021 06:16:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11183</guid>
		<description><![CDATA[基础教程： Ubuntu Server 20.04.1 LTS安装配置图解教程 https://www.osyunwei.com/archives/10727.html 准备篇： 一、配置防火墙，开启80端口、3306端口 1.1安装iptables防火墙 Ubuntu Server默认没有开启任何防火墙的，但是默认安装了ufw防火墙，我们这里推荐使用iptables防火墙。 ufw status #查看系统自带的ufw防火墙状态 Status: inactive #表示关闭 ufw disable #关闭ufw防火墙，参数enable是开启，我们这里关闭 apt-get remove ufw #卸载ufw apt-get purge ufw #清除ufw依赖包 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11183.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11183.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 8.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x PHP7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/10917.html</link>
		<comments>https://www.osyunwei.com/archives/10917.html#comments</comments>
		<pubDate>Tue, 23 Mar 2021 11:28:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Rocky]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10917</guid>
		<description><![CDATA[本文档最后更新于2021年5月28日 基础教程： Rocky Linux 8.x系统安装配置图解教程 https://www.osyunwei.com/archives/11453.html 准备篇 一、防火墙配置 Rocky Linux 8.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10917.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10917.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2019 IIS10.0+PHP（FastCGI）+MySQL环境搭建教程</title>
		<link>https://www.osyunwei.com/archives/10359.html</link>
		<comments>https://www.osyunwei.com/archives/10359.html#comments</comments>
		<pubDate>Mon, 11 Nov 2019 06:43:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10359</guid>
		<description><![CDATA[准备篇 一、环境说明： 操作系统：Windows Server 2019 PHP版本：php 7.3.11 MySQL版本：MySQL 8.0.18.0 二、相关软件下载： 1、PHP下载地址： https://windows.php.net/downloads/releases/php-7.3.11-nts-Win32-VC15-x64.zip 2、MySQL下载地址： https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-8.0.18.0.msi 3、Visual C++ Redistributable for Visual Studio 2015（安装PHP、MySQL需要此插件） https://download.visualstudio.microsoft.com/download/pr/11100229/78c1e864d806e36f6035d80a0e80399e/VC_redist.x86.exe https://download.visualstudio.microsoft.com/download/pr/11100230/15ccb3f02745c7b206ad10373cbca89b/VC_redist.x64.exe 4、Microsoft URL 重写模块 2.0下载地址（IIS伪静态需要此插件） https://download.microsoft.com/download/4/E/7/4E7ECE9A-DF55-4F90-A354-B497072BDE0A/rewrite_x64_zh-CN.msi 安装篇 一、安装IIS10.0 控制面板-系统和安全-管理工具 服务器管理器 添加角色和功能 下一步 选择：基于角色或基于功能的安装 下一步 选择：从服务器池中选择服务器 下一步 选择：Web服务器（IIS） 添加功能 下一步 下一步 下一步 确保CGI被选中，其他的角色服务根据需要选择，如果不知道如何选择，建议选择全部功能。 下一步 安装 显示安装成功，点关闭。 可以看到角色和服务器组中已经有了IIS 打开IE浏览器，输入http://127.0.0.1/会看到下面的界面 IIS10.0已经安装完成。 二、安装PHP 1、Visual C++ Redistributable for [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10359.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 8.0.1905编译安装Nginx1.16.1+MySQL8.0.18+PHP7.3.10</title>
		<link>https://www.osyunwei.com/archives/10336.html</link>
		<comments>https://www.osyunwei.com/archives/10336.html#comments</comments>
		<pubDate>Fri, 25 Oct 2019 05:23:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10336</guid>
		<description><![CDATA[必会知识： CentOS 8.0.1905系统安装配置图解教程 https://www.osyunwei.com/archives/10256.html 准备篇 一、防火墙配置 CentOS 从7.x开始默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开发mysql默认端口3306 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10336.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下apache虚拟主机配置多版本php同时运行</title>
		<link>https://www.osyunwei.com/archives/10174.html</link>
		<comments>https://www.osyunwei.com/archives/10174.html#comments</comments>
		<pubDate>Mon, 01 Jul 2019 05:16:31 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10174</guid>
		<description><![CDATA[学习本教程须掌握： 1、Linux下指定版本编译安装LAMP https://www.osyunwei.com/archives/9224.html 2、Linux下Apache虚拟主机配置 https://www.osyunwei.com/archives/9232.html 3、CentOS 7.x编译安装Nginx1.10.3+MySQL5.7.16+PHP5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3多版本全能环境 https://www.osyunwei.com/archives/10057.html 安装约定： Apache版本：2.2 Apache安装路径：/usr/local/apache Apache虚拟主机配置文件：/usr/local/apache/conf/vhost php版本：支持php5.2到最新的php7.3 php安装路径：/usr/local/php56      /usr/local/php73 开始配置： 1、安装Apache的mod_fcgid模块   #mod_fcgid模块可以实现Apache下多版本php同时运行 cd  /usr/local/src wget   https://mirrors.tuna.tsinghua.edu.cn/apache/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz   #下载 tar -zxvf mod_fcgid-2.3.9.tar.gz cd mod_fcgid-2.3.9 APXS=/usr/local/apache/bin/apxs      ./configure.apxs make make install 2、修改apache配置文件 cp  /usr/local/apache/conf/httpd.conf   /usr/local/apache/conf/httpd.conf-bak   #备份 vi  /usr/local/apache/conf/httpd.conf   #编辑 #在Group apache下面一行添加如下代码，如果配置文件有就不用重复添加。 LoadModule fcgid_module modules/mod_fcgid.so [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10174.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10174.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.x编译安装Nginx1.10.3+MySQL5.7.16+PHP5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/10057.html</link>
		<comments>https://www.osyunwei.com/archives/10057.html#comments</comments>
		<pubDate>Sat, 18 Mar 2017 07:18:37 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Web服务器]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=10057</guid>
		<description><![CDATA[本文档最后更新于2019年6月29日 前传： 1、CentOS 7.3.1611系统安装配置图解教程 http://www.osyunwei.com/archives/10003.html 2、CentOS服务器初始化设置 http://www.osyunwei.com/archives/9034.html 准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10057.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10057.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下php安装cphalcon扩展</title>
		<link>https://www.osyunwei.com/archives/9848.html</link>
		<comments>https://www.osyunwei.com/archives/9848.html#comments</comments>
		<pubDate>Fri, 09 Dec 2016 09:45:37 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cphalcon]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9848</guid>
		<description><![CDATA[说明： 操作系统：CentOS php安装目录：/usr/local/php php.ini配置文件路径：/usr/local/php/etc/php.ini 1、安装cphalcon cd /usr/local/src git clone git://github.com/phalcon/cphalcon.git #需要安装安装git软件包yum install git cd /usr/local/src/cphalcon/build/php5/64bits #选择相应的php版本目录 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make make install 2、配置php支持cphalcon vi /usr/local/php/etc/php.ini #编辑配置文件，在最后一行添加以下内容 添加 extension=phalcon.so :wq! #保存退出 3、重启php-fpm service php-fpm restart 在phpinfo页面可以看到关于cphalcon的选项，说明安装成功。 至此，Linux下php安装cphalcon扩展教程完成。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/9848.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Linux下php安装cphalcon扩展<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9848.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9848.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下php安装swoole扩展</title>
		<link>https://www.osyunwei.com/archives/9841.html</link>
		<comments>https://www.osyunwei.com/archives/9841.html#comments</comments>
		<pubDate>Fri, 09 Dec 2016 09:10:57 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[swoole]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9841</guid>
		<description><![CDATA[说明： 操作系统：CentOS php安装目录：/usr/local/php php.ini配置文件路径：/usr/local/php/etc/php.ini 1、安装swoole cd /usr/local/src wget https://github.com/swoole/swoole-src/archive/v1.9.1-stable.tar.gz tar zxvf v1.9.1-stable.tar.gz cd swoole-src-1.9.1-stable /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make make install 2、配置php支持swoole vi /usr/local/php/etc/php.ini #编辑配置文件，在最后一行添加以下内容 添加 extension=swoole.so :wq! #保存退出 3、重启php-fpm service php-fpm restart 在phpinfo页面可以看到关于swoole的选项，说明安装成功。 至此，Linux下php安装swoole扩展教程完成。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/9841.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Linux下php安装swoole扩展<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9841.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9841.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下PHP安装配置MongoDB 3.0.x数据库连接扩展</title>
		<link>https://www.osyunwei.com/archives/9257.html</link>
		<comments>https://www.osyunwei.com/archives/9257.html#comments</comments>
		<pubDate>Fri, 25 Sep 2015 03:20:48 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9257</guid>
		<description><![CDATA[说明： 操作系统：CentOS 6.X 64位 MongoDB数据库服务器： IP地址：192.168.21.130 Web服务器： IP地址：192.168.21.127 PHP安装路径：/usr/local/php 实现目的： 安装PHP的MongoDB数据库扩展，通过PHP程序连接MongoDB数据库 具体操作： 一、安装PHP的MongoDB数据库扩展（在Web服务器192.168.21.127上操作） 下载地址：http://pecl.php.net/get/mongo-1.6.11.tgz 上传mongo-1.6.11.tgz到/usr/local/src目录 tar zxvf mongo-1.6.11.tgz #解压 cd mongo-1.6.11 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make #编译 make install #安装，完成之后出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/ vi /usr/local/php/etc/php.ini #编辑，在最后一行添加下面的代码 extension="mongo.so" :wq! #保存退出 service php-fpm reload #重新加载php-fpm 在站点根目录下添加php测试页面 vi /usr/local/nginx/html/phpinfo.php #编辑 &#60;?php phpinfo(); ?&#62; :wq! #保存退出 打开上面的页面，http://192.168.21.127/phpinfo.php 如下图所示： 二、创建测试数据库（在MongoDB数据库服务器操作） [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9257.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9257.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
