Build apache modules from a common source.
authorDerek Atkins <derek@ihtfp.com>
Wed, 31 Mar 2004 23:44:51 +0000 (23:44 +0000)
committerDerek Atkins <derek@ihtfp.com>
Wed, 31 Mar 2004 23:44:51 +0000 (23:44 +0000)
commita8ac8bd570edf7a5c5ab0e4eda3ea5220303b67d
tree16d3954bbb7a28fed494f81c2cbdfa52b67cc817
parentf75414a7361e9875c1918b3bc8ebf31dfe3d7b8f
Build apache modules from a common source.

This allows us to build apache-1.3 and apache-2.0 modules from the
same source file(s).  I've tested the apache-2.0 module; it builds
just fine.  I haven't tested the apache-1.3 build because I don't have
an apache-1.3 build environment.  Therefore I have not yet removed
the old module(s).

The new modules are named mod_shib_13.so and mod_shib_20.so
internally they are always "mod_shib"
Makefile.am
apache/.gitignore [new file with mode: 0644]
apache/Makefile.am [new file with mode: 0644]
apache/mod_apache.cpp [new file with mode: 0644]
apache/mod_shib_13.cpp [new file with mode: 0644]
apache/mod_shib_20.cpp [new file with mode: 0644]
configure.ac