<?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; Apache2</title>
	<atom:link href="http://www.qiais.com/achives/category/web-server/apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qiais.com</link>
	<description>琪埃信息系统</description>
	<lastBuildDate>Tue, 11 Feb 2020 01:50:29 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>CentOS7安装apache,php</title>
		<link>http://www.qiais.com/achives/806/</link>
		<comments>http://www.qiais.com/achives/806/#comments</comments>
		<pubDate>Sat, 20 Feb 2016 06:44:23 +0000</pubDate>
		<dc:creator><![CDATA[sai]]></dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[网站服务器]]></category>

		<guid isPermaLink="false">http://www.qiais.com/?p=806</guid>
		<description><![CDATA[1.安装httpd 2.开放80端口 3.*firewall，如果firewall没有安装的可以通过以下命令执...]]></description>
				<content:encoded><![CDATA[<p>1.安装httpd</p>
<pre class="brush: plain; title: ; notranslate">
[root@ip-10-167-141-167 ~]# yum -y install httpd httpd-devel
[root@ip-10-167-141-167 ~]# yum -y install php php-mbstring php-xml
[root@ip-10-167-141-167 ~]# systemctl start httpd
</pre>
<p>2.开放80端口</p>
<pre class="brush: plain; title: ; notranslate">
[root@ip-10-167-141-167 ~]# firewall-cmd --permanent --zone=public --add-service=http
[root@ip-10-167-141-167 ~]# firewall-cmd --permanent --zone=public --add-service=https
[root@ip-10-167-141-167 ~]# firewall-cmd --reload
</pre>
<p>3.*firewall，如果firewall没有安装的可以通过以下命令执行安装</p>
<pre class="brush: plain; title: ; notranslate">
[root@ip-10-167-141-167 ~]# yum -y install firewalld
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.qiais.com/achives/806/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
