<?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>cap&#039;n webb &#187; SSL</title>
	<atom:link href="http://blog.dataich.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dataich.com</link>
	<description>almost all things about it</description>
	<lastBuildDate>Thu, 12 Jan 2012 03:38:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Failed to release SSL session cache lock</title>
		<link>http://blog.dataich.com/2008/07/29/failed-to-release-ssl-session-cache-lock/</link>
		<comments>http://blog.dataich.com/2008/07/29/failed-to-release-ssl-session-cache-lock/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 03:54:22 +0000</pubDate>
		<dc:creator>dataich</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://dataich.s15.coreserver.jp/blog/2008/07/29/failed-to-release-ssl-session-cache-lock/</guid>
		<description><![CDATA[/var/log/httpd/ssl_error.logを見ると下記エラーが多発していた。 &#91;warn&#93; &#40;13&#41;Permission denied: Failed to release  [...]]]></description>
			<content:encoded><![CDATA[<p>/var/log/httpd/ssl_error.logを見ると下記エラーが多発していた。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>warn<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">13</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>Permission denied: Failed to release SSL session cache lock
<span style="color: #7a0874; font-weight: bold;">&#91;</span>warn<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">13</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>Permission denied: Failed to acquire SSL session cache lock</pre></div></div>

<p>/etc/httpd/conf/httpd.confを見てみるとApacheの実行ユーザがnobodyになっているのに対し、sslのキャッシュディレクトリである/var/cache/mod_sslの所有者がデフォルトのapache:rootのままだった、、、。<br />
こいつを nobody:rootに変えてやって、Apache再起動で解決。</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://blog.dataich.com/2008/07/29/failed-to-release-ssl-session-cache-lock/&via=dataich&text=Failed to release SSL session cache lock&related=:&lang=en&count=vertical" class="twitter-share-button" onclick="pageTracker._trackPageview('/outgoing/twitter.com/share?url=http_//blog.dataich.com/2008/07/29/failed-to-release-ssl-session-cache-lock/_via=dataich_text=Failed_to_release_SSL_session_cache_lock_related=_lang=en_count=vertical&amp;referer=');">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://blog.dataich.com/2008/07/29/failed-to-release-ssl-session-cache-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

