IIS + WSGI Part-1

Python, Windows, Zope/Plone, grok No Comments

サーバーがWindows Server 2008になる可能性があるので,IIS からDjangoやZope3を使うための方法を探してみた.

pyisapie
http://apps.sourceforge.net/trac/pyisapie/

isapi-wsgi
http://code.google.com/p/isapi-wsgi/

いろいろあった.

これから,VM上にWindows Server 2008環境を作ってテストしてみる.

続く

Windowsのテストモード

64bit, Android, Windows No Comments

64bitでG1を接続するにはテストモードで起動して作業をする必要がある。

先日のエントリのリンクに、その方法が記されている。

念のため、自分のサイトにもメモとして置いておこうと思う。

テストモードにする

  1. 管理者モードコマンドプロンプトを起動
  2. bcdedit -set testsigning on を入力
  3. 再起動

テストモードの終了

  1. 管理者モードコマンドプロンプトを起動
  2. bcdedit -set testsigning off を入力
  3. 再起動