Archive for the ‘Windows’ Category
IIS + WSGI Part-1
サーバーが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でG1を接続するにはテストモードで起動して作業をする必要がある。
先日のエントリのリンクに、その方法が記されている。
念のため、自分のサイトにもメモとして置いておこうと思う。
テストモードにする
- 管理者モードコマンドプロンプトを起動
- bcdedit -set testsigning on を入力
- 再起動
テストモードの終了
- 管理者モードコマンドプロンプトを起動
- bcdedit -set testsigning off を入力
- 再起動