How to disable apache mods without any problems
        Posted  
        
            by Saif Bechan
        on Server Fault
        
        See other posts from Server Fault
        
            or by Saif Bechan
        
        
        
        Published on 2010-03-28T23:07:45Z
        Indexed on 
            2010/03/28
            23:13 UTC
        
        
        Read the original article
        Hit count: 411
        
I have an apache installation where every single mod is enabled. I want my server to be as light as possible so I want to disable everything i do now need.
What is the best way to go about this. I know its just removing the ; before the line in the conf file. But what if some hidden service somewhere need that at some random point in time.
Can i get some suggestion on what to do.
© Server Fault or respective owner