2012-01-01から1年間の記事一覧
Error: Server sent unexpected return value (502 Bad Gateway) in response to COPY SVNの実サーバではなく reverse Proxy 経由で HTTPS アクセスしている時に上記の COPY のエラーが出たら、SVN の実サーバ上の VirtualHost 設定に Destination 変更の設…
いつも忘れちゃうのでメモ。 $ python bootstrap.py --version 1.5.2 -d init みたいな感じで。
表題のエラー「RuntimeError: instance.__dict__ not accessible in restricted mode」という感じで Tracがエラーを出す時は、TracのLocation配下に以下の設定が必要だと、ぐぐると出てくる。 PythonInterpreter main_interpreterしかし、この設定は Tracを…