Results 1 to 3 of 3
Eg. I have apache2 installed. How do I check if mod_proxy module has been compiled into the web server or if the module is available to be dynamically loaded?
In ...
- 03-11-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 18
How to check what are the modules compiled into the binaries in a package?
Eg. I have apache2 installed. How do I check if mod_proxy module has been compiled into the web server or if the module is available to be dynamically loaded?
In general, how do we go about checking if a particular module has been compiled into the binaries in the packages available in the repositaries?
Thanks !
- 03-11-2006 #2Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
apache2 -l should list the compiled modules
apache2 --help should show other available commandsfar...out
- 03-11-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 18
apache2 -l does work
but apache2 --help gives the message
'(9
Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs'
In general, is there a standard command/parameter that can be used to display the list of compiled modules for a binary, say postfix?
Thanks !
Originally Posted by farslayer


Reply With Quote
