set apache to 2.2 in the options file and recompile apache and php
But what errors you run into than?
We have some servers with apache 2.4 and php 5.4 without any problems.
[core:notice] [pid 1621] AH00052: child pid 8509 exit signal Segmentation fault (11)
[lbmethod_heartbeat:notice] [pid 4937] AH02282: No slotmem from mod_heartmonitor
Here is how I downgraded if anyone had same issues:
Code:cd /usr/local/directadmin/custombuild httpd=2.2.22 ./build apache
cd /usr/local/directadmin/custombuild
mv custom/ap2 custom/ap2-moved
./build set apache_ver 2.2
./build update
./build apache
#Possible values - 1.3, 2.0, 2.2, 2.4
apache_ver=2.2