If your apache is built with shared library support, you can copy these modules from another computer (the same OS, same / lower version and, preferably, the same compiler) and put it in the modules folder. Then use the LoadModule directive to load dynamically.
If you do not have modules, you can download the source code and install / install apache in another directory (using --prefix) with the option --enable-mods-shared = most. Copy the necessary modules into the apache source modules folder and use the LoadModule to load it.
vpram86
source share