<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://shiyoka.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://shiyoka.com/feed.php">
        <title>ClownWiki - pound</title>
        <description></description>
        <link>https://shiyoka.com/</link>
        <image rdf:resource="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-08T14:28:18+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:daemontools_pound&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:keepalived_pound&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:memo&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:pound.cfg&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:pound.conf&amp;rev=1739713984&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=pound:pound_keepalived&amp;rev=1739713984&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>ClownWiki</title>
        <link>https://shiyoka.com/</link>
        <url>https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:daemontools_pound&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>daemontools_pound</title>
        <link>https://shiyoka.com/doku.php?id=pound:daemontools_pound&amp;rev=1739713984&amp;do=diff</link>
        <description>daemontools＋pound構築

○ daemontools

　◆ インストール
　# wget &lt;http://cr.yp.to/daemontools/daemontools-0.76.tar.gz&gt;
　# mkdir -p /package
　# chmod 755 /package
　# chmod +t /package
　# cd /package
　# tar xvpfz （DLしたディレクトリ）/daemontools-0.76.tar.gz
　# cd admin/daemontools-0.76/
　# vi ./src/error.h
　以下、修正
　</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:keepalived_pound&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>keepalived_pound</title>
        <link>https://shiyoka.com/doku.php?id=pound:keepalived_pound&amp;rev=1739713984&amp;do=diff</link>
        <description>POUND＋keepalived構築

○ 開発環境のインストール
　# yum -y install gcc gcc-c++

○ OpenSSLのインストール
　# yum -y install openssl openssl-devel

○ SELINUX 設定
　SELinux無効化
　# setenforce 0
　SELinux設定ファイル編集　システム起動時にSELinuxを無効化
　# vi /etc/sysconfig/selinux
　SELINUX=enforcing
　↓
　SELINUX=disabled</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:memo&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>memo</title>
        <link>https://shiyoka.com/doku.php?id=pound:memo&amp;rev=1739713984&amp;do=diff</link>
        <description>雑記

Poundはログの出力方法によってパフォーマンスに影響がある
&lt;http://labo.opengroove.com/blog/category/web-server/pound/&gt;

Poundはログレベルの設定で大きくパフォーマンスが変わる
&lt;http://d.hatena.ne.jp/terurou/20080228/1204133650&gt;

Pound マニュアル
&lt;http://linux.die.net/man/8/pound&gt;

Pound を daemontools で管理する
&lt;http://shin3tky.blogspot.com/2009/07/pound-daemontools.html&gt;

syslog は I/O 負荷が高い → daemontool に移行しよう！…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:pound.cfg&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pound.cfg</title>
        <link>https://shiyoka.com/doku.php?id=pound:pound.cfg&amp;rev=1739713984&amp;do=diff</link>
        <description>pound.cfgのサンプル


## System Configuration
LogLevel 0
LogFacility -

ListenHTTP
  Address 192.168.81.42
  Port 80
  Client 5
End

Service
  BackEnd
  Address 192.168.95.6
  Port 80
    Priority 1
  End
  BackEnd
  Address 192.168.95.7
  Port 80
    Priority 1
  End
  BackEnd
  Address 192.168.95.8
  Port 80
    Priority 1
  End
End</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:pound.conf&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pound.conf</title>
        <link>https://shiyoka.com/doku.php?id=pound:pound.conf&amp;rev=1739713984&amp;do=diff</link>
        <description>pound.confのコメント


#User        &quot;nobody&quot;
#Group       &quot;nobody&quot;
#RootJail    &quot;/var/pound/jail&quot;
#次の行は、Deamontoolsで動かすときは1にする。
#Daemon         1
#LogLevel       4
#Alive          30
#次は、下のリスナ設定で各値に上書きされる。
#Client         5
#TimeOut                60
#Grace          30
#このへんは使わない？
#SSLEngine
#Control
#LogFacility    LOG_DAEMON
#DynScale       0

## HTTPに関する設定
#受付側(リスナ)
#ListenHTTP
#    Address 192.168.100.12
#    Port    80
#    Client  5
#    xHTTP
#    CheckURL
#    Err414
#    Err500
#    Err501
#…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=pound:pound_keepalived&amp;rev=1739713984&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pound_keepalived</title>
        <link>https://shiyoka.com/doku.php?id=pound:pound_keepalived&amp;rev=1739713984&amp;do=diff</link>
        <description>pound_keepalived index</description>
    </item>
</rdf:RDF>
