使うもの apache2.2.9 python2.5 mod_wsgi2.3 事前にexpatのインストール yum install expat 事前にlibtoolの確認インストール yum install libtool >which libtool /usr/bin/libtool apacheのlibtoolを使わない >cd /opt/apps/apache2.2/build >mv libtool lib... 続きを読む
"Think about the ideal way to write a web app. Write the code to make it happen." (More...) The following steps were tested on Apache-2.2.3 (Red Hat Enterprise Linux 5.2, x86_64), mod_wsgi-2.0. Note: You may replace 'appname' with your own pr... 続きを読む
python, MongoDB TwitBlogin! http://twitblogin.com/ とか作ったことだし、そこそこ開発環境整って、今なら思いつく限りのサービスはさっくり実装できそうだったのでPython初心者向けに書いておく。少しでもPythonユーザが増えれば幸い。対象は Python の基本... 続きを読む
Werkzeug started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to ha... 続きを読む
【1】 概要 WSGIベースでXML-RPCアプリを実装しました。 これで、WSGIミドルウェアを導入したりしたXML-RPCサーバーの構築が容易になります。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39... 続きを読む
WSGI 2.0 This page is intended to collect any ideas related to WSGI 2.0. In particular, any proposed changes to the specification. NOTE: What is described here should not be considered a DRAFT for WSGI 2.0. It is only a list of ideas or issue... 続きを読む
Abstract This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers. Rationale and Goals Python currently boasts ... 続きを読む