<?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>O0ps &#187; Lighttpd</title>
	<atom:link href="http://toyholic.com/node/tag/lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://toyholic.com</link>
	<description>yui’s PlayGr0und</description>
	<lastBuildDate>Wed, 14 Jul 2010 08:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>#1045 – Access denied for user ‘root’@&#8217;localhost’ (using password: NO)</title>
		<link>http://toyholic.com/node/1646</link>
		<comments>http://toyholic.com/node/1646#comments</comments>
		<pubDate>Thu, 04 Mar 2010 11:34:56 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[出来事]]></category>
		<category><![CDATA[Basic認証]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1646</guid>
		<description><![CDATA[ここの所、phpmyadminなんか触っていなかったがテーブルの最適化しようとすると&#8230;
Welcome to phpMyAdmin 2.9.1.1-Debian-11
phpMyAdmin tried to  [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1646/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighttpd ssl (https) 不完全</title>
		<link>http://toyholic.com/node/1486</link>
		<comments>http://toyholic.com/node/1486#comments</comments>
		<pubDate>Wed, 11 Nov 2009 11:28:20 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1486</guid>
		<description><![CDATA[httpsならログインも安全だろうと少し考えるところがあったので、やってみたが&#8230;
#mkdir /etc/lighttpd/ssl
#cd /etc/lighttpd/ssl
#openssl req -ne [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1486/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd php-fastcgi 独立プロセス</title>
		<link>http://toyholic.com/node/1481</link>
		<comments>http://toyholic.com/node/1481#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:36:57 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[php-fastcgi]]></category>
		<category><![CDATA[PHP5-CGI]]></category>
		<category><![CDATA[pid]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1481</guid>
		<description><![CDATA[lighttpdにeAcceleratorを入れて負荷が減ったしメモリも節約出来ているので、ご機嫌だったが&#8230;lighttpdを再起動した時にfast-cgiがプロセスとして残ってしまう&#8230;lighttpdを再起動しただけではfast-cgiは影響を受けないみたい。php-cgiってpidもないみたいだし。

fast-cgiをデーモンとして登録する。ファイル名にphp-fastcgiとphp-fcgiがあるので注意。
# vim /etc/default/php-fastcgi
START=yes
EXEC_AS_USER=www-data
FCGI_HOST=localhost
FCGI_PORT=9000
PHP_FCGI_CHILDREN=2
PHP_FCGI_MAX_REQUESTS=1000
update-rc.d php-fcgi defaults
サーバー起動時にphp-fastcgiのサービスを開始する。
# vim /etc/lighttpd/lighttpd.conf
fastcgi.server = (
".php" => (
( "host" => "127.0.0.1",
"port" => 9000,
"max-procs" => 1,
"idle-timeout" => 15,
"broken-scriptfilename" => "enable" )))
ポート9000番で待ち受けするようにする。
# vim /etc/init.d/php-fcgi
init.dに起動スクリプトを作成する。
#! /bin/sh
### BEGIN INIT INFO
# Provides:          php-fastcgi
# Required-Start:    $all
# Required-Stop:     $all
# Default-Start:    [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1481/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd Basic認証</title>
		<link>http://toyholic.com/node/1480</link>
		<comments>http://toyholic.com/node/1480#comments</comments>
		<pubDate>Tue, 22 Sep 2009 09:55:50 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[.htpasswd]]></category>
		<category><![CDATA[Lighttpd]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1480</guid>
		<description><![CDATA[Basic認証をかけてみた。
# htpasswd -c /etc/lighttpd/lighttpd.user.htpasswd secret
New password:
Re-type new password:
A [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1480/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/GNU Linux lighttpd</title>
		<link>http://toyholic.com/node/1468</link>
		<comments>http://toyholic.com/node/1468#comments</comments>
		<pubDate>Sun, 20 Sep 2009 07:21:57 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Lighttpd]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1468</guid>
		<description><![CDATA[ 以前から気にはなっていたんだが、時間が取れないのでなかなか導入出来なかったんだけど、slowlorisでApacheが簡単に落ちてしまうのとApacheがメモリを食うので移行してみた。
いいサーバー機とか使っている人た [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1468/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.735 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-08-01 19:06:02 -->
