MODULES 641 B

123456789101112131415161718
  1. Monkey HTTP Daemon - MODULES
  2. ----------------------------
  3. Monkey now support static modules. If you enabled one of this take care
  4. because binary size will be increased a lot of KB. The available modules
  5. are :
  6. ---------------------------------------------------------------------------
  7. MODULE: mod_mysql
  8. DESCRIPTION: This module allow you register the access and error entries
  9. in a MySQL database. For more details read extras/mod_mysql/INSTALL.
  10. LOADING: use --load-mod_mysql option in configure script.
  11. REQUERIMENTS: MySQL headers and development libraries.
  12. ---------------------------------------------------------------------------