NANOWEB, the aEGiS PHP web server
nanoweb Modules
The configuration files of nanoweb reside in /etc/nanoweb/; there
you'll find modules.conf containing lots of
LoadModule directives registering some or
all of these modules to the server core:
- Core
- listing of all directives
- mod_access_rbl
- RBL checks (see mail-abuse.org/rbl)
- mod_bsp
- Brainfuck Server Pages
- mod_cgi
- CGI Parsing Module
- mod_fb
- FileBrowser
- mod_fcgi
- FastCGI support (beta)
- mod_gzip
- gzip content encoding support
- mod_include
- Server Side Includes support (therefore formerly called mod_ssi)
- mod_mispell
- mispelled URL correction support
- mod_multiviews
- MultiViews (content negotiation)
- mod_mysqllog
- Log into a MySQL database
- mod_rewrite
- RewriteEngine (powerful URI to filename mapping)
- mod_worms
- winpopup message module, please refer to docs/README.mod_worms
NANOWEB, the aEGiS PHP web server
Index