6372efe Ticket #329 - Port modules to httpd 2.4

Authored and Committed by nkinder 12 years ago
    Ticket #329 - Port modules to httpd 2.4
    
    The API for httpd modules changed between httpd 2.2 and 2.4.  The
    change required are simply some struct member name changes.  Changes
    to configure and the makefile were needed for detecting the version
    of httpd that we are building with.  I also found that config.h has
    to be included in mod_restartd to allow us to see the new define
    used for httpd version detection.
    
        
file modified
+4 -0
file modified
+211 -129
file modified
+74 -50
file modified
+214 -14
file modified
+144 -115
file modified
+9 -0
file modified
+136 -68
file modified
+7145 -10313
file modified
+5 -0
file modified
+134 -56
file modified
+18 -11
file modified
+2633 -1384
file modified
+1 -0
file modified
+4 -49
file modified
+8 -0