<?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>apache &#8211; dbtan 谈DB</title>
	<atom:link href="https://dbtan.com/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>https://dbtan.com</link>
	<description>dbtan 的生活、Oracle 及 Linux 等的学习笔记、观点。      说，永远易于做！</description>
	<lastBuildDate>Sun, 11 Oct 2009 13:28:00 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Linux apache服务器&#038;squid代理服务器</title>
		<link>https://dbtan.com/2009/10/linux-apache-and-squid.html</link>
					<comments>https://dbtan.com/2009/10/linux-apache-and-squid.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 13:28:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[squid]]></category>
		<guid isPermaLink="false">http://dbtan.com/2009/10/linux-apache-and-squid.html</guid>

					<description><![CDATA[一、apache服务器： 安装包：（一个包） [root@vm51: ~]#rpm -qa &#124; grep ht [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote>
<p><font face="黑体" size="2"><strong>一、apache服务器：</strong></font> </p>
<p><b>安装包：（一个包）</b><b></b> </p>
<p>[root@vm51: ~]#rpm -qa | grep httpd  </p>
<p>httpd-manual-2.2.3-6.el5 安装手册包后，手册在/var/www/manual/index.html </p>
<p>system-config-httpd-1.3.3.1-1.el5 </p>
<p><b>httpd-2.2.3-6.el5</b><b></b> </p>
<p><b>主控配置文件：/etc/httpd/conf/httpd.conf</b> </p>
<p>/etc/httpd/目录，为配置文件的目录 </p>
<p>/etc/httpd/modules/ 模块 </p>
<p>/etc/httpd/run/ PID </p>
<p>/etc/httpd/conf/httpd.conf 主控配置文件 </p>
<p>/etc/httpd/conf.d/ 配置文件 </p>
<p>/etc/httpd/logs/ 日志 </p>
<p><b>[root@vm51: ~]#vim /etc/httpd/conf/httpd.conf</b> </p>
<p>ServerTokens OS 平台版本。OS：比较详细的级别。 </p>
<p>ServerRoot "/etc/httpd" 配置文件的路径 </p>
<p>PidFile run/httpd.pid 记录下其PID ，可用此PID关此httpd进程；还可以为文件加锁，当httpd运行时，别的进程不那改它。 </p>
<p>Timeout 120 超时时间 <br />[......]</p>
<p class="read-more"><a href="https://dbtan.com/2009/10/linux-apache-and-squid.html">阅读全文</a></p>
</blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2009/10/linux-apache-and-squid.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
