Raz
asked on
apache - modules
I have compiled apache 2.2.17 with all possible modules. But for now I dont want some modules to be loaded(effecting apache performance), I will use them later. Now I just want to use some modules like ssl, mime, proxy, etc., How can make apache not to load those modules while starting?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Not really much, but depends on how you use your modules. Example, if some modules just loaded but didn't do anything, then it affect a very little.
ASKER
enabling all modules even some which are not required really effects overall apache performance?