19.30 mod_so

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 19.  Apache Modules

19.30 mod_so

The mod_so module assists in loading shared object files into the server at startup. This includes modules and other shared libraries, including Dynamic Link Libraries (DLLs) and Unix .so shared libraries. See the Apache documentation for information on creating DLL modules for Windows.

LoadFile

  LoadFile   filename  ... 

[ server config ]

This directive loads one or more specified object libraries when the server is started. The filename can be an absolute pathname or can be relative to ServerRoot.

LoadModule

  LoadModule   module  filename 

[ server config ]

This directive loads the given filename as a given module, adding it to the list of active modules. For example:

 LoadModule status_module mod_stat.so 

Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net