Intro to Apache - ApacheCon
Standard modules (2.0)- 2.0 does not provide an easy way to get the complete list of available modules, and their default status.
./configure --help will list the modules, but not in a friendly format.
./configure --enable-rewrite
| | |
- Or, easier:
./configure --enable-mods-shared=all
| | |
- ... which I'll talk about in a moment
|
|