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.
何をしているの"RailsFCGIHandler"?それにはメソッドがあり、Rails アプリケーションを開始するようです。そうであれば、コマンドprocess!の違いは何ですか?rails server
"RailsFCGIHandler"
process!
rails server
RailsFCGIHandlerfastcgi プロトコルを使用する Web サーバーと Rails アプリケーションの間の接着剤です。
RailsFCGIHandler
むかしむかし、これは apache または lighttpd を使用して Rails アプリケーションをホストする一般的な方法でした。