开发者

Apache Load Modules Time

When are Apache modules loaded? 开发者_JAVA百科I remember that I read somewhere that some modules are loaded at the server startup, while others are loaded after a while so the startup wouldn't slow down. Also if the administrator wanted to load a new module at the runtime, how is that done?


I think you are referring to Dynamic Shared Object (DSO) modules. There is a lot of good info on these in the Apache Server documentation:

http://httpd.apache.org/docs/2.2/dso.html

Unfortunately, even when using DSO modules, you still have to restart the Apache server in order to load a new module. There is currently no method for loading of Apache modules while the server is running.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜