Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache で mod_wsgi を使用して SOAPpy に基づく Web サービスを実行することは可能ですか? はいの場合、サンプル(例)へのリンクを投稿できますか?
いいえ。SOAPpy には独自の HTTP サーバーがありますBaseHTTPServer。これは、重要な量のハッキングなしでは、SOAPpy を WSGI アプリに変えることができないことを意味します。
BaseHTTPServer