http://www.lighttpd.net/ == lighttpd/moin == http://tigreraye.org/Using%20MoinMoin%20with%20lighttpd%20for%20a%20root%20wiki http://moinmo.in/InstallationReport#Caching_Static_Content http://moinmo.in/MoinMoinQuestions/Installing#Problem_installing_with_linux_.2B-_lighttpd_.2B-_fastcgi_.2B-_unix_socket_.2B-_site_directory_.28not_subdomain.29. ---- moinmoin は python で書かれている。  動的に生成される部分の仕事に時間がかかるのはいいとして、それ以外の部分を軽くしたい。 例えば、  接続の度にmoinmoinを起動するのはうれしくない。  一度生成したhtmlは再利用したい。  static contents は高速でサービスしたい。 などの要求がある。 これらをなるべく単純に実現したい。 https を使いたい。 -- ToshinoriMaeno <>