compile Passenger statically into Apache httpd?
        Posted  
        
            by 
                Oleg
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Oleg
        
        
        
        Published on 2011-11-25T15:49:44Z
        Indexed on 
            2011/11/25
            17:53 UTC
        
        
        Read the original article
        Hit count: 500
        
I prefer to disable httpd dynamic module loading on my production server.
I've been using mod_jk linked statically into httpd for quite a long time and it proved to be stable.
Now I would like to add Ruby Passenger (mod_rails/mod_rack) to my httpd.
I wonder if it is possible to link it statically into Apache httpd the same way too? (without producing a huge httpd)
If it is, are there any potential pitfalls, safety or performance concerns having both mod_jk and mod_rails within the same executable?
Thanks
© Server Fault or respective owner