Adding mod_gzip to Apache in OAS
433335Dec 20 2004 — edited Dec 21 2004Hello,
I am moving an existing J2EE app with Apache sitting in front of it, to OAS.
OAS ships with a custom(?) Apache and mod_oc4j.
I would like to either:
1. Use our existing Apache, and add mod_oc4j to it
or
2. Use OAS' Apache, add add some modules (e.g mod_gzip) to it
The problem with 1 is that I don't think I can just copy mod_oc4j.so and use it in our version of Apache (1.3.27)
The problem with 2 is that OAS' Apache does not come with the source for me to compile mod_gzip against, and again copying mod_gzip.so that was built for 1.3.27 may not work with OAS' Apache, which is built from 1.3.28.
How do you/others deal with situations like these?
Thanks,
Otis