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.
ラック アプリケーション内で、どの Web サーバーがラック ハンドラーとして実行されているかをどのように確認できますか?
たとえば、config.ru 内から、WEBrick を実行しているかどうかをオンにします。
unless running_webrick? redirect_stdout_and_stderr_to_file end run App
def running_webrick? ??? end