<?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>apache2.4 &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/apache2-4/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sat, 28 Apr 2012 10:42:50 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>[Gentoo] Apache 2.2 升級到 Apache 2.4 的問題.</title>
		<link>https://richliu.com/2012/04/28/1209/gentoo-%e5%8d%87%e7%b4%9a%e5%88%b0-apache-2-4-%e7%9a%84%e5%95%8f%e9%a1%8c/</link>
					<comments>https://richliu.com/2012/04/28/1209/gentoo-%e5%8d%87%e7%b4%9a%e5%88%b0-apache-2-4-%e7%9a%84%e5%95%8f%e9%a1%8c/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 10:28:02 +0000</pubDate>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apache2.4]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[升級]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=1209</guid>

					<description><![CDATA[<p>除了要在 &#8220;/etc/portage/package.unmask&#8221; 加上 [TEXT [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2012/04/28/1209/gentoo-%e5%8d%87%e7%b4%9a%e5%88%b0-apache-2-4-%e7%9a%84%e5%95%8f%e9%a1%8c/">[Gentoo] Apache 2.2 升級到 Apache 2.4 的問題.</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>除了要在 &#8220;/etc/portage/package.unmask&#8221; 加上<br />
[TEXT]<br />
www-servers/apache<br />
app-admin/apache-tools<br />
[/TEXT]</p>
<p>以便升級以外..<br />
<span id="more-1209"></span></p>
<p>另外, 在 /etc/apache2/httpd.conf<br />
加上<br />
[TEXT]<br />
LoadModule authn_core_module modules/mod_authn_core.so<br />
LoadModule authz_core_module modules/mod_authz_core.so<br />
LoadModule unixd_module modules/mod_unixd.so<br />
LoadModule access_compat_module modules/mod_access_compat.so<br />
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so<br />
[/TEXT]</p>
<p>從檔案 /etc/apache2/vhosts.d/00_default_vhost.conf 內移除<br />
[TEXT]<br />
# Use name-based virtual hosting.<br />
NameVirtualHost *:80<br />
[/TEXT]</p>
<p>從檔案 /etc/apache2/modules.d/00_mod_mime.conf 內移除<br />
[TEXT]<br />
# DefaultType: the default MIME type the server will use for a document<br />
# if it cannot otherwise determine one, such as from filename extensions.<br />
# If your server contains mostly text or HTML documents, &#8220;text/plain&#8221; is<br />
# a good value.  If most of your content is binary, such as applications<br />
# or images, you may want to use &#8220;application/octet-stream&#8221; instead to<br />
# keep browsers from trying to display binary files as though they are<br />
# text.<br />
DefaultType text/plain<br />
[/TEXT]</p>
<p>修改檔案, /etc/apache2/modules.d/40_mod_ssl.conf<br />
[TEXT]<br />
#SSLMutex  file:/var/run/ssl_mutex<br />
Mutex sysvsem default<br />
[/TEXT]</p>
<p>Ref <a href="https://bugs.gentoo.org/show_bug.cgi?id=410607" target="_blank" rel="noopener">Bug 410607</a></p>
<p>The post <a rel="nofollow" href="https://richliu.com/2012/04/28/1209/gentoo-%e5%8d%87%e7%b4%9a%e5%88%b0-apache-2-4-%e7%9a%84%e5%95%8f%e9%a1%8c/">[Gentoo] Apache 2.2 升級到 Apache 2.4 的問題.</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2012/04/28/1209/gentoo-%e5%8d%87%e7%b4%9a%e5%88%b0-apache-2-4-%e7%9a%84%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
