I need to know what I should use instead of the below commands to get the correct paths with the latest directadmin installed on CentOS 4.4. Apache version is 1.3x, not updated by me.
Code:
To build mod_geoip statically into Apache:
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