<?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; 编译安装Nginx</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85nginx/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>RHEL 6.1最小化编译安装Nginx1.0.9+MySQL5.5.17+PHP5.3.8+Zend Guard</title>
		<link>https://www.osyunwei.com/archives/1098.html</link>
		<comments>https://www.osyunwei.com/archives/1098.html#comments</comments>
		<pubDate>Fri, 11 Nov 2011 14:29:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[RHEL 6.1]]></category>
		<category><![CDATA[Zend Guard]]></category>
		<category><![CDATA[编译安装Nginx]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=1098</guid>
		<description><![CDATA[引言： 操作系统：RHEL 6.1 32位 下载地址：请自行下载，这里提供一个下载地址，仅供参考 ed2k://&#124;file&#124;[红帽企业Linux.6.1].rhel-server-6.1-i386-dvd.iso&#124;3066486784&#124;492a4ccae7c2c52cca87196c72a4e24f&#124;h=hzsovcxap52sc2y2wfapxrratgnbpn72&#124;/ 安装方式：采用最小化安装，在安装系统的时候选择最小安装模式，不含有任何可选安装包，最小化安装完成之后，系统占用800M左右磁盘空间。 备注：操作系统的安装，这里就不演示了，如果有疑问可以参考相关教程 安装前准备： 1、配置好IP、DNS、网关，确保使用远程连接工具能够连接服务器 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 vi  /etc/sysconfig/network-scripts/ifcfg-eth0 #添加以下配置信息(具体IP等信息改为你自己的) ONBOOT=yes IPADDR=192.168.1.2 #配置ip地址 NETMASK=255.255.255.0 #子网掩码 GATEWAY=192.168.1.1 #设置网关 DNS1=8.8.8.8 DNS2=8.8.4.4 service network restart #重启网络服务 2、关闭selinux vi /etc/selinux/config 把SELINUX=enforcing SELINUXTYPE=targetede 注释掉，然后新加一行为：SELINUX=disabled 3、开启防火墙相应端口，apache需要开启80端口 MySQL需要开启3306端口 vi /etc/sysconfig/iptables 添加下面的内容 -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #（允许80端口通过防火墙） [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1098.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1098.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS 6.0最小化编译安装Nginx+MySQL+PHP+Zend</title>
		<link>https://www.osyunwei.com/archives/235.html</link>
		<comments>https://www.osyunwei.com/archives/235.html#comments</comments>
		<pubDate>Sun, 23 Oct 2011 05:37:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS 6.0]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[编译安装Nginx]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=235</guid>
		<description><![CDATA[引言：    操作系统：CentOS 6.0 32位          下载地址：http://mirrors.163.com/centos/6.0/isos/i386/CentOS-6.0-i386-bin-DVD.iso          安装方式：采用最小化安装，在安装系统的时候选择Minimal（CentOS 6.0默认就是Minimal安装模式，不含有任何可选安装包）          最小化安装完成之后，系统占用900M左右磁盘空间          备注：操作系统的安装，这里就不演示了，如果有疑问可以参考相关教程          CentOS 6.0安装图解教程   http://wenku.baidu.com/view/668f53e9e009581b6bd9ebc9.html 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 安装前准备： 1、配置好ip dns 网关，确保使用远程连接工具能够连接服务器 2、关闭selinux vi /etc/selinux/config 把SELINUX=enforcing  SELINUXTYPE=targeted注释掉，然后新加一行为：SELINUX=disabled 3、开启防火墙相应端口，apache需要开启80端口  MySQL需要开启3306端口 vi /etc/sysconfig/iptables 添加下面的内容 -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT     #（允许80端口通过防火墙） -A INPUT -m state --state [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/235.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/235.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
