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



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

Answer / 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

More Apache Interview Questions

What type of ip is needed for apache web servers to host a website?

1 Answers  


Where is apache installed on windows?

1 Answers  


How do I enable apache modules?

1 Answers  


How to stop/start apache web server?

1 Answers  


What is ServerType directive?

1 Answers  


On which version of apache you have worked?

0 Answers  


What do you mean by a servername directive?

1 Answers  


From where apache names comes?

1 Answers  


What is apache http server?

1 Answers  


What is systemctl used for?

1 Answers  


How do I install apache server on windows 7?

1 Answers  


How does systemd work?

1 Answers  


Categories