what is the responsibility of ngnix or apache in rails application?
        Posted  
        
            by 
                user2177410
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user2177410
        
        
        
        Published on 2013-11-01T18:39:10Z
        Indexed on 
            2013/11/01
            21:54 UTC
        
        
        Read the original article
        Hit count: 252
        
How rails applications actually work? Let's say we have nginx + passenger + Ubuntu, so my questions are:
- What is nginx actually doing?
 - How does it transfer requests to the rails app?
 - what is passenger responsible for?
 - And what is rack?
 - How actually rails app can work just on webrick without apache?
 
Please dont give me answers like "nginx processes the requests"; I need something more, or may be you know the source where I can read about this.
© Stack Overflow or respective owner