Hi MrToga
The ,build script found here handles ./configure, compiling, and packaging for you:
http://tinycorelinux.net/8.x/armv7/tcz/src/apache2.4/Download these files from the link:
apache2.4.build 08-Jul-2016 14:02 4656
apache2.4.ins 31-May-2016 06:36 492
httpd-2.4.20.tar.gz 02-May-2016 02:38 8299011
httpd-2.4.23.tar.bz2 06-Jul-2016 08:11 6351875
httpd.conf 19-Oct-2015 02:00 18552
The script is currently set up to compile version 2.4.23. Edit the script and change that to 2.4.20 (2 places)
if you want the older version for some reason.
Make the following 2 scripts executable:
chmod 775 apache2.4.build
chmod 775 apache2.4.ins
This line in the .build script tells make where to install the files so they are not scattered all over the place:
make install DESTDIR=$TMPDIR