Intro to Apache - ApacheCon
apxs
apxs -cia mod_security.c
Install modules without rebuilding Apache
-c
compiles
-i
installs the module
-a
appends the configuration to your existing configuration file
This requires that you have
mod_so
installed
Index
Back to
Apache ToolBox
Forward to
Configuring apache
ApacheCon : Intro to Apache - Slide #54 of 139