qmail.jp/f/Poundについて、ここに記述してください。 reverse proxy 兼 HTTPS ゲートウェイとして利用する。 http://www.apsis.ch/pound  Openssl 1.0.1a を入れた。 == configure error == Seems like you have gcc 4.1.2 and it doesn't like a compile option... Edit configure... search for no-unused-result and remove the -Wno-unused-result from the CPPFLAGS line.... My lines look like this around line 3235 (pound 2.6a file though) CPPFLAGS="${CPPFLAGS} -D_REENTRANT -D_THREAD_SAFE" if test "${CC}" = "gcc" then CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -Wno-unused-result -pipe" Fi {{{ Remove the -Wno-unused-result and rerun configure, see if that fixes you up. }}} OK. -- ToshinoriMaeno <> ---- # make install {{{ /usr/bin/install -c -d /usr/local/sbin /usr/bin/install -c -o proxy -g proxy -m 555 pound /usr/local/sbin/pound /usr/bin/install -c -o proxy -g proxy -m 555 poundctl /usr/local/sbin/poundctl /usr/bin/install -c -d /usr/local/share/man/man8 /usr/bin/install -c -o proxy -g proxy -m 644 pound.8 /usr/local/share/man/man8/pound.8 /usr/bin/install -c -o proxy -g proxy -m 644 poundctl.8 /usr/local/share/man/man8/poundctl.8 }}} ---- 起動してみたら、/var/run/pound がないという警告がでたので、作成した。-- ToshinoriMaeno <> あとはどう使うか。 ---- == publicfile/httpd == DJB の publicfile をインストールして、httpd を動かした。  これを127.0.0.1:80 で動かして、pound をフロントエンドにして、https アクセスできるようにした。  https://f.ns.qmail.jp/top.html で www.qmail.org のコピーが見えるようになった。 -- ToshinoriMaeno <> 残るはmoinmoinのコンテンツの移転だが、中身を整理したいので、考えているところ。 == moinmoin / pound == 内容を整理する前に動作確認することにして、複製を作る。-- ToshinoriMaeno <>