Building and Installing

This section will show you how to install mod_injection using the supplied
Makefiles.

  * Make sure that apxs is either in your path or make sure that you give
    it to make like this: make APXS=/path/to/apxs
   
  * From the top directory, run make. This must be GNU make and on some
    systems it is called gmake.
   
  * After everything is done compiling you can run make install.
   
  * Update your Apache configuration file.
   
