ngi644の日記

備忘録も兼ねています。

Archive for the ‘Windows’ Category

IIS + WSGI Part-1

without 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環境を作ってテストしてみる.

続く

Written by ngi644

5月 24th, 2009 at 2:02 am

Windowsのテストモード

without comments

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

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

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

テストモードにする

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

テストモードの終了

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

Written by ngi644

12月 24th, 2008 at 5:57 pm

Posted in 64bit,Android,Windows