I have a CentOS 5.8 server with Apache2.4 and I want to install mod x-sendfile.
I've uploaded the c file to the server and according to the instructions I should run:
apxs2 -cia mod_xsendfile.c
I tried that but it seems that I don't have apxs2. I do have apxs under /usr/sbin/apxs.
What should I do? should I use apxs or should I get somehow apxs2?