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 |
What type of ip is needed for apache web servers to host a website?
Where is apache installed on windows?
How do I enable apache modules?
How to stop/start apache web server?
What is ServerType directive?
On which version of apache you have worked?
What do you mean by a servername directive?
From where apache names comes?
What is apache http server?
What is systemctl used for?
How do I install apache server on windows 7?
How does systemd work?