The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-14-2009
mojoman mojoman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 181
Quote:
Originally Posted by fpmurphy View Post
One way ...
Code:
httpd -l         # for static modules
httpd -M         # for shared modules

What is the difference between a static module and a shared module?
Is static module that is compiled in and shared one that is dynamically loaded.

As well, for APACHE 2.2, is the dynamic loaded feature automatically compiled such that all I have to use is LoadModule in httpd.conf? If not, how do I enable it?