qmail.jp/f/Poundについて、ここに記述してください。
reverse proxy 兼 HTTPS ゲートウェイとして利用する。
- Openssl 1.0.1a を入れた。
1. 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 2012-04-25 11:14:47
# 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 2012-04-25 23:05:48
- あとはどう使うか。
2. publicfile/httpd
DJB の publicfile をインストールして、httpd を動かした。
- これを127.0.0.1:80 で動かして、pound をフロントエンドにして、https アクセスできるようにした。
https://f.ns.qmail.jp/top.html で www.qmail.org のコピーが見えるようになった。
-- ToshinoriMaeno 2012-04-26 07:13:57
残るはmoinmoinのコンテンツの移転だが、中身を整理したいので、考えているところ。
3. moinmoin / pound
内容を整理する前に動作確認することにして、複製を作る。-- ToshinoriMaeno 2012-04-27 00:06:11