adspace


what is difference between static module & dynamic module in apache?

Answer Posted / Vishal Gautam

In Apache, a static module is compiled directly into the Apache binary, while a dynamic module is loaded separately at runtime. Static modules offer faster performance since they are already included in the binary, but they cannot be easily added or removed without recompiling the entire Apache binary. Dynamic modules, on the other hand, can be easily added or removed by placing them in the appropriate directory and restarting Apache. However, dynamic modules may slightly impact Apache's performance due to the time required to load them at runtime.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On which version of apache you have worked?

1032