InterviewSolution
| 1. |
What Are The Servers Supported By Ruby On Rails? |
|
Answer» RoR was GENERALLY preferred over WEBrick server at the time of WRITING, but it can also be run by: Lighttpd (PRONOUNCED ‘lighty’) is an open-source web server more optimized for speed-critical environments. Abyss Web Server- is a compact web server AVAILABLE for windows, Mac osX and Linux operating system. Apache and nginx RoR was generally preferred over WEBrick server at the time of writing, but it can also be run by: Lighttpd (pronounced ‘lighty’) is an open-source web server more optimized for speed-critical environments. Abyss Web Server- is a compact web server available for windows, Mac osX and Linux operating system. Apache and nginx |
|