Is there a command in Linux to find out which modules are loaded and running in Apache?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
Or on Ubuntu:
|
|||
|
|
|
Another way is to use lsof.
This will give you a list of all loaded modules. This not only comes handy for apache, but all other processes to. |
|||
|
|
