Here's a related thread but the situation didn't get resolved there: http://www.directadmin.com/forum/showthread.php?t=19391
I posted this here because a similar situation of mine was resolved here.
How can I build mod_geoip statically into Apache when DirectAdmin is installed?
Here are the normal instructions:
Any help would be greatly appreciated. I wish DirectAdmin didn't have this custom apache stuff so I could just always install things with the normal instructions without problems.
I posted this here because a similar situation of mine was resolved here.
How can I build mod_geoip statically into Apache when DirectAdmin is installed?
Here are the normal instructions:
Code:
cd path/to/apache_src
cp GeoIPApacheMod-Install/mod_geoip.c src/modules/extra/
./configure --prefix=/usr/local/apache \
--activate-module=src/modules/extra/mod_geoip.c \
[... more apaci options ...]
make
make install
Any help would be greatly appreciated. I wish DirectAdmin didn't have this custom apache stuff so I could just always install things with the normal instructions without problems.
